Uses of Interface
org.apache.ignite.internal.binary.BinaryRawReaderEx
-
-
Uses of BinaryRawReaderEx in org.apache.ignite.internal.binary
Classes in org.apache.ignite.internal.binary that implement BinaryRawReaderEx Modifier and Type Class Description classBinaryReaderExImplBinary reader implementation. -
Uses of BinaryRawReaderEx in org.apache.ignite.internal.processors.platform
Methods in org.apache.ignite.internal.processors.platform that return BinaryRawReaderEx Modifier and Type Method Description BinaryRawReaderExPlatformContext. reader(PlatformInputStream in)Get memory reader.BinaryRawReaderExPlatformContext. reader(PlatformMemory mem)Get memory reader.BinaryRawReaderExPlatformContextImpl. reader(PlatformInputStream in)Get memory reader.BinaryRawReaderExPlatformContextImpl. reader(PlatformMemory mem)Get memory reader.Methods in org.apache.ignite.internal.processors.platform with parameters of type BinaryRawReaderEx Modifier and Type Method Description PlatformTargetPlatformAbstractTarget. processInObjectStreamOutObjectStream(int type, @Nullable PlatformTarget arg, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation.PlatformTargetPlatformProcessorImpl. processInObjectStreamOutObjectStream(int type, @Nullable PlatformTarget arg, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation.PlatformTargetPlatformTarget. processInObjectStreamOutObjectStream(int type, @Nullable PlatformTarget arg, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation.PlatformAsyncResultPlatformAbstractTarget. processInStreamAsync(int type, BinaryRawReaderEx reader)Process asynchronous operation.PlatformAsyncResultPlatformProcessorImpl. processInStreamAsync(int type, BinaryRawReaderEx reader)Process asynchronous operation.PlatformAsyncResultPlatformTarget. processInStreamAsync(int type, BinaryRawReaderEx reader)Process asynchronous operation.longPlatformAbstractTarget. processInStreamOutLong(int type, BinaryRawReaderEx reader)Process IN operation.longPlatformAbstractTarget. processInStreamOutLong(int type, BinaryRawReaderEx reader, PlatformMemory mem)Process IN operation.longPlatformProcessorImpl. processInStreamOutLong(int type, BinaryRawReaderEx reader)Process IN operation.longPlatformProcessorImpl. processInStreamOutLong(int type, BinaryRawReaderEx reader, PlatformMemory mem)Process IN operation.longPlatformTarget. processInStreamOutLong(int type, BinaryRawReaderEx reader)Process IN operation.longPlatformTarget. processInStreamOutLong(int type, BinaryRawReaderEx reader, PlatformMemory mem)Process IN operation.PlatformTargetPlatformAbstractTarget. processInStreamOutObject(int type, BinaryRawReaderEx reader)Process IN-OUT operation.PlatformTargetPlatformProcessorImpl. processInStreamOutObject(int type, BinaryRawReaderEx reader)Process IN-OUT operation.PlatformTargetPlatformTarget. processInStreamOutObject(int type, BinaryRawReaderEx reader)Process IN-OUT operation.voidPlatformAbstractTarget. processInStreamOutStream(int type, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation.voidPlatformProcessorImpl. processInStreamOutStream(int type, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation.voidPlatformTarget. processInStreamOutStream(int type, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation.voidPlatformContext. processMetadata(BinaryRawReaderEx reader)Process metadata from the platform.voidPlatformContextImpl. processMetadata(BinaryRawReaderEx reader)Process metadata from the platform. -
Uses of BinaryRawReaderEx in org.apache.ignite.internal.processors.platform.binary
Methods in org.apache.ignite.internal.processors.platform.binary with parameters of type BinaryRawReaderEx Modifier and Type Method Description longPlatformBinaryProcessor. processInStreamOutLong(int type, BinaryRawReaderEx reader)Process IN operation.voidPlatformBinaryProcessor. processInStreamOutStream(int type, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation. -
Uses of BinaryRawReaderEx in org.apache.ignite.internal.processors.platform.cache
Methods in org.apache.ignite.internal.processors.platform.cache with parameters of type BinaryRawReaderEx Modifier and Type Method Description longPlatformCacheExtension. processInOutStreamLong(PlatformCache target, int type, BinaryRawReaderEx reader, PlatformMemory mem)Invokes in-out operation with long return type.longPlatformCache. processInStreamOutLong(int type, BinaryRawReaderEx reader, PlatformMemory mem)Process IN operation.PlatformTargetPlatformCache. processInStreamOutObject(int type, BinaryRawReaderEx reader)Process IN-OUT operation.static @Nullable Object[]PlatformCache. readQueryArgs(BinaryRawReaderEx reader)Read arguments for SQL query. -
Uses of BinaryRawReaderEx in org.apache.ignite.internal.processors.platform.cache.affinity
Methods in org.apache.ignite.internal.processors.platform.cache.affinity with parameters of type BinaryRawReaderEx Modifier and Type Method Description longPlatformAffinity. processInStreamOutLong(int type, BinaryRawReaderEx reader)Process IN operation.longPlatformAffinityFunctionTarget. processInStreamOutLong(int type, BinaryRawReaderEx reader)Process IN operation.longPlatformAffinityManager. processInStreamOutLong(int type, BinaryRawReaderEx reader)Process IN operation.voidPlatformAffinity. processInStreamOutStream(int type, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation. -
Uses of BinaryRawReaderEx in org.apache.ignite.internal.processors.platform.client.binary
Constructors in org.apache.ignite.internal.processors.platform.client.binary with parameters of type BinaryRawReaderEx Constructor Description ClientBinaryTypePutRequest(BinaryRawReaderEx reader)Constructor. -
Uses of BinaryRawReaderEx in org.apache.ignite.internal.processors.platform.client.cache
-
Uses of BinaryRawReaderEx in org.apache.ignite.internal.processors.platform.client.compute
Constructors in org.apache.ignite.internal.processors.platform.client.compute with parameters of type BinaryRawReaderEx Constructor Description ClientExecuteTaskRequest(BinaryRawReaderEx reader)Constructor. -
Uses of BinaryRawReaderEx in org.apache.ignite.internal.processors.platform.client.datastructures
Constructors in org.apache.ignite.internal.processors.platform.client.datastructures with parameters of type BinaryRawReaderEx Constructor Description ClientIgniteSetValueAddAllRequest(BinaryRawReaderEx reader)Constructor.ClientIgniteSetValueAddRequest(BinaryRawReaderEx reader)Constructor.ClientIgniteSetValueContainsAllRequest(BinaryRawReaderEx reader)Constructor.ClientIgniteSetValueContainsRequest(BinaryRawReaderEx reader)Constructor.ClientIgniteSetValueRemoveAllRequest(BinaryRawReaderEx reader)Constructor.ClientIgniteSetValueRemoveRequest(BinaryRawReaderEx reader)Constructor.ClientIgniteSetValueRetainAllRequest(BinaryRawReaderEx reader)Constructor. -
Uses of BinaryRawReaderEx in org.apache.ignite.internal.processors.platform.cluster
Methods in org.apache.ignite.internal.processors.platform.cluster with parameters of type BinaryRawReaderEx Modifier and Type Method Description PlatformTargetPlatformClusterGroup. processInObjectStreamOutObjectStream(int type, @Nullable PlatformTarget arg, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation.longPlatformClusterGroup. processInStreamOutLong(int type, BinaryRawReaderEx reader)Process IN operation.PlatformTargetPlatformClusterGroup. processInStreamOutObject(int type, BinaryRawReaderEx reader)Process IN-OUT operation.voidPlatformClusterGroup. processInStreamOutStream(int type, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation. -
Uses of BinaryRawReaderEx in org.apache.ignite.internal.processors.platform.compute
Methods in org.apache.ignite.internal.processors.platform.compute with parameters of type BinaryRawReaderEx Modifier and Type Method Description protected ObjectPlatformCompute. executeJavaTask(BinaryRawReaderEx reader, boolean async)Execute task taking arguments from the given reader.longPlatformComputeTaskSession. processInStreamOutLong(int type, BinaryRawReaderEx reader, PlatformMemory mem)Process IN operation.PlatformTargetPlatformCompute. processInStreamOutObject(int type, BinaryRawReaderEx reader)Process IN-OUT operation.voidPlatformCompute. processInStreamOutStream(int type, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation.voidPlatformComputeTaskSession. processInStreamOutStream(int type, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation.protected Collection<UUID>PlatformCompute. readNodeIds(BinaryRawReaderEx reader)Read node IDs. -
Uses of BinaryRawReaderEx in org.apache.ignite.internal.processors.platform.datastreamer
Methods in org.apache.ignite.internal.processors.platform.datastreamer with parameters of type BinaryRawReaderEx Modifier and Type Method Description longPlatformDataStreamer. processInStreamOutLong(int type, BinaryRawReaderEx reader)Process IN operation. -
Uses of BinaryRawReaderEx in org.apache.ignite.internal.processors.platform.datastructures
Methods in org.apache.ignite.internal.processors.platform.datastructures with parameters of type BinaryRawReaderEx Modifier and Type Method Description longPlatformAtomicLong. processInStreamOutLong(int type, BinaryRawReaderEx reader)Process IN operation.longPlatformAtomicReference. processInStreamOutLong(int type, BinaryRawReaderEx reader)Process IN operation.voidPlatformAtomicReference. processInStreamOutStream(int type, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation. -
Uses of BinaryRawReaderEx in org.apache.ignite.internal.processors.platform.entityframework
Methods in org.apache.ignite.internal.processors.platform.entityframework with parameters of type BinaryRawReaderEx Modifier and Type Method Description longPlatformDotNetEntityFrameworkCacheExtension. processInOutStreamLong(PlatformCache target, int type, BinaryRawReaderEx reader, PlatformMemory mem)Invokes in-out operation with long return type. -
Uses of BinaryRawReaderEx in org.apache.ignite.internal.processors.platform.events
Methods in org.apache.ignite.internal.processors.platform.events with parameters of type BinaryRawReaderEx Modifier and Type Method Description longPlatformEvents. processInStreamOutLong(int type, BinaryRawReaderEx reader)Process IN operation.voidPlatformEvents. processInStreamOutStream(int type, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation. -
Uses of BinaryRawReaderEx in org.apache.ignite.internal.processors.platform.messaging
Methods in org.apache.ignite.internal.processors.platform.messaging with parameters of type BinaryRawReaderEx Modifier and Type Method Description longPlatformMessaging. processInStreamOutLong(int type, BinaryRawReaderEx reader)Process IN operation.voidPlatformMessaging. processInStreamOutStream(int type, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation. -
Uses of BinaryRawReaderEx in org.apache.ignite.internal.processors.platform.services
Methods in org.apache.ignite.internal.processors.platform.services with parameters of type BinaryRawReaderEx Modifier and Type Method Description PlatformTargetPlatformServices. processInObjectStreamOutObjectStream(int type, PlatformTarget arg, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation.longPlatformServices. processInStreamOutLong(int type, BinaryRawReaderEx reader)Process IN operation.PlatformTargetPlatformServices. processInStreamOutObject(int type, BinaryRawReaderEx reader)Process IN-OUT operation.voidPlatformServices. processInStreamOutStream(int type, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation. -
Uses of BinaryRawReaderEx in org.apache.ignite.internal.processors.platform.transactions
Methods in org.apache.ignite.internal.processors.platform.transactions with parameters of type BinaryRawReaderEx Modifier and Type Method Description longPlatformTransactions. processInStreamOutLong(int type, BinaryRawReaderEx reader)Process IN operation.voidPlatformTransactions. processInStreamOutStream(int type, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation. -
Uses of BinaryRawReaderEx in org.apache.ignite.internal.processors.platform.utils
Methods in org.apache.ignite.internal.processors.platform.utils with parameters of type BinaryRawReaderEx Modifier and Type Method Description IgniteBiTuple<T1,T2>PlatformReaderBiClosure. read(BinaryRawReaderEx reader)Read object from reader.TPlatformReaderClosure. read(BinaryRawReaderEx reader)Read object from reader.static PlatformAffinityFunctionPlatformConfigurationUtils. readAffinityFunction(BinaryRawReaderEx in)Reads the eviction policy.static BinaryMetadataPlatformUtils. readBinaryMetadata(BinaryRawReaderEx reader)Reads the binary metadata.static Collection<BinaryMetadata>PlatformUtils. readBinaryMetadataCollection(BinaryRawReaderEx reader)Reads the binary metadata.static CacheConfigurationPlatformConfigurationUtils. readCacheConfiguration(BinaryRawReaderEx in)Reads cache configuration from a stream.static <T> List<T>PlatformUtils. readCollection(BinaryRawReaderEx reader)Read collection.static <T> List<T>PlatformUtils. readCollection(BinaryRawReaderEx reader, @Nullable PlatformReaderClosure<T> readClo)Read collection.static voidPlatformConfigurationUtils. readIgniteConfiguration(BinaryRawReaderEx in, IgniteConfiguration cfg)Reads Ignite configuration.static ObjectPlatformUtils. readInvocationResult(PlatformContext ctx, BinaryRawReaderEx reader)Reads invocation result (of a job/service/etc) using a common protocol.static ObjectPlatformUtils. readInvocationResult(PlatformContext ctx, BinaryRawReaderEx reader, boolean deserialize)Reads invocation result (of a job/service/etc) using a common protocol.static <K,V>
Map<K,V>PlatformUtils. readLinkedMap(BinaryRawReaderEx reader, @Nullable PlatformReaderBiClosure<K,V> readClo)Read linked map.static <K,V>
Map<K,V>PlatformUtils. readMap(BinaryRawReaderEx reader)Read map.static <K,V>
Map<K,V>PlatformUtils. readMap(BinaryRawReaderEx reader, @Nullable PlatformReaderBiClosure<K,V> readClo)Read map.static Map<String,Object>PlatformUtils. readNodeAttributes(BinaryRawReaderEx reader)Reads node attributes.static <T> List<T>PlatformUtils. readNullableCollection(BinaryRawReaderEx reader)Read nullable collection.static <T> List<T>PlatformUtils. readNullableCollection(BinaryRawReaderEx reader, @Nullable PlatformReaderClosure<T> readClo)Read nullable collection.static <K,V>
Map<K,V>PlatformUtils. readNullableMap(BinaryRawReaderEx reader)Read nullable map.static <T> Set<T>PlatformUtils. readNullableSet(BinaryRawReaderEx reader)static PlatformCacheConfigurationPlatformConfigurationUtils. readPlatformCacheConfiguration(BinaryRawReaderEx in)Reads platform cache config.static <T> Set<T>PlatformUtils. readSet(BinaryRawReaderEx reader) -
Uses of BinaryRawReaderEx in org.apache.ignite.internal.processors.platform.websession
Methods in org.apache.ignite.internal.processors.platform.websession with parameters of type BinaryRawReaderEx Modifier and Type Method Description longPlatformDotNetSessionCacheExtension. processInOutStreamLong(PlatformCache target, int type, BinaryRawReaderEx reader, PlatformMemory mem)Invokes in-out operation with long return type.
-