Uses of Class
com.oracle.coherence.client.NamedCacheGrpcClient
-
Packages that use NamedCacheGrpcClient Package Description com.oracle.coherence.client An implementation of a Coherence Java gRPC client. -
-
Uses of NamedCacheGrpcClient in com.oracle.coherence.client
Fields in com.oracle.coherence.client declared as NamedCacheGrpcClient Modifier and Type Field Description protected NamedCacheGrpcClientAsyncNamedCacheClient. f_serviceTheNamedCacheGrpcClientto delegate calls.Methods in com.oracle.coherence.client that return types with arguments of type NamedCacheGrpcClient Modifier and Type Method Description Optional<NamedCacheGrpcClient>AsyncNamedCacheClient.DefaultDependencies. getClient()Optional<NamedCacheGrpcClient>AsyncNamedCacheClient.Dependencies. getClient()Return the optionalNamedCacheGrpcClientto use.Methods in com.oracle.coherence.client with parameters of type NamedCacheGrpcClient Modifier and Type Method Description voidAsyncNamedCacheClient.DefaultDependencies. setClient(NamedCacheGrpcClient client)Set the optionalNamedCacheGrpcClient.
-