| Package | Description |
|---|---|
| org.gridgain.grid.kernal.managers.indexing |
Indexing manager classes.
|
| org.gridgain.grid.kernal.managers.swapspace |
TODO.
|
| org.gridgain.grid.kernal.processors.cache | |
| org.gridgain.grid.kernal.processors.offheap | |
| org.gridgain.grid.spi.indexing |
Contains APIs for indexing SPI.
|
| org.gridgain.grid.util |
System-wide utility routine and helper classes.
|
| org.gridgain.grid.util.offheap | |
| org.gridgain.grid.util.offheap.unsafe |
| Modifier and Type | Method and Description |
|---|---|
<K,V> GridCloseableIterator<GridIndexingKeyValueRow<K,V>> |
GridIndexingManager.query(String spi,
String space,
String clause,
Collection<Object> params,
Class<? extends V> resType,
boolean includeBackups,
GridIndexingQueryFilter<K,V>... filters) |
<K,V> GridCloseableIterator<GridIndexingKeyValueRow<K,V>> |
GridIndexingManager.queryText(String spi,
String space,
String clause,
Class<? extends V> resType,
boolean includeBackups,
GridIndexingQueryFilter<K,V>... filters) |
| Modifier and Type | Method and Description |
|---|---|
<K> GridCloseableIterator<K> |
GridSwapSpaceManager.keysIterator(String spaceName,
ClassLoader ldr)
Gets iterator over space entries.
|
GridCloseableIterator<Map.Entry<byte[],byte[]>> |
GridSwapSpaceManager.rawIterator(String spaceName)
Gets iterator over space entries.
|
GridCloseableIterator<Map.Entry<byte[],byte[]>> |
GridSwapSpaceManager.rawIterator(String spaceName,
int part) |
| Modifier and Type | Method and Description |
|---|---|
GridCloseableIterator<Map.Entry<byte[],GridCacheSwapEntry<V>>> |
GridCacheSwapManager.iterator(int part)
Gets offheap and swap iterator over partition.
|
GridCloseableIterator<Map.Entry<byte[],GridCacheSwapEntry<V>>> |
GridCacheSwapManager.offHeapIterator(int part)
Gets offheap iterator over partition.
|
GridCloseableIterator<Map.Entry<byte[],byte[]>> |
GridCacheSwapManager.rawIterator()
Gets offheap and swap iterator over partition.
|
GridCloseableIterator<Map.Entry<byte[],GridCacheSwapEntry<V>>> |
GridCacheSwapManager.swapIterator(int part)
Gets swap space iterator over partition.
|
| Modifier and Type | Method and Description |
|---|---|
GridCloseableIterator<GridBiTuple<byte[],byte[]>> |
GridOffHeapProcessor.iterator(String spaceName)
Gets iterator over contents of the given space.
|
GridCloseableIterator<GridBiTuple<byte[],byte[]>> |
GridOffHeapProcessor.iterator(String spaceName,
int part)
Gets iterator over contents of partition.
|
| Modifier and Type | Method and Description |
|---|---|
GridCloseableIterator<List<GridIndexingEntity<?>>> |
GridIndexingFieldsResultAdapter.iterator()
Gets iterator over queried fields.
|
| Constructor and Description |
|---|
GridIndexingFieldsResultAdapter(List<GridIndexingFieldMetadata> metaData,
GridCloseableIterator<List<GridIndexingEntity<?>>> it)
Creates query field result composed of field metadata and iterator
over queried fields.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridCloseableIteratorAdapter<T>
Convenient adapter for closeable iterator.
|
class |
GridCloseableIteratorAdapterEx<T>
Adapter for closeable iterator that can be safely closed concurrently.
|
class |
GridEmptyCloseableIterator<T>
Empty closeable iterator.
|
class |
GridSpiCloseableIteratorWrapper<T>
Wrapper used to covert
GridSpiCloseableIterator to GridCloseableIterator. |
| Constructor and Description |
|---|
GridWeakIterator(Iterator<T> ref,
GridCloseableIterator<T> it,
ReferenceQueue<Iterator<T>> q) |
| Modifier and Type | Method and Description |
|---|---|
GridCloseableIterator<GridBiTuple<byte[],byte[]>> |
GridOffHeapPartitionedMap.iterator()
Gets iterator over the whole map.
|
GridCloseableIterator<GridBiTuple<byte[],byte[]>> |
GridOffHeapMap.iterator()
Gets iterator over map.
|
GridCloseableIterator<GridBiTuple<byte[],byte[]>> |
GridOffHeapPartitionedMap.iterator(int p)
Gets iterator over certain partition.
|
| Modifier and Type | Method and Description |
|---|---|
GridCloseableIterator<GridBiTuple<byte[],byte[]>> |
GridUnsafeMap.iterator()
Gets iterator over map.
|
GridCloseableIterator<GridBiTuple<byte[],byte[]>> |
GridUnsafePartitionedMap.iterator()
Gets iterator over the whole map.
|
GridCloseableIterator<GridBiTuple<byte[],byte[]>> |
GridUnsafePartitionedMap.iterator(int p)
Gets iterator over certain partition.
|
Copyright © 2014. All rights reserved.