| Package | Description |
|---|---|
| org.apache.ignite.internal.managers.swapspace |
TODO.
|
| org.apache.ignite.internal.processors.cache | |
| org.apache.ignite.internal.processors.offheap | |
| org.apache.ignite.internal.processors.query | |
| org.apache.ignite.internal.util |
System-wide utility routine and helper classes.
|
| org.apache.ignite.internal.util.offheap | |
| org.apache.ignite.internal.util.offheap.unsafe |
| 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)
Gets raw iterator over space entries.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CacheWeakQueryIteratorsHolder.WeakQueryFutureIterator<T>
Iterator based of
CacheQueryFuture. |
| Modifier and Type | Method and Description |
|---|---|
GridCloseableIterator<Map.Entry<byte[],GridCacheSwapEntry>> |
GridCacheSwapManager.iterator(int part)
Gets offheap and swap iterator over partition.
|
GridCloseableIterator<Map.Entry<byte[],GridCacheSwapEntry>> |
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[],byte[]>> |
GridCacheSwapManager.rawOffHeapIterator() |
<T> GridCloseableIterator<T> |
GridCacheSwapManager.rawOffHeapIterator(CX2<T2<Long,Integer>,T2<Long,Integer>,T> c) |
GridCloseableIterator<Map.Entry<byte[],byte[]>> |
GridCacheSwapManager.rawSwapIterator() |
GridCloseableIterator<Map.Entry<byte[],GridCacheSwapEntry>> |
GridCacheSwapManager.swapIterator(int part)
Gets swap space iterator over partition.
|
| Modifier and Type | Method and Description |
|---|---|
GridCloseableIterator<IgniteBiTuple<byte[],byte[]>> |
GridOffHeapProcessor.iterator(String spaceName)
Gets iterator over contents of the given space.
|
<T> GridCloseableIterator<T> |
GridOffHeapProcessor.iterator(String spaceName,
CX2<T2<Long,Integer>,T2<Long,Integer>,T> c)
Gets iterator over contents of the given space.
|
GridCloseableIterator<IgniteBiTuple<byte[],byte[]>> |
GridOffHeapProcessor.iterator(String spaceName,
int part)
Gets iterator over contents of partition.
|
| Modifier and Type | Method and Description |
|---|---|
GridCloseableIterator<List<?>> |
GridQueryFieldsResultAdapter.iterator()
Gets iterator over queried fields.
|
<K,V> GridCloseableIterator<IgniteBiTuple<K,V>> |
GridQueryIndexing.query(String spaceName,
String qry,
Collection<Object> params,
GridQueryTypeDescriptor type,
IndexingQueryFilter filters)
Executes regular query.
|
<K,V> GridCloseableIterator<IgniteBiTuple<K,V>> |
GridQueryProcessor.query(String space,
String clause,
Collection<Object> params,
String resType,
IndexingQueryFilter filters) |
<K,V> GridCloseableIterator<IgniteBiTuple<K,V>> |
GridQueryIndexing.queryText(String spaceName,
String qry,
GridQueryTypeDescriptor type,
IndexingQueryFilter filters)
Executes text query.
|
<K,V> GridCloseableIterator<IgniteBiTuple<K,V>> |
GridQueryProcessor.queryText(String space,
String clause,
String resType,
IndexingQueryFilter filters) |
| Constructor and Description |
|---|
GridQueryFieldsResultAdapter(List<GridQueryFieldMetadata> metaData,
GridCloseableIterator<List<?>> 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
IgniteSpiCloseableIterator to GridCloseableIterator. |
| Constructor and Description |
|---|
GridWeakIterator(Iterator<T> ref,
GridCloseableIterator<T> it,
ReferenceQueue<Iterator<T>> q) |
| Modifier and Type | Method and Description |
|---|---|
GridCloseableIterator<IgniteBiTuple<byte[],byte[]>> |
GridOffHeapMap.iterator()
Gets iterator over map.
|
GridCloseableIterator<IgniteBiTuple<byte[],byte[]>> |
GridOffHeapPartitionedMap.iterator()
Gets iterator over the whole map.
|
<T> GridCloseableIterator<T> |
GridOffHeapMap.iterator(CX2<T2<Long,Integer>,T2<Long,Integer>,T> c)
Gets iterator over map.
|
<T> GridCloseableIterator<T> |
GridOffHeapPartitionedMap.iterator(CX2<T2<Long,Integer>,T2<Long,Integer>,T> c)
Gets iterator over the whole map.
|
GridCloseableIterator<IgniteBiTuple<byte[],byte[]>> |
GridOffHeapPartitionedMap.iterator(int p)
Gets iterator over certain partition.
|
| Modifier and Type | Method and Description |
|---|---|
GridCloseableIterator<IgniteBiTuple<byte[],byte[]>> |
GridUnsafeMap.iterator()
Gets iterator over map.
|
GridCloseableIterator<IgniteBiTuple<byte[],byte[]>> |
GridUnsafePartitionedMap.iterator()
Gets iterator over the whole map.
|
<T> GridCloseableIterator<T> |
GridUnsafeMap.iterator(CX2<T2<Long,Integer>,T2<Long,Integer>,T> c)
Gets iterator over map.
|
<T> GridCloseableIterator<T> |
GridUnsafePartitionedMap.iterator(CX2<T2<Long,Integer>,T2<Long,Integer>,T> c)
Gets iterator over the whole map.
|
GridCloseableIterator<IgniteBiTuple<byte[],byte[]>> |
GridUnsafePartitionedMap.iterator(int p)
Gets iterator over certain partition.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0 Release Date : March 31 2015