Uses of Interface
org.apache.ignite.internal.binary.BinaryRawWriterEx
-
-
Uses of BinaryRawWriterEx in org.apache.ignite.internal.binary
Classes in org.apache.ignite.internal.binary that implement BinaryRawWriterEx Modifier and Type Class Description classBinaryWriterExImplBinary writer implementation. -
Uses of BinaryRawWriterEx in org.apache.ignite.internal.processors.odbc.odbc
Methods in org.apache.ignite.internal.processors.odbc.odbc with parameters of type BinaryRawWriterEx Modifier and Type Method Description voidOdbcTableMeta. writeBinary(BinaryRawWriterEx writer)Write in a binary format. -
Uses of BinaryRawWriterEx in org.apache.ignite.internal.processors.platform
Methods in org.apache.ignite.internal.processors.platform that return BinaryRawWriterEx Modifier and Type Method Description BinaryRawWriterExPlatformContext. writer(PlatformMemory mem)Get memory writer.BinaryRawWriterExPlatformContext. writer(PlatformOutputStream out)Get memory writer.BinaryRawWriterExPlatformContextImpl. writer(PlatformMemory mem)Get memory writer.BinaryRawWriterExPlatformContextImpl. writer(PlatformOutputStream out)Get memory writer.Methods in org.apache.ignite.internal.processors.platform with parameters of type BinaryRawWriterEx 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.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.voidPlatformAbstractTarget. processOutStream(int type, BinaryRawWriterEx writer)Process OUT operation.voidPlatformProcessorImpl. processOutStream(int type, BinaryRawWriterEx writer)Process OUT operation.voidPlatformTarget. processOutStream(int type, BinaryRawWriterEx writer)Process OUT operation.voidPlatformAsyncResult. write(BinaryRawWriterEx writer, Object result)Async operation result writer method.voidPlatformContext. writeAllMetadata(BinaryRawWriterEx writer)Write all available metadata.voidPlatformContextImpl. writeAllMetadata(BinaryRawWriterEx writer)Write all available metadata.voidPlatformContext. writeClusterMetrics(BinaryRawWriterEx writer, @Nullable ClusterMetrics metrics)Write cluster metrics.voidPlatformContextImpl. writeClusterMetrics(BinaryRawWriterEx writer, @Nullable ClusterMetrics metrics)Write cluster metrics.abstract voidPlatformExtendedException. writeData(BinaryRawWriterEx writer)Write data.voidPlatformContext. writeEvent(BinaryRawWriterEx writer, Event evt)Write event.voidPlatformContextImpl. writeEvent(BinaryRawWriterEx writer, Event evt)Write event.voidPlatformContext. writeMetadata(BinaryRawWriterEx writer, int typeId, boolean includeSchemas)Write metadata for the given type ID.voidPlatformContextImpl. writeMetadata(BinaryRawWriterEx writer, int typeId, boolean includeSchemas)Write metadata for the given type ID.voidPlatformContext. writeNode(BinaryRawWriterEx writer, ClusterNode node)Writes a node id to a stream and sends node info to native platform, if necessary.voidPlatformContextImpl. writeNode(BinaryRawWriterEx writer, ClusterNode node)Writes a node id to a stream and sends node info to native platform, if necessary.voidPlatformContext. writeNodes(BinaryRawWriterEx writer, Collection<ClusterNode> nodes)Writes multiple node ids to a stream and sends node info to native platform, if necessary.voidPlatformContextImpl. writeNodes(BinaryRawWriterEx writer, Collection<ClusterNode> nodes)Writes multiple node ids to a stream and sends node info to native platform, if necessary.voidPlatformContext. writeSchema(BinaryRawWriterEx writer, int typeId, int schemaId)Write schema for the given type ID and schema ID.voidPlatformContextImpl. writeSchema(BinaryRawWriterEx writer, int typeId, int schemaId)Write schema for the given type ID and schema ID. -
Uses of BinaryRawWriterEx in org.apache.ignite.internal.processors.platform.binary
Methods in org.apache.ignite.internal.processors.platform.binary with parameters of type BinaryRawWriterEx Modifier and Type Method Description voidPlatformBinaryProcessor. processInStreamOutStream(int type, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation.voidPlatformBinaryProcessor. processOutStream(int type, BinaryRawWriterEx writer)Process OUT operation. -
Uses of BinaryRawWriterEx in org.apache.ignite.internal.processors.platform.cache
Methods in org.apache.ignite.internal.processors.platform.cache with parameters of type BinaryRawWriterEx Modifier and Type Method Description voidPlatformCache. processOutStream(int type, BinaryRawWriterEx writer)Process OUT operation.voidPlatformCacheIterator. processOutStream(int type, BinaryRawWriterEx writer)Process OUT operation.voidPlatformCachePartialUpdateException. writeData(BinaryRawWriterEx writer)Write data. -
Uses of BinaryRawWriterEx in org.apache.ignite.internal.processors.platform.cache.affinity
Methods in org.apache.ignite.internal.processors.platform.cache.affinity with parameters of type BinaryRawWriterEx Modifier and Type Method Description voidPlatformAffinity. processInStreamOutStream(int type, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation.voidPlatformAffinityFunctionTarget. processOutStream(int type, BinaryRawWriterEx writer)Process OUT operation.static voidPlatformAffinityUtils. writeAffinityFunctionContext(AffinityFunctionContext affCtx, BinaryRawWriterEx writer, PlatformContext ctx)Writes the affinity function context.static voidPlatformAffinityUtils. writePartitionAssignment(Collection<List<ClusterNode>> partitions, BinaryRawWriterEx writer, PlatformContext ctx)Writes the partition assignment to a stream. -
Uses of BinaryRawWriterEx in org.apache.ignite.internal.processors.platform.cache.query
Methods in org.apache.ignite.internal.processors.platform.cache.query with parameters of type BinaryRawWriterEx Modifier and Type Method Description voidPlatformAbstractQueryCursor. processOutStream(int type, BinaryRawWriterEx writer)Process OUT operation.voidPlatformFieldsQueryCursor. processOutStream(int type, BinaryRawWriterEx writer)Process OUT operation.protected abstract voidPlatformAbstractQueryCursor. write(BinaryRawWriterEx writer, T val)Write value to the stream.protected voidPlatformFieldsQueryCursor. write(BinaryRawWriterEx writer, List vals)Write value to the stream.protected voidPlatformQueryCursor. write(BinaryRawWriterEx writer, javax.cache.Cache.Entry val)Write value to the stream. -
Uses of BinaryRawWriterEx in org.apache.ignite.internal.processors.platform.client
Methods in org.apache.ignite.internal.processors.platform.client with parameters of type BinaryRawWriterEx Modifier and Type Method Description voidClientBooleanResponse. encode(ClientConnectionContext ctx, BinaryRawWriterEx writer)Encodes the response data.voidClientByteResponse. encode(ClientConnectionContext ctx, BinaryRawWriterEx writer)Encodes the response data.voidClientIntResponse. encode(ClientConnectionContext ctx, BinaryRawWriterEx writer)Encodes the response data.voidClientLongResponse. encode(ClientConnectionContext ctx, BinaryRawWriterEx writer)Encodes the response data.voidClientNotification. encode(ClientConnectionContext ctx, BinaryRawWriterEx writer)Encodes the notification data.voidClientObjectNotification. encode(ClientConnectionContext ctx, BinaryRawWriterEx writer)Encodes the notification data.voidClientObjectResponse. encode(ClientConnectionContext ctx, BinaryRawWriterEx writer)Encodes the response data.voidClientOutgoingMessage. encode(ClientConnectionContext ctx, BinaryRawWriterEx writer)Encodes the message data.voidClientResponse. encode(ClientConnectionContext ctx, BinaryRawWriterEx writer)Encodes the response data.voidClientResponse. encode(ClientConnectionContext ctx, BinaryRawWriterEx writer, ClientAffinityTopologyVersion affinityVer)Encodes the response data.voidClientStringResponse. encode(ClientConnectionContext ctx, BinaryRawWriterEx writer)Encodes the response data. -
Uses of BinaryRawWriterEx in org.apache.ignite.internal.processors.platform.client.binary
Methods in org.apache.ignite.internal.processors.platform.client.binary with parameters of type BinaryRawWriterEx Modifier and Type Method Description voidClientBinaryConfigurationGetResponse. encode(ClientConnectionContext ctx, BinaryRawWriterEx writer)Encodes the response data.voidClientBinaryTypeGetResponse. encode(ClientConnectionContext ctx, BinaryRawWriterEx writer)Encodes the response data. -
Uses of BinaryRawWriterEx in org.apache.ignite.internal.processors.platform.client.cache
Methods in org.apache.ignite.internal.processors.platform.client.cache with parameters of type BinaryRawWriterEx Modifier and Type Method Description voidClientCacheEntryEventNotification. encode(ClientConnectionContext ctx, BinaryRawWriterEx writer)Encodes the notification data.voidClientCacheGetConfigurationResponse. encode(ClientConnectionContext ctx, BinaryRawWriterEx writer)Encodes the response data.voidClientCacheGetNamesResponse. encode(ClientConnectionContext ctx, BinaryRawWriterEx writer)Encodes the response data. -
Uses of BinaryRawWriterEx in org.apache.ignite.internal.processors.platform.client.cluster
Methods in org.apache.ignite.internal.processors.platform.client.cluster with parameters of type BinaryRawWriterEx Modifier and Type Method Description voidClientClusterGroupGetNodeIdsResponse. encode(ClientConnectionContext ctx, BinaryRawWriterEx writer)Encodes the response data.voidClientClusterGroupGetNodesDetailsResponse. encode(ClientConnectionContext ctx, BinaryRawWriterEx writer)Encodes the response data.voidClientClusterGroupGetNodesEndpointsResponse. encode(ClientConnectionContext ctx, BinaryRawWriterEx writer)Encodes the response data. -
Uses of BinaryRawWriterEx in org.apache.ignite.internal.processors.platform.client.compute
Methods in org.apache.ignite.internal.processors.platform.client.compute with parameters of type BinaryRawWriterEx Modifier and Type Method Description voidClientExecuteTaskResponse. encode(ClientConnectionContext ctx, BinaryRawWriterEx writer)Encodes the response data. -
Uses of BinaryRawWriterEx in org.apache.ignite.internal.processors.platform.client.service
Methods in org.apache.ignite.internal.processors.platform.client.service with parameters of type BinaryRawWriterEx Modifier and Type Method Description voidClientServiceDescriptorResponse. encode(ClientConnectionContext ctx, BinaryRawWriterEx writer)Encodes the response data.voidClientServiceDescriptorsResponse. encode(ClientConnectionContext ctx, BinaryRawWriterEx writer)Encodes the response data.voidClientServiceMappingsResponse. encode(ClientConnectionContext ctx, BinaryRawWriterEx writer)Encodes the response data.static voidClientServiceDescriptorsResponse. writeDescriptor(BinaryRawWriterEx writer, ServiceDescriptor svc) -
Uses of BinaryRawWriterEx in org.apache.ignite.internal.processors.platform.cluster
Methods in org.apache.ignite.internal.processors.platform.cluster with parameters of type BinaryRawWriterEx Modifier and Type Method Description PlatformTargetPlatformClusterGroup. processInObjectStreamOutObjectStream(int type, @Nullable PlatformTarget arg, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation.voidPlatformClusterGroup. processInStreamOutStream(int type, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation.voidPlatformClusterGroup. processOutStream(int type, BinaryRawWriterEx writer)Process OUT operation. -
Uses of BinaryRawWriterEx in org.apache.ignite.internal.processors.platform.compute
Methods in org.apache.ignite.internal.processors.platform.compute with parameters of type BinaryRawWriterEx Modifier and Type Method Description voidPlatformCompute. processInStreamOutStream(int type, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation.voidPlatformComputeTaskSession. processInStreamOutStream(int type, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation. -
Uses of BinaryRawWriterEx in org.apache.ignite.internal.processors.platform.datastructures
Methods in org.apache.ignite.internal.processors.platform.datastructures with parameters of type BinaryRawWriterEx Modifier and Type Method Description voidPlatformAtomicReference. processInStreamOutStream(int type, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation.voidPlatformAtomicReference. processOutStream(int type, BinaryRawWriterEx writer)Process OUT operation. -
Uses of BinaryRawWriterEx in org.apache.ignite.internal.processors.platform.dotnet
Methods in org.apache.ignite.internal.processors.platform.dotnet with parameters of type BinaryRawWriterEx Modifier and Type Method Description protected voidPlatformDotNetCacheStore. write(BinaryRawWriterEx writer, boolean convertBinary)Write store data to a stream.Method parameters in org.apache.ignite.internal.processors.platform.dotnet with type arguments of type BinaryRawWriterEx Modifier and Type Method Description protected intPlatformDotNetCacheStore. doInvoke(IgniteInClosure<BinaryRawWriterEx> task, IgniteInClosure<BinaryRawReaderEx> readClo)Perform actual invoke. -
Uses of BinaryRawWriterEx in org.apache.ignite.internal.processors.platform.events
Methods in org.apache.ignite.internal.processors.platform.events with parameters of type BinaryRawWriterEx Modifier and Type Method Description voidPlatformEvents. processInStreamOutStream(int type, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation.voidPlatformEvents. processOutStream(int type, BinaryRawWriterEx writer)Process OUT operation. -
Uses of BinaryRawWriterEx in org.apache.ignite.internal.processors.platform.messaging
Methods in org.apache.ignite.internal.processors.platform.messaging with parameters of type BinaryRawWriterEx Modifier and Type Method Description voidPlatformMessaging. processInStreamOutStream(int type, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation. -
Uses of BinaryRawWriterEx in org.apache.ignite.internal.processors.platform.services
Methods in org.apache.ignite.internal.processors.platform.services with parameters of type BinaryRawWriterEx Modifier and Type Method Description PlatformTargetPlatformServices. processInObjectStreamOutObjectStream(int type, PlatformTarget arg, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation.voidPlatformServices. processInStreamOutStream(int type, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation.voidPlatformServices. processOutStream(int type, BinaryRawWriterEx writer)Process OUT operation. -
Uses of BinaryRawWriterEx in org.apache.ignite.internal.processors.platform.transactions
Methods in org.apache.ignite.internal.processors.platform.transactions with parameters of type BinaryRawWriterEx Modifier and Type Method Description voidPlatformTransactions. processInStreamOutStream(int type, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation.voidPlatformTransactions. processOutStream(int type, BinaryRawWriterEx writer)Process OUT operation. -
Uses of BinaryRawWriterEx in org.apache.ignite.internal.processors.platform.utils
Methods in org.apache.ignite.internal.processors.platform.utils with parameters of type BinaryRawWriterEx Modifier and Type Method Description voidPlatformFutureUtils.Writer. write(BinaryRawWriterEx writer, Object obj, Throwable err)Write object.voidPlatformWriterBiClosure. write(BinaryRawWriterEx writer, T1 val1, T2 val2)Write values.voidPlatformWriterClosure. write(BinaryRawWriterEx writer, T val)Write value.static <T> voidPlatformUtils. writeCollection(BinaryRawWriterEx writer, Collection<T> col)Write collection to the writer.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 voidPlatformConfigurationUtils. writeDotNetConfiguration(BinaryRawWriterEx writer, PlatformDotNetConfiguration cfg)Write .Net configuration to the stream.static voidPlatformUtils. writeError(Throwable ex, BinaryRawWriterEx writer)Writes error.static voidPlatformUtils. writeErrorData(Throwable err, BinaryRawWriterEx writer)Writer error data.static voidPlatformUtils. writeErrorData(Throwable err, BinaryRawWriterEx writer, @Nullable IgniteLogger log)Write error data.static voidPlatformUtils. writeIgniteUuid(BinaryRawWriterEx writer, IgniteUuid val)Writes IgniteUuid to a writer.static voidPlatformUtils. writeInvocationResult(BinaryRawWriterEx writer, Object resObj, Throwable err)Writes invocation result (of a job/service/etc) using a common protocol.static <K,V>
voidPlatformUtils. writeMap(BinaryRawWriterEx writer, Map<K,V> map)Write nullable map to the writer.static <K,V>
voidPlatformUtils. writeMap(BinaryRawWriterEx writer, Map<K,V> map, @Nullable PlatformWriterBiClosure<K,V> writeClo)Write nullable map to the writer.static voidPlatformUtils. writeNodeAttributes(BinaryRawWriterEx writer, Map<String,Object> attrs)Writes node attributes.static voidPlatformUtils. writeNodeVersion(BinaryRawWriterEx out, IgniteProductVersion productVersion)Write binary productVersion.static <T> voidPlatformUtils. writeNullableCollection(BinaryRawWriterEx writer, @Nullable Collection<T> col)Write nullable 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.static <K,V>
voidPlatformUtils. writeNullableMap(BinaryRawWriterEx writer, @Nullable Map<K,V> map)Write nullable map to the writer.
-