Class GetBulkStateRequest


  • public class GetBulkStateRequest
    extends Object
    A request to get bulk state by keys.
    • Constructor Detail

      • GetBulkStateRequest

        public GetBulkStateRequest​(String storeName,
                                   List<String> keys)
        Constructor for GetBulkStateRequest.
        Parameters:
        storeName - Name of the state store
        keys - keys for the state objects
      • GetBulkStateRequest

        public GetBulkStateRequest​(String storeName,
                                   String... keys)