Package io.dapr.client.domain
Class GetBulkStateRequest
java.lang.Object
io.dapr.client.domain.GetBulkStateRequest
A request to get bulk state by keys.
-
Constructor Summary
ConstructorDescriptionGetBulkStateRequest
(String storeName, String... keys) GetBulkStateRequest
(String storeName, List<String> keys) Constructor for GetBulkStateRequest. -
Method Summary
Modifier and TypeMethodDescriptiongetKeys()
int
setMetadata
(Map<String, String> metadata) setParallelism
(int parallelism)
-
Constructor Details
-
GetBulkStateRequest
Constructor for GetBulkStateRequest.- Parameters:
storeName
- Name of the state storekeys
- keys for the state objects
-
GetBulkStateRequest
-
-
Method Details
-
getStoreName
-
getKeys
-
getParallelism
public int getParallelism() -
setParallelism
-
getMetadata
-
setMetadata
-