| 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 |
ReadOnlyKeyColumnValueStore.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 |
NoKCVSCache.getSlice(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 |
ExpectedValueCheckingStore.getSlice(KeySliceQuery query,
StoreTransaction txh) |
| Modifier and Type | Method and Description |
|---|---|
EntryList |
MetricInstrumentedStore.getSlice(KeySliceQuery query,
StoreTransaction txh) |
| Modifier and Type | Method and Description |
|---|---|
KeySliceQuery |
IndexSerializer.getQuery(InternalIndexType index,
Object[] values) |
| Modifier and Type | Method and Description |
|---|---|
KeySliceQuery |
JointIndexQuery.Subquery.getInternalQuery() |
| Modifier and Type | Method and Description |
|---|---|
void |
JointIndexQuery.add(InternalIndexType index,
KeySliceQuery query) |
Copyright © 2012–2014. All rights reserved.