Uses of Interface
org.apache.ignite.internal.processors.platform.utils.PlatformWriterClosure
-
Packages that use PlatformWriterClosure Package Description org.apache.ignite.internal.processors.platform.cache org.apache.ignite.internal.processors.platform.utils -
-
Uses of PlatformWriterClosure in org.apache.ignite.internal.processors.platform.cache
Methods in org.apache.ignite.internal.processors.platform.cache with parameters of type PlatformWriterClosure Modifier and Type Method Description longPlatformCache. writeResult(PlatformMemory mem, Object obj, PlatformWriterClosure clo)Writes the result to reused stream, if any. -
Uses of PlatformWriterClosure in org.apache.ignite.internal.processors.platform.utils
Methods in org.apache.ignite.internal.processors.platform.utils with parameters of type PlatformWriterClosure Modifier and Type Method Description static <T> voidPlatformUtils. writeCollection(BinaryRawWriterEx writer, Collection<T> col, @Nullable PlatformWriterClosure<T> writeClo)Write collection to the writer.static <T> voidPlatformUtils. writeCollection(BinaryRawWriterEx writer, Collection<T> col, @Nullable PlatformWriterClosure<T> writeClo, @Nullable IgnitePredicate<T> filter)Write collection to the writer.static <T> voidPlatformUtils. writeNullableCollection(BinaryRawWriterEx writer, @Nullable Collection<T> col, @Nullable PlatformWriterClosure<T> writeClo)Write nullable collection to the writer.static <T> voidPlatformUtils. writeNullableCollection(BinaryRawWriterEx writer, @Nullable Collection<T> col, @Nullable PlatformWriterClosure<T> writeClo, @Nullable IgnitePredicate<T> filter)Write collection to the writer.
-