| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.platform.cache | |
| org.apache.ignite.internal.processors.platform.utils |
| Modifier and Type | Method and Description |
|---|---|
long |
PlatformCache.writeResult(PlatformMemory mem,
Object obj,
PlatformWriterClosure clo)
Writes the result to reused stream, if any.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
PlatformUtils.writeCollection(BinaryRawWriterEx writer,
Collection<T> col,
@Nullable PlatformWriterClosure<T> writeClo)
Write collection to the writer.
|
static <T> void |
PlatformUtils.writeCollection(BinaryRawWriterEx writer,
Collection<T> col,
@Nullable PlatformWriterClosure<T> writeClo,
@Nullable IgnitePredicate<T> filter)
Write collection to the writer.
|
static <T> void |
PlatformUtils.writeNullableCollection(BinaryRawWriterEx writer,
@Nullable Collection<T> col,
@Nullable PlatformWriterClosure<T> writeClo)
Write nullable collection to the writer.
|
static <T> void |
PlatformUtils.writeNullableCollection(BinaryRawWriterEx writer,
@Nullable Collection<T> col,
@Nullable PlatformWriterClosure<T> writeClo,
@Nullable IgnitePredicate<T> filter)
Write collection to the writer.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.1 Release Date : May 21 2020