Package | Description |
---|---|
com.sm.store.client |
Modifier and Type | Method and Description |
---|---|
ClusterClient.ClusterCursor |
ClusterClient.ClusterCursor.close() |
ClusterClient.ClusterCursor |
ClusterClient.mergeCluster(List<Runnable> runnableList,
ClusterClient.ClusterCursor clusterCursor) |
ClusterClient.ClusterCursor |
ClusterClient.nextCursor(ClusterClient.ClusterCursor clusterCursor)
nextCursor will continue call to each cluster node to iterate through server side cursor
isEnd() return true, mean the end of cursor for each cluster
|
ClusterClient.ClusterCursor |
ClusterClient.openKeyCursor(short batchSize) |
ClusterClient.ClusterCursor |
ClusterClient.openKeyValueCursor(short batchSize)
Table scan of key set to return List
|
ClusterClient.ClusterCursor |
ClusterClient.openScanCursor(short batchSize,
voldemort.store.cachestore.Key from,
voldemort.store.cachestore.Key to) |
Modifier and Type | Method and Description |
---|---|
ClusterClient.ClusterCursor |
ClusterClient.mergeCluster(List<Runnable> runnableList,
ClusterClient.ClusterCursor clusterCursor) |
ClusterClient.ClusterCursor |
ClusterClient.nextCursor(ClusterClient.ClusterCursor clusterCursor)
nextCursor will continue call to each cluster node to iterate through server side cursor
isEnd() return true, mean the end of cursor for each cluster
|
Copyright © 2016. All rights reserved.