Uses of Class
org.apache.ignite.internal.processors.platform.client.ClientConnectionContext
-
-
Uses of ClientConnectionContext in org.apache.ignite.internal.processors.platform.client
Methods in org.apache.ignite.internal.processors.platform.client with parameters of type ClientConnectionContext 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.booleanClientRequest. isAsync(ClientConnectionContext ctx)ClientResponseClientGetIdleTimeoutRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientRawRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientResourceCloseRequest. process(ClientConnectionContext ctx)Processes the request.IgniteInternalFuture<ClientResponse>ClientRequest. processAsync(ClientConnectionContext ctx)Processes the request asynchronously. -
Uses of ClientConnectionContext in org.apache.ignite.internal.processors.platform.client.beforestart
Methods in org.apache.ignite.internal.processors.platform.client.beforestart with parameters of type ClientConnectionContext Modifier and Type Method Description ClientResponseClientCacheStopWarmupRequest. process(ClientConnectionContext ctx)Processes the request. -
Uses of ClientConnectionContext in org.apache.ignite.internal.processors.platform.client.binary
Methods in org.apache.ignite.internal.processors.platform.client.binary with parameters of type ClientConnectionContext 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.ClientResponseClientBinaryConfigurationGetRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientBinaryTypeGetRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientBinaryTypeNameGetRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientBinaryTypeNamePutRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientBinaryTypePutRequest. process(ClientConnectionContext ctx)Processes the request. -
Uses of ClientConnectionContext in org.apache.ignite.internal.processors.platform.client.cache
Methods in org.apache.ignite.internal.processors.platform.client.cache with parameters of type ClientConnectionContext Modifier and Type Method Description protected IgniteCache<Object,Object>ClientCacheRequest. cache(ClientConnectionContext ctx)Gets the cache for current cache id, with binary mode enabled.protected DynamicCacheDescriptorClientCacheRequest. cacheDescriptor(ClientConnectionContext ctx)Gets the cache descriptor.static DynamicCacheDescriptorClientCacheRequest. cacheDescriptor(ClientConnectionContext ctx, int cacheId)Gets the cache descriptor.protected IgniteInternalCache<Object,Object>ClientCacheRequest. cachex(ClientConnectionContext ctx)Gets the internal cache implementation, with binary mode enabled.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.booleanClientCacheKeyRequest. isAsync(ClientConnectionContext ctx)booleanClientCacheKeysRequest. isAsync(ClientConnectionContext ctx)booleanClientCacheLocalPeekRequest. isAsync(ClientConnectionContext ctx)booleanClientCachePutAllRequest. isAsync(ClientConnectionContext ctx)booleanClientCacheRemoveAllRequest. isAsync(ClientConnectionContext ctx)ClientResponseClientCacheClearKeysRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientCacheClearRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientCacheContainsKeysRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientCacheCreateWithConfigurationRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientCacheCreateWithNameRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientCacheDestroyRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientCacheGetAllRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientCacheGetConfigurationRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientCacheGetNamesRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientCacheGetOrCreateWithConfigurationRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientCacheGetOrCreateWithNameRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientCacheGetSizeRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientCacheIndexQueryRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientCacheInvokeAllRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientCacheKeyRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientCacheNodePartitionsRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientCachePartitionsRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientCachePutAllConflictRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientCachePutAllRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientCacheQueryContinuousRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientCacheQueryNextPageRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientCacheRemoveAllConflictRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientCacheRemoveAllRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientCacheRemoveKeysRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientCacheScanQueryRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientCacheSqlFieldsQueryRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientCacheSqlQueryRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientCacheClearKeyRequest. process0(ClientConnectionContext ctx)ClientResponseClientCacheContainsKeyRequest. process0(ClientConnectionContext ctx)ClientResponseClientCacheGetAndPutIfAbsentRequest. process0(ClientConnectionContext ctx)ClientResponseClientCacheGetAndPutRequest. process0(ClientConnectionContext ctx)ClientResponseClientCacheGetAndRemoveRequest. process0(ClientConnectionContext ctx)ClientResponseClientCacheGetAndReplaceRequest. process0(ClientConnectionContext ctx)ClientResponseClientCacheGetRequest. process0(ClientConnectionContext ctx)ClientResponseClientCacheInvokeRequest. process0(ClientConnectionContext ctx)protected abstract ClientResponseClientCacheKeyRequest. process0(ClientConnectionContext ctx)ClientResponseClientCacheLocalPeekRequest. process0(ClientConnectionContext ctx)ClientResponseClientCachePutIfAbsentRequest. process0(ClientConnectionContext ctx)ClientResponseClientCachePutRequest. process0(ClientConnectionContext ctx)ClientResponseClientCacheRemoveIfEqualsRequest. process0(ClientConnectionContext ctx)ClientResponseClientCacheRemoveKeyRequest. process0(ClientConnectionContext ctx)ClientResponseClientCacheReplaceIfEqualsRequest. process0(ClientConnectionContext ctx)ClientResponseClientCacheReplaceRequest. process0(ClientConnectionContext ctx)IgniteInternalFuture<ClientResponse>ClientCacheClearKeysRequest. processAsync(ClientConnectionContext ctx)Processes the request asynchronously.IgniteInternalFuture<ClientResponse>ClientCacheContainsKeysRequest. processAsync(ClientConnectionContext ctx)Processes the request asynchronously.IgniteInternalFuture<ClientResponse>ClientCacheGetAllRequest. processAsync(ClientConnectionContext ctx)Processes the request asynchronously.IgniteInternalFuture<ClientResponse>ClientCacheInvokeAllRequest. processAsync(ClientConnectionContext ctx)Processes the request asynchronously.IgniteInternalFuture<ClientResponse>ClientCacheKeyRequest. processAsync(ClientConnectionContext ctx)Processes the request asynchronously.IgniteInternalFuture<ClientResponse>ClientCachePutAllRequest. processAsync(ClientConnectionContext ctx)Processes the request asynchronously.IgniteInternalFuture<ClientResponse>ClientCacheRemoveAllRequest. processAsync(ClientConnectionContext ctx)Processes the request asynchronously.IgniteInternalFuture<ClientResponse>ClientCacheRemoveKeysRequest. processAsync(ClientConnectionContext ctx)Processes the request asynchronously.IgniteInternalFuture<ClientResponse>ClientCacheClearKeyRequest. processAsync0(ClientConnectionContext ctx)IgniteInternalFuture<ClientResponse>ClientCacheContainsKeyRequest. processAsync0(ClientConnectionContext ctx)IgniteInternalFuture<ClientResponse>ClientCacheGetAndPutIfAbsentRequest. processAsync0(ClientConnectionContext ctx)IgniteInternalFuture<ClientResponse>ClientCacheGetAndPutRequest. processAsync0(ClientConnectionContext ctx)protected IgniteInternalFuture<ClientResponse>ClientCacheGetAndRemoveRequest. processAsync0(ClientConnectionContext ctx)IgniteInternalFuture<ClientResponse>ClientCacheGetAndReplaceRequest. processAsync0(ClientConnectionContext ctx)protected IgniteInternalFuture<ClientResponse>ClientCacheGetRequest. processAsync0(ClientConnectionContext ctx)protected IgniteInternalFuture<ClientResponse>ClientCacheInvokeRequest. processAsync0(ClientConnectionContext ctx)protected IgniteInternalFuture<ClientResponse>ClientCacheKeyRequest. processAsync0(ClientConnectionContext ctx)IgniteInternalFuture<ClientResponse>ClientCachePutIfAbsentRequest. processAsync0(ClientConnectionContext ctx)IgniteInternalFuture<ClientResponse>ClientCachePutRequest. processAsync0(ClientConnectionContext ctx)IgniteInternalFuture<ClientResponse>ClientCacheRemoveIfEqualsRequest. processAsync0(ClientConnectionContext ctx)IgniteInternalFuture<ClientResponse>ClientCacheRemoveKeyRequest. processAsync0(ClientConnectionContext ctx)IgniteInternalFuture<ClientResponse>ClientCacheReplaceIfEqualsRequest. processAsync0(ClientConnectionContext ctx)IgniteInternalFuture<ClientResponse>ClientCacheReplaceRequest. processAsync0(ClientConnectionContext ctx)protected IgniteCache<Object,Object>ClientCacheRequest. rawCache(ClientConnectionContext ctx)Gets the cache for current cache id, ignoring any flags.protected voidClientCacheQueryRequest. updateAffinityMetrics(ClientConnectionContext ctx, int part)Constructors in org.apache.ignite.internal.processors.platform.client.cache with parameters of type ClientConnectionContext Constructor Description ClientCachePutAllConflictRequest(BinaryReaderExImpl reader, ClientConnectionContext ctx)Constructor.ClientCacheQueryContinuousHandle(ClientConnectionContext ctx)Ctor. -
Uses of ClientConnectionContext in org.apache.ignite.internal.processors.platform.client.cluster
Methods in org.apache.ignite.internal.processors.platform.client.cluster with parameters of type ClientConnectionContext 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.ClientResponseClientClusterChangeStateRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientClusterGetStateRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientClusterGroupGetNodeIdsRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientClusterGroupGetNodesDetailsRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientClusterGroupGetNodesEndpointsRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientClusterWalChangeStateRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientClusterWalGetStateRequest. process(ClientConnectionContext ctx)Processes the request. -
Uses of ClientConnectionContext in org.apache.ignite.internal.processors.platform.client.compute
Methods in org.apache.ignite.internal.processors.platform.client.compute with parameters of type ClientConnectionContext Modifier and Type Method Description voidClientExecuteTaskResponse. encode(ClientConnectionContext ctx, BinaryRawWriterEx writer)Encodes the response data.ClientResponseClientExecuteTaskRequest. process(ClientConnectionContext ctx)Processes the request. -
Uses of ClientConnectionContext in org.apache.ignite.internal.processors.platform.client.datastructures
Methods in org.apache.ignite.internal.processors.platform.client.datastructures with parameters of type ClientConnectionContext Modifier and Type Method Description protected GridCacheAtomicLongImplClientAtomicLongRequest. atomicLong(ClientConnectionContext ctx)Gets the atomic long.protected <T> IgniteSet<T>ClientIgniteSetRequest. igniteSet(ClientConnectionContext ctx)Gets the IgniteSet.ClientResponseClientAtomicLongCreateRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientAtomicLongExistsRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientAtomicLongRemoveRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientAtomicLongValueAddAndGetRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientAtomicLongValueCompareAndSetAndGetRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientAtomicLongValueCompareAndSetRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientAtomicLongValueGetAndSetRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientAtomicLongValueGetRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientIgniteSetCloseRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientIgniteSetExistsRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientIgniteSetGetOrCreateRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientIgniteSetIteratorGetPageRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientIgniteSetKeyRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientIgniteSetKeysRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientIgniteSetRequest. process(ClientConnectionContext ctx)Processes the request. -
Uses of ClientConnectionContext in org.apache.ignite.internal.processors.platform.client.service
Methods in org.apache.ignite.internal.processors.platform.client.service with parameters of type ClientConnectionContext 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 ServiceDescriptorClientServiceInvokeRequest. findServiceDescriptor(ClientConnectionContext ctx, String name)ClientResponseClientServiceGetDescriptorRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientServiceGetDescriptorsRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientServiceInvokeRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientServiceTopologyRequest. process(ClientConnectionContext ctx)Processes the request. -
Uses of ClientConnectionContext in org.apache.ignite.internal.processors.platform.client.streamer
Methods in org.apache.ignite.internal.processors.platform.client.streamer with parameters of type ClientConnectionContext Modifier and Type Method Description ClientResponseClientDataStreamerAddDataRequest. process(ClientConnectionContext ctx)Processes the request.ClientResponseClientDataStreamerStartRequest. process(ClientConnectionContext ctx)Processes the request. -
Uses of ClientConnectionContext in org.apache.ignite.internal.processors.platform.client.tx
Methods in org.apache.ignite.internal.processors.platform.client.tx with parameters of type ClientConnectionContext Modifier and Type Method Description booleanClientTxEndRequest. isAsync(ClientConnectionContext ctx)ClientResponseClientTxStartRequest. process(ClientConnectionContext ctx)Processes the request.IgniteInternalFuture<ClientResponse>ClientTxEndRequest. processAsync(ClientConnectionContext ctx)Processes the request asynchronously.
-