| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.platform.utils |
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
PlatformUtils.writeCollection(BinaryRawWriterEx writer,
Collection<T> col,
PlatformWriterClosure<T> writeClo)
Write collection to the writer.
|
static <T> void |
PlatformUtils.writeCollection(BinaryRawWriterEx writer,
Collection<T> col,
PlatformWriterClosure<T> writeClo,
IgnitePredicate<T> filter)
Write collection to the writer.
|
static <T> void |
PlatformUtils.writeNullableCollection(BinaryRawWriterEx writer,
Collection<T> col,
PlatformWriterClosure<T> writeClo)
Write nullable collection to the writer.
|
static <T> void |
PlatformUtils.writeNullableCollection(BinaryRawWriterEx writer,
Collection<T> col,
PlatformWriterClosure<T> writeClo,
IgnitePredicate<T> filter)
Write collection to the writer.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 1.7.0 Release Date : August 1 2016