| Package | Description |
|---|---|
| com.aerospike.client | |
| com.aerospike.client.policy |
| Modifier and Type | Field and Description |
|---|---|
BatchReadPolicy |
BatchRead.policy
Optional read policy.
|
| Constructor and Description |
|---|
BatchRead(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.
|
| Constructor and Description |
|---|
BatchReadPolicy(BatchReadPolicy other)
Copy constructor.
|
Copyright © 2012–2023 Aerospike, Inc. All rights reserved.