| Package | Description |
|---|---|
| org.gridgain.grid.spi.indexing |
Contains APIs for indexing SPI.
|
| org.gridgain.grid.spi.swapspace |
Contains APIs for swap space SPI.
|
| org.gridgain.grid.spi.swapspace.file |
Contains file-based swap space SPI.
|
| org.gridgain.grid.spi.swapspace.noop |
Contains default no-op swap space SPI implementation.
|
| org.gridgain.grid.util |
System-wide utility routine and helper classes.
|
| org.gridgain.grid.util.lang |
| Modifier and Type | Method and Description |
|---|---|
<K> GridSpiCloseableIterator<K> |
GridSwapSpaceSpi.keyIterator(String spaceName,
GridSwapContext ctx)
Gets iterator over space keys.
|
GridSpiCloseableIterator<Map.Entry<byte[],byte[]>> |
GridSwapSpaceSpi.rawIterator(String spaceName)
Gets raw iterator over space entries.
|
GridSpiCloseableIterator<Map.Entry<byte[],byte[]>> |
GridSwapSpaceSpi.rawIterator(String spaceName,
int part)
Gets raw iterator over space entries.
|
| Modifier and Type | Method and Description |
|---|---|
<K> GridSpiCloseableIterator<K> |
GridFileSwapSpaceSpi.keyIterator(String spaceName,
GridSwapContext ctx)
Gets iterator over space keys.
|
GridSpiCloseableIterator<Map.Entry<byte[],byte[]>> |
GridFileSwapSpaceSpi.rawIterator(String spaceName)
Gets raw iterator over space entries.
|
GridSpiCloseableIterator<Map.Entry<byte[],byte[]>> |
GridFileSwapSpaceSpi.rawIterator(String spaceName,
int part)
Gets raw iterator over space entries.
|
| Modifier and Type | Method and Description |
|---|---|
<K> GridSpiCloseableIterator<K> |
GridNoopSwapSpaceSpi.keyIterator(String spaceName,
GridSwapContext ctx)
Gets iterator over space keys.
|
GridSpiCloseableIterator<Map.Entry<byte[],byte[]>> |
GridNoopSwapSpaceSpi.rawIterator(String spaceName)
Gets raw iterator over space entries.
|
GridSpiCloseableIterator<Map.Entry<byte[],byte[]>> |
GridNoopSwapSpaceSpi.rawIterator(String spaceName,
int part)
Gets raw iterator over space entries.
|
| 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 |
|---|
GridSpiCloseableIteratorWrapper(GridSpiCloseableIterator<T> iter) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GridCloseableIterator<T>
Defines "rich" closeable iterator interface that is also acts like lambda function and iterable.
|
Copyright © 2014. All rights reserved.