| Modifier and Type | Method and Description |
|---|---|
EntryList |
BackendTransaction.edgeStoreQuery(KeySliceQuery query) |
EntryList |
BackendTransaction.indexQuery(KeySliceQuery query) |
| Modifier and Type | Method and Description |
|---|---|
KeySliceQuery |
KeySliceQuery.setLimit(int limit) |
KeySliceQuery |
KeySliceQuery.updateLimit(int newLimit) |
| Modifier and Type | Method and Description |
|---|---|
EntryList |
KCVSProxy.getSlice(KeySliceQuery query,
StoreTransaction txh) |
EntryList |
KeyColumnValueStore.getSlice(KeySliceQuery query,
StoreTransaction txh)
Retrieves the list of entries (i.e.
|
boolean |
KeySliceQuery.subsumes(KeySliceQuery oth) |
| Modifier and Type | Method and Description |
|---|---|
EntryList |
ExpirationKCVSCache.getSlice(KeySliceQuery query,
StoreTransaction txh) |
EntryList |
KCVSCache.getSliceNoCache(KeySliceQuery query,
StoreTransaction txh) |
| Modifier and Type | Method and Description |
|---|---|
EntryList |
InMemoryKeyColumnValueStore.getSlice(KeySliceQuery query,
StoreTransaction txh) |
| Modifier and Type | Method and Description |
|---|---|
EntryList |
OrderedKeyValueStoreAdapter.getSlice(KeySliceQuery query,
StoreTransaction txh) |
| Modifier and Type | Method and Description |
|---|---|
EntryList |
MetricInstrumentedStore.getSlice(KeySliceQuery query,
StoreTransaction txh) |
| Constructor and Description |
|---|
MultiKeySliceQuery(List<KeySliceQuery> queries) |
Copyright © 2012–2015. All rights reserved.