Uses of Interface
org.apache.ignite.binary.BinaryRawReader
-
-
Uses of BinaryRawReader in org.apache.ignite.binary
Methods in org.apache.ignite.binary that return BinaryRawReader Modifier and Type Method Description BinaryRawReaderBinaryReader. rawReader()Gets raw reader. -
Uses of BinaryRawReader in org.apache.ignite.internal.binary
Subinterfaces of BinaryRawReader in org.apache.ignite.internal.binary Modifier and Type Interface Description interfaceBinaryRawReaderExExtended reader interface.Classes in org.apache.ignite.internal.binary that implement BinaryRawReader Modifier and Type Class Description classBinaryReaderExImplBinary reader implementation.Methods in org.apache.ignite.internal.binary that return BinaryRawReader Modifier and Type Method Description BinaryRawReaderBinaryReaderExImpl. rawReader()Gets raw reader.Methods in org.apache.ignite.internal.binary with parameters of type BinaryRawReader Modifier and Type Method Description static @Nullable IgniteUuidBinaryUtils. readIgniteUuid(BinaryRawReader in)ReadIgniteUuidinstance. -
Uses of BinaryRawReader in org.apache.ignite.internal.processors.platform
Methods in org.apache.ignite.internal.processors.platform with parameters of type BinaryRawReader Modifier and Type Method Description protected PlatformListenablePlatformAbstractTarget. readAndListenFuture(BinaryRawReader reader, IgniteInternalFuture fut)Reads future information and listens.protected PlatformListenablePlatformAbstractTarget. readAndListenFuture(BinaryRawReader reader, IgniteFuture fut)Reads future information and listens.protected PlatformListenablePlatformAbstractTarget. readAndListenFuture(BinaryRawReader reader, IgniteFuture fut, PlatformFutureUtils.Writer writer)Reads future information and listens. -
Uses of BinaryRawReader in org.apache.ignite.internal.processors.platform.cache.affinity
Methods in org.apache.ignite.internal.processors.platform.cache.affinity with parameters of type BinaryRawReader Modifier and Type Method Description static @NotNull List<List<ClusterNode>>PlatformAffinityUtils. readPartitionAssignment(BinaryRawReader reader, PlatformContext ctx)Reads the partition assignment. -
Uses of BinaryRawReader in org.apache.ignite.internal.processors.platform.client
Constructors in org.apache.ignite.internal.processors.platform.client with parameters of type BinaryRawReader Constructor Description ClientRequest(BinaryRawReader reader)Constructor. -
Uses of BinaryRawReader in org.apache.ignite.internal.processors.platform.client.beforestart
Constructors in org.apache.ignite.internal.processors.platform.client.beforestart with parameters of type BinaryRawReader Constructor Description ClientCacheStopWarmupRequest(BinaryRawReader reader) -
Uses of BinaryRawReader in org.apache.ignite.internal.processors.platform.client.binary
Constructors in org.apache.ignite.internal.processors.platform.client.binary with parameters of type BinaryRawReader Constructor Description ClientBinaryConfigurationGetRequest(BinaryRawReader reader)Constructor.ClientBinaryTypeGetRequest(BinaryRawReader reader)Constructor.ClientBinaryTypeNameGetRequest(BinaryRawReader reader)Constructor.ClientBinaryTypeNamePutRequest(BinaryRawReader reader)Constructor. -
Uses of BinaryRawReader in org.apache.ignite.internal.processors.platform.client.cache
Methods in org.apache.ignite.internal.processors.platform.client.cache with parameters of type BinaryRawReader Modifier and Type Method Description static QueryEntityClientCacheConfigurationSerializer. readQueryEntity(BinaryRawReader in, ClientProtocolContext protocolCtx)Reads the query entity. -
Uses of BinaryRawReader in org.apache.ignite.internal.processors.platform.client.cluster
Methods in org.apache.ignite.internal.processors.platform.client.cluster with parameters of type BinaryRawReader Modifier and Type Method Description static ClientClusterGroupProjectionClientClusterGroupProjection. read(BinaryRawReader reader)Reads projection from a stream.Constructors in org.apache.ignite.internal.processors.platform.client.cluster with parameters of type BinaryRawReader Constructor Description ClientClusterChangeStateRequest(BinaryRawReader reader, ClientProtocolContext protocolCtx)Constructor.ClientClusterGetStateRequest(BinaryRawReader reader)Constructor.ClientClusterGroupGetNodeIdsRequest(BinaryRawReader reader)Constructor.ClientClusterGroupGetNodesDetailsRequest(BinaryRawReader reader)Constructor.ClientClusterGroupGetNodesEndpointsRequest(BinaryRawReader reader)Constructor.ClientClusterWalChangeStateRequest(BinaryRawReader reader)Constructor.ClientClusterWalGetStateRequest(BinaryRawReader reader)Constructor. -
Uses of BinaryRawReader in org.apache.ignite.internal.processors.platform.client.datastructures
-
Uses of BinaryRawReader in org.apache.ignite.internal.processors.platform.client.service
Constructors in org.apache.ignite.internal.processors.platform.client.service with parameters of type BinaryRawReader Constructor Description ClientServiceGetDescriptorRequest(BinaryRawReader reader)Constructor.ClientServiceGetDescriptorsRequest(BinaryRawReader reader)Constructor.ClientServiceTopologyRequest(BinaryRawReader reader)Creates the service topology request. -
Uses of BinaryRawReader in org.apache.ignite.internal.processors.platform.client.tx
Constructors in org.apache.ignite.internal.processors.platform.client.tx with parameters of type BinaryRawReader Constructor Description ClientTxEndRequest(BinaryRawReader reader)Constructor.ClientTxStartRequest(BinaryRawReader reader)Constructor. -
Uses of BinaryRawReader in org.apache.ignite.internal.processors.platform.utils
Methods in org.apache.ignite.internal.processors.platform.utils with parameters of type BinaryRawReader Modifier and Type Method Description static AttributeNodeFilterPlatformConfigurationUtils. readAttributeNodeFilter(BinaryRawReader in)Reads the node filter config.static javax.cache.configuration.Factory<? extends javax.cache.expiry.ExpiryPolicy>PlatformConfigurationUtils. readExpiryPolicyFactory(BinaryRawReader in)Reads the expiry policy factory.static NearCacheConfigurationPlatformConfigurationUtils. readNearConfiguration(BinaryRawReader in)Reads the near config.static QueryEntityPlatformConfigurationUtils. readQueryEntity(BinaryRawReader in)Reads the query entity.static QueryIndexPlatformConfigurationUtils. readQueryIndex(BinaryRawReader in)Reads the query index.static Collection<String>PlatformUtils. readStrings(BinaryRawReader reader)Reads collection of strings. -
Uses of BinaryRawReader in org.apache.ignite.internal.processors.platform.websession
Methods in org.apache.ignite.internal.processors.platform.websession with parameters of type BinaryRawReader Modifier and Type Method Description voidPlatformDotNetSessionData. readBinary(BinaryRawReader reader)Reads from a binary reader. -
Uses of BinaryRawReader in org.apache.ignite.internal.util
Methods in org.apache.ignite.internal.util with parameters of type BinaryRawReader Modifier and Type Method Description static @Nullable UUIDIgniteUtils. readUuid(BinaryRawReader in)Reads UUID from binary reader.
-