Uses of Interface
org.apache.ignite.client.ClientPartitionAwarenessMapper
-
Packages that use ClientPartitionAwarenessMapper Package Description org.apache.ignite.client Contains Ignite Thin Client API classes.org.apache.ignite.internal.client.thin -
-
Uses of ClientPartitionAwarenessMapper in org.apache.ignite.client
Methods in org.apache.ignite.client that return ClientPartitionAwarenessMapper Modifier and Type Method Description ClientPartitionAwarenessMapperClientPartitionAwarenessMapperFactory. create(String cacheName, int partitions) -
Uses of ClientPartitionAwarenessMapper in org.apache.ignite.internal.client.thin
Method parameters in org.apache.ignite.internal.client.thin with type arguments of type ClientPartitionAwarenessMapper Modifier and Type Method Description static ClientCacheAffinityMappingClientCacheAffinityMapping. readResponse(org.apache.ignite.internal.client.thin.PayloadInputChannel ch, Function<Integer,Function<Integer,ClientPartitionAwarenessMapper>> mappers)Reads caches affinity response from the input channel and createsClientCacheAffinityMappinginstance from this response.
-