|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VoldemortFilter | |
|---|---|
| voldemort.client.protocol.admin | Classes that abstract admin based Voldemort requests. |
| voldemort.client.protocol.admin.filter | Classes that deal with filters that can be used by our streaming API |
| voldemort.server.protocol.admin | Server side implementation of admin based requests |
| Uses of VoldemortFilter in voldemort.client.protocol.admin |
|---|
| Methods in voldemort.client.protocol.admin with parameters of type VoldemortFilter | |
|---|---|
long |
AdminClient.StoreMaintenanceOperations.deletePartitions(int nodeId,
java.lang.String storeName,
java.util.HashMap<java.lang.Integer,java.util.List<java.lang.Integer>> replicaToPartitionList,
Cluster initialCluster,
VoldemortFilter filter)
Delete all entries belonging to all the partitions passed as a map of replica_type to partition list. |
long |
AdminClient.StoreMaintenanceOperations.deletePartitions(int nodeId,
java.lang.String storeName,
java.util.List<java.lang.Integer> partitionList,
VoldemortFilter filter)
Delete all entries belonging to a list of partitions |
java.util.Iterator<Pair<ByteArray,Versioned<byte[]>>> |
AdminClient.BulkStreamingFetchOperations.fetchEntries(int nodeId,
java.lang.String storeName,
java.util.HashMap<java.lang.Integer,java.util.List<java.lang.Integer>> replicaToPartitionList,
VoldemortFilter filter,
boolean fetchMasterEntries,
Cluster initialCluster,
long skipRecords)
Fetch key/value tuples belonging to this map of replica type to partition list |
java.util.Iterator<Pair<ByteArray,Versioned<byte[]>>> |
AdminClient.BulkStreamingFetchOperations.fetchEntries(int nodeId,
java.lang.String storeName,
java.util.List<java.lang.Integer> partitionList,
VoldemortFilter filter,
boolean fetchMasterEntries)
Legacy interface for fetching entries. |
java.util.Iterator<Pair<ByteArray,Versioned<byte[]>>> |
AdminClient.BulkStreamingFetchOperations.fetchEntries(int nodeId,
java.lang.String storeName,
java.util.List<java.lang.Integer> partitionList,
VoldemortFilter filter,
boolean fetchMasterEntries,
long skipRecords)
Legacy interface for fetching entries. |
java.util.Iterator<ByteArray> |
AdminClient.BulkStreamingFetchOperations.fetchKeys(int nodeId,
java.lang.String storeName,
java.util.HashMap<java.lang.Integer,java.util.List<java.lang.Integer>> replicaToPartitionList,
VoldemortFilter filter,
boolean fetchMasterEntries,
Cluster initialCluster,
long skipRecords)
Fetch all keys belonging to the map of replica type to partition list. |
java.util.Iterator<ByteArray> |
AdminClient.BulkStreamingFetchOperations.fetchKeys(int nodeId,
java.lang.String storeName,
java.util.List<java.lang.Integer> partitionList,
VoldemortFilter filter,
boolean fetchMasterEntries)
Legacy interface for fetching entries. |
java.util.Iterator<ByteArray> |
AdminClient.BulkStreamingFetchOperations.fetchKeys(int nodeId,
java.lang.String storeName,
java.util.List<java.lang.Integer> partitionList,
VoldemortFilter filter,
boolean fetchMasterEntries,
long skipRecords)
Legacy interface for fetching entries. |
int |
AdminClient.StoreMaintenanceOperations.migratePartitions(int donorNodeId,
int stealerNodeId,
java.lang.String storeName,
java.util.HashMap<java.lang.Integer,java.util.List<java.lang.Integer>> replicaToPartitionList,
VoldemortFilter filter,
Cluster initialCluster,
boolean optimize)
Migrate keys/values belonging to a map of replica type to partition list from donor node to stealer node. |
int |
AdminClient.StoreMaintenanceOperations.migratePartitions(int donorNodeId,
int stealerNodeId,
java.lang.String storeName,
java.util.List<java.lang.Integer> stealPartitionList,
VoldemortFilter filter)
Migrate keys/values belonging to stealPartitionList ( can be primary or replica ) from donor node to stealer node. |
void |
AdminClient.StreamingStoreOperations.updateEntries(int nodeId,
java.lang.String storeName,
java.util.Iterator<Pair<ByteArray,Versioned<byte[]>>> entryIterator,
VoldemortFilter filter)
Update a stream of key/value entries at the given node. |
| Uses of VoldemortFilter in voldemort.client.protocol.admin.filter |
|---|
| Classes in voldemort.client.protocol.admin.filter that implement VoldemortFilter | |
|---|---|
class |
DefaultVoldemortFilter
|
| Uses of VoldemortFilter in voldemort.server.protocol.admin |
|---|
| Fields in voldemort.server.protocol.admin declared as VoldemortFilter | |
|---|---|
protected VoldemortFilter |
FetchStreamRequestHandler.filter
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||