Uses of Class
com.aerospike.client.policy.BatchReadPolicy
Packages that use BatchReadPolicy
-
Uses of BatchReadPolicy in com.aerospike.client
Fields in com.aerospike.client declared as BatchReadPolicyConstructors in com.aerospike.client with parameters of type BatchReadPolicyModifierConstructorDescriptionBatchRead(BatchReadPolicy policy, Key key, boolean readAllBins) Initialize batch policy, key and readAllBins indicator.BatchRead(BatchReadPolicy policy, Key key, Operation[] ops) Initialize batch policy, key and read operations.BatchRead(BatchReadPolicy policy, Key key, String[] binNames) Initialize batch policy, key and bins to retrieve. -
Uses of BatchReadPolicy in com.aerospike.client.policy
Constructors in com.aerospike.client.policy with parameters of type BatchReadPolicy