|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileSplitPartitionQuery | |
---|---|
org.apache.gora.avro.store | |
org.apache.gora.store.impl |
Uses of FileSplitPartitionQuery in org.apache.gora.avro.store |
---|
Methods in org.apache.gora.avro.store with parameters of type FileSplitPartitionQuery | |
---|---|
protected Result<K,T> |
DataFileAvroStore.executePartial(FileSplitPartitionQuery<K,T> query)
|
protected Result<K,T> |
AvroStore.executePartial(FileSplitPartitionQuery<K,T> query)
Executes a PartitialQuery, reading the data between start and end. |
Uses of FileSplitPartitionQuery in org.apache.gora.store.impl |
---|
Methods in org.apache.gora.store.impl with parameters of type FileSplitPartitionQuery | |
---|---|
protected abstract Result<K,T> |
FileBackedDataStoreBase.executePartial(FileSplitPartitionQuery<K,T> query)
Executes a PartitialQuery, reading the data between start and end. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |