public final class PartitionFilter extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
static PartitionFilter |
after(Key key)
Return records after key's digest in partition containing the digest.
|
static PartitionFilter |
id(int id)
Filter by partition id.
|
static PartitionFilter |
range(int begin,
int count)
Filter by partition range.
|
public static PartitionFilter id(int id)
id - partition id (0 - 4095)public static PartitionFilter after(Key key)
key - return records after this key's digestpublic static PartitionFilter range(int begin, int count)
begin - start partition id (0 - 4095)count - number of partitionsCopyright © 2012–2020 Aerospike, Inc. All rights reserved.