All Classes Interface Summary Class Summary
| Class |
Description |
| AsyncNamedCacheClient<K,V> |
Implementation of a NamedCache.
|
| AsyncNamedCacheClient.DefaultDependencies |
|
| AsyncNamedCacheClient.Dependencies |
|
| AsyncNamedCacheClient.WrapperDeactivationListener<K,V> |
|
| BaseFutureStreamObserver<T> |
An abstract StreamObserver that, on error, will redefine a
StatusRuntimeException with a status of Status.UNIMPLEMENTED
as an UnsupportedOperationException.
|
| BaseGrpcClient<V> |
A base class for gRPC clients.
|
| BaseGrpcClient.DefaultDependencies |
The default dependencies implementation.
|
| BaseGrpcClient.Dependencies |
|
| CacheConfigNamespaceExtension |
|
| ChannelProvider |
A provider of named gRPC Channel instances.
|
| ChannelProviders |
Deprecated. |
| ClientLoggingInterceptor |
A gRPC client interceptor that will log messages on the client.
|
| DeactivationListener<T> |
A listener that is called when a resource is deactivated.
|
| DefaultGrpcChannelDependencies |
A default implementation of GrpcChannelDependencies.
|
| GrpcCacheLifecycleEventDispatcher |
|
| GrpcCacheLifecycleEventDispatcher.AbstractEvent<T extends Enum<T>> |
A Event implementation providing
access to the dispatcher.
|
| GrpcCacheLifecycleEventDispatcher.GrpcCacheLifecycleEvent |
CacheLifecycleEvent implementation raised by this dispatcher.
|
| GrpcCacheScheme |
|
| GrpcChannelConfigurer |
A class that can apply additional configuration to a
ManagedChannelBuilder before it is used to
build a ManagedChannel.
|
| GrpcChannelFactory |
|
| GrpcChannelFactory.AddressProviderNameResolver |
A custom gRPC NameResolver.
|
| GrpcChannelFactory.GrpcServiceInfo |
A holder for gRPC service information.
|
| GrpcChannelFactory.NullNameResolverListener |
A no-op implementation of a NameResolver.Listener2.
|
| GrpcChannelFactory.Resolve |
A Runnable that will actually resolve the gRPC endpoints.
|
| GrpcChannelProcessor |
An ElementProcessor to process a gRPC channel.
|
| GrpcRemoteCacheService |
A remote cache service that accesses caches via a remote gRPC proxy.
|
| GrpcRemoteService<D extends com.tangosol.internal.net.grpc.RemoteGrpcServiceDependencies> |
A remote service that accesses caches via a remote gRPC proxy.
|
| GrpcRemoteSession |
Deprecated. |
| GrpcSessionConfiguration |
Deprecated.
|
| GrpcSessionConfiguration.Builder |
|
| GrpcSessionConfiguration.DefaultConfiguration |
|
| GrpcSessionProvider |
Deprecated.
|
| GrpcSessions |
Deprecated. |
| NamedCacheClient<K,V> |
|
| NamedCacheGrpcClient |
A gRPC NamedCache service.
|
| RemoteCollection<K,V,T> |
A base class for implementations of collections related to a remote AsyncNamedCacheClient,
for example key set, entry set and values.
|
| RemoteCollection.EntryAdvancer<K,V> |
A PagedIterator.Advancer to support a
PagedIterator over an entry set.
|
| RemoteCollection.EntryResultMapEntry |
|
| RemoteEntrySet<K,V> |
A base class for NamedCache entry set implementations.
|
| RemoteGrpcCacheServiceBuilderProcessor |
|
| RemoteKeySet<K,V> |
A base class for NamedCache key set implementations.
|
| RemoteKeySet.KeysAdvancer |
An PagedIterator.Advancer to support a
PagedIterator over this key set.
|
| RemoteValues<K,V> |
A base class for NamedCache values collection implementations.
|
| RemoteValues.ValuesIterator<K,V> |
An Iterator to iterate over the cache values.
|
| ScopedGrpcAsyncCacheReferenceStore |
|
| SingleValueStreamObserver<T> |
A simple StreamObserver adapter class that completes a CompletableFuture when the
observer is completed.
|
| StreamStreamObserver<T> |
A StreamObserver that collects all of its responses into a List and then completes a CompletableFuture when the observer completes.
|