A B C D E F G H I K L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractEvent(GrpcCacheLifecycleEventDispatcher, T) - Constructor for class com.oracle.coherence.client.GrpcCacheLifecycleEventDispatcher.AbstractEvent
-
Construct an AbstractEvent with the provided dispatcher and event type.
- activate() - Method in class com.oracle.coherence.client.GrpcRemoteSession
-
Deprecated.
- add(ChannelProvider) - Method in class com.oracle.coherence.client.ChannelProviders
-
Deprecated.Add a
ChannelProviderto the registry. - add(T) - Method in class com.oracle.coherence.client.RemoteCollection
- addAll(Collection<? extends T>) - Method in class com.oracle.coherence.client.RemoteCollection
- addDeactivationListener(DeactivationListener<AsyncNamedCacheClient<? super K, ? super V>>) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
-
Add a
DeactivationListenerthat will be notified when thisAsyncNamedCacheClientis released or destroyed. - addDeactivationListener(NamedCacheDeactivationListener) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
-
Add a
NamedCacheDeactivationListenerthat will be notified when thisAsyncNamedCacheClientis released or destroyed. - addFilterMapListener(MapListener<? super K, ? super V>, Filter<?>, boolean) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
-
Add a map listener that receives events based on a filter evaluation.
- addIndex(ValueExtractor<? super T, ? extends E>, boolean, Comparator<? super E>) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
-
Asynchronous implementation of
QueryMap.addIndex(com.tangosol.util.ValueExtractor<? super T, ? extends E>, boolean, java.util.Comparator<? super E>). - addIndex(ValueExtractor<? super T, ? extends E>, boolean, Comparator<? super E>) - Method in class com.oracle.coherence.client.NamedCacheClient
- addKeyMapListener(MapListener<? super K, ? super V>, Object, boolean) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
-
Add a map listener for a specific key.
- addMapListener(MapListener<? super K, ? super V>) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
-
Add a standard map listener that will receive all events (inserts, updates, deletes) that occur against the map, with the key, old-value and new-value included
- addMapListener(MapListener<? super K, ? super V>) - Method in class com.oracle.coherence.client.NamedCacheClient
- addMapListener(MapListener<? super K, ? super V>, Filter<?>, boolean) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
-
Add a map listener that receives events based on a filter evaluation.
- addMapListener(MapListener<? super K, ? super V>, Filter, boolean) - Method in class com.oracle.coherence.client.NamedCacheClient
- addMapListener(MapListener<? super K, ? super V>, K, boolean) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
-
Add a map listener for a specific key.
- addMapListener(MapListener<? super K, ? super V>, K, boolean) - Method in class com.oracle.coherence.client.NamedCacheClient
- addMemberListener(MemberListener) - Method in class com.oracle.coherence.client.GrpcRemoteService
- addRemoteFilterListener(ByteString, long, boolean, ByteString) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
-
Sends the serialized
Filterfor registration with the cache server. - AddressProviderNameResolver(GrpcChannelDependencies, GrpcChannelFactory.GrpcServiceInfo, NameResolver.Args) - Constructor for class com.oracle.coherence.client.GrpcChannelFactory.AddressProviderNameResolver
- addServiceListener(ServiceListener) - Method in class com.oracle.coherence.client.GrpcRemoteService
- aggregate(Filter<?>, InvocableMap.EntryAggregator<? super K, ? super V, R>) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
- aggregate(Filter, InvocableMap.EntryAggregator<? super K, ? super V, R>) - Method in class com.oracle.coherence.client.NamedCacheClient
- aggregate(InvocableMap.EntryAggregator<? super K, ? super V, R>) - Method in class com.oracle.coherence.client.NamedCacheClient
- aggregate(Collection<? extends K>, InvocableMap.EntryAggregator<? super K, ? super V, R>) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
- aggregate(Collection<? extends K>, InvocableMap.EntryAggregator<? super K, ? super V, R>) - Method in class com.oracle.coherence.client.NamedCacheClient
- apply(Entry, Map<Kf, Rf>) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient.InvokeAllBiFunction
- apply(ManagedChannelBuilder<?>) - Method in interface com.oracle.coherence.client.GrpcChannelConfigurer
- assertActive() - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
-
Assert that this
AsyncNamedCacheClientis active. - async() - Method in class com.oracle.coherence.client.NamedCacheClient
- async(AsyncNamedMap.Option...) - Method in class com.oracle.coherence.client.NamedCacheClient
- AsyncNamedCacheClient<K,V> - Class in com.oracle.coherence.client
-
Implementation of a
NamedCache. - AsyncNamedCacheClient(AsyncNamedCacheClient.Dependencies) - Constructor for class com.oracle.coherence.client.AsyncNamedCacheClient
-
Creates an
AsyncNamedCacheClientfrom the specifiedAsyncNamedCacheClient.Dependencies. - AsyncNamedCacheClient.DefaultDependencies - Class in com.oracle.coherence.client
-
The dependencies used to create an
AsyncNamedCacheClient. - AsyncNamedCacheClient.Dependencies - Interface in com.oracle.coherence.client
-
The dependencies used to create an
AsyncNamedCacheClient. - AsyncNamedCacheClient.EventStreamObserver - Class in com.oracle.coherence.client
-
A
EventStreamObserverthat processesMapListenerResponses. - AsyncNamedCacheClient.InvokeAllBiFunction<Kf,Rf> - Class in com.oracle.coherence.client
-
A
BiFunctionthat completes aCompletableFuture. - AsyncNamedCacheClient.WrapperDeactivationListener<K,V> - Class in com.oracle.coherence.client
-
A
DeactivationListenerthat wraps clientNamedCacheDeactivationListener.
B
- BaseFutureStreamObserver<T> - Class in com.oracle.coherence.client
-
An abstract
StreamObserverthat, on error, will redefine aStatusRuntimeExceptionwith a status ofStatus.UNIMPLEMENTEDas anUnsupportedOperationException. - BaseFutureStreamObserver() - Constructor for class com.oracle.coherence.client.BaseFutureStreamObserver
- BaseGrpcClient<V> - Class in com.oracle.coherence.client
-
A base class for gRPC clients.
- BaseGrpcClient(BaseGrpcClient.Dependencies) - Constructor for class com.oracle.coherence.client.BaseGrpcClient
-
Creates an
AsyncNamedCacheClientfrom the specifiedAsyncNamedCacheClient.Dependencies. - BaseGrpcClient.DefaultDependencies - Class in com.oracle.coherence.client
-
The default dependencies implementation.
- BaseGrpcClient.Dependencies - Interface in com.oracle.coherence.client
-
The dependencies used to create an
AsyncNamedCacheClient. - build() - Method in class com.oracle.coherence.client.GrpcSessionConfiguration.Builder
-
Deprecated.Build a
GrpcSessionConfiguration. - builder() - Static method in interface com.oracle.coherence.client.GrpcSessionConfiguration
-
Deprecated.Create a
GrpcSessionConfigurationbuilder for the default gRPC session. - builder(Channel) - Static method in interface com.oracle.coherence.client.GrpcSessionConfiguration
-
Deprecated.Create a
GrpcSessionConfigurationbuilder. - builder(String) - Static method in interface com.oracle.coherence.client.GrpcSessionConfiguration
-
Deprecated.Create a
GrpcSessionConfigurationbuilder. - builder(String, String) - Static method in interface com.oracle.coherence.client.GrpcSessionConfiguration
-
Deprecated.Create a
GrpcSessionConfigurationbuilder. - buildSocketAddressProvider() - Method in class com.oracle.coherence.client.GrpcChannelFactory.AddressProviderNameResolver
C
- CacheConfigNamespaceExtension - Class in com.oracle.coherence.client.config
-
A
CacheConfigNamespaceExtensionthat add gRPC extensions to the cache configuration file. - CacheConfigNamespaceExtension() - Constructor for class com.oracle.coherence.client.config.CacheConfigNamespaceExtension
- ChannelProvider - Interface in com.oracle.coherence.client
-
A provider of named gRPC
Channelinstances. - ChannelProviders - Class in com.oracle.coherence.client
-
Deprecated.
- ChannelProviders() - Constructor for class com.oracle.coherence.client.ChannelProviders
-
Deprecated.Protected constructor as this is a typically a singleton accessed via
ChannelProviders.INSTANCE. - clear() - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
- clear() - Method in class com.oracle.coherence.client.NamedCacheClient
- clear() - Method in class com.oracle.coherence.client.RemoteCollection
- ClientLoggingInterceptor - Class in com.oracle.coherence.client
-
A gRPC client interceptor that will log messages on the client.
- ClientLoggingInterceptor() - Constructor for class com.oracle.coherence.client.ClientLoggingInterceptor
- close() - Method in class com.oracle.coherence.client.GrpcRemoteSession
-
Deprecated.
- close() - Method in class com.oracle.coherence.client.GrpcSessions
-
Deprecated.Close all
GrpcRemoteSessioninstances created by theGrpcSessionsfactory. - com.oracle.coherence.client - package com.oracle.coherence.client
-
An implementation of a Coherence Java gRPC client.
- com.oracle.coherence.client.config - package com.oracle.coherence.client.config
- compareTo(ChannelProvider) - Method in interface com.oracle.coherence.client.ChannelProvider
- completionStage() - Method in class com.oracle.coherence.client.SingleValueStreamObserver
-
Obtain the
CompletableFuturethat will be completed when theStreamObservercompletes. - configure(XmlElement) - Method in class com.oracle.coherence.client.GrpcRemoteService
- contains(Object) - Method in class com.oracle.coherence.client.RemoteEntrySet
- contains(Object) - Method in class com.oracle.coherence.client.RemoteKeySet
- contains(Object) - Method in class com.oracle.coherence.client.RemoteValues
- containsAll(Collection<?>) - Method in class com.oracle.coherence.client.RemoteCollection
- containsEntry(K, V) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
-
Determine whether en entry exists in the cache with the specified key and value.
- containsKey(Object) - Method in class com.oracle.coherence.client.NamedCacheClient
- containsKey(K) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
- containsKeyInternal(Object) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
-
Helper method for
AsyncNamedCacheClient.containsKey(Object)invocations. - containsValue(Object) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
-
Helper method for confirm presence of the value within the cache.
- containsValue(Object) - Method in class com.oracle.coherence.client.NamedCacheClient
- createDeactivationEvent(boolean) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
-
Helper method to create a new
CacheEventto signal cache truncation or destruction. - createDefaultExecutor() - Static method in class com.oracle.coherence.client.BaseGrpcClient
-
Obtain the default
Executorto be used by the cache. - createEntryAdvancer() - Method in class com.oracle.coherence.client.RemoteCollection
-
Create an
RemoteCollection.EntryAdvancerto use in aPagedIterator. - createKey(GrpcRemoteService<?>) - Static method in class com.oracle.coherence.client.GrpcChannelFactory.GrpcServiceInfo
- createSerializer(String) - Static method in class com.oracle.coherence.client.BaseGrpcClient
-
Obtain the default
Serializerto be used by the cache. - createService(String, Cluster) - Method in class com.oracle.coherence.client.config.GrpcCacheScheme
- createSession(Session.Option...) - Method in class com.oracle.coherence.client.GrpcSessions
-
Deprecated.
- createSession(SessionConfiguration, SessionProvider.Context) - Method in class com.oracle.coherence.client.GrpcSessions
-
Deprecated.
- createTargetURI(GrpcRemoteService<?>) - Static method in class com.oracle.coherence.client.GrpcChannelFactory.GrpcServiceInfo
D
- DeactivationListener<T> - Interface in com.oracle.coherence.client
-
A listener that is called when a resource is deactivated.
- DEFAULT_HOST - Static variable in interface com.oracle.coherence.client.GrpcSessionConfiguration
-
Deprecated.The default host name to use for the default channel.
- DEFAULT_PRIORITY - Static variable in interface com.oracle.coherence.client.ChannelProvider
-
The default priority for a configuration.
- DEFAULT_PRIORITY - Static variable in interface com.oracle.coherence.client.GrpcSessionConfiguration
-
Deprecated.The default priority for gRPC Sessions.
- DefaultDependencies(String, Channel, GrpcCacheLifecycleEventDispatcher) - Constructor for class com.oracle.coherence.client.AsyncNamedCacheClient.DefaultDependencies
- DefaultDependencies(String, Channel, EventDispatcher) - Constructor for class com.oracle.coherence.client.BaseGrpcClient.DefaultDependencies
- DefaultGrpcChannelDependencies - Class in com.oracle.coherence.client.config
-
A default implementation of
GrpcChannelDependencies. - DefaultGrpcChannelDependencies() - Constructor for class com.oracle.coherence.client.config.DefaultGrpcChannelDependencies
- destroy() - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
-
Destroys the cache.
- destroy() - Method in class com.oracle.coherence.client.NamedCacheClient
- destroyCache(NamedCache) - Method in class com.oracle.coherence.client.GrpcRemoteCacheService
- destroyed(AsyncNamedCacheClient<? super K, ? super V>) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient.WrapperDeactivationListener
- destroyed(T) - Method in interface com.oracle.coherence.client.DeactivationListener
-
Called to indicate that a resource was destroyed.
- dispatch(MapEventResponse) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
-
Dispatch the received
MapEventResponsefor processing by local listeners. - dispatch(Collection<? extends EventInterceptor<?>>) - Method in class com.oracle.coherence.client.GrpcCacheLifecycleEventDispatcher.GrpcCacheLifecycleEvent
- dispatchCacheCreated(NamedCache) - Method in class com.oracle.coherence.client.GrpcCacheLifecycleEventDispatcher
- dispatchCacheDestroyed(NamedCache) - Method in class com.oracle.coherence.client.GrpcCacheLifecycleEventDispatcher
- dispatchCacheEvent(CacheLifecycleEvent.Type, NamedCache) - Method in class com.oracle.coherence.client.GrpcCacheLifecycleEventDispatcher
-
Helper to perform the dispatch of a
CacheLifecycleEventbeing given its type - dispatchCacheTruncated(NamedCache) - Method in class com.oracle.coherence.client.GrpcCacheLifecycleEventDispatcher
E
- enableTracing() - Method in class com.oracle.coherence.client.GrpcSessionConfiguration.DefaultConfiguration
-
Deprecated.Returns
trueif client gRPC tracing should be enabled. - enableTracing() - Method in interface com.oracle.coherence.client.GrpcSessionConfiguration
-
Deprecated.Returns
trueif client gRPC tracing should be enabled. - ensureAsyncCache(String) - Method in class com.oracle.coherence.client.GrpcRemoteCacheService
-
Creates a
AsyncNamedCacheClientbased on the provided arguments. - ensureCache(String) - Method in class com.oracle.coherence.client.GrpcRemoteSession
-
Deprecated.Creates a
AsyncNamedCacheClientbased on the provided arguments. - ensureCache(String, ClassLoader) - Method in class com.oracle.coherence.client.GrpcRemoteCacheService
- EntryAdvancer(AsyncNamedCacheClient<K, V>) - Constructor for class com.oracle.coherence.client.RemoteCollection.EntryAdvancer
-
Constructs a new
EntryAdvancerusing the providedAsyncNamedCacheClient. - EntryResultMapEntry(EntryResult) - Constructor for class com.oracle.coherence.client.RemoteCollection.EntryResultMapEntry
-
Create a
RemoteCollection.EntryResultMapEntrywrapping aEntryResult. - entrySet() - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
- entrySet() - Method in class com.oracle.coherence.client.NamedCacheClient
- entrySet(Filter) - Method in class com.oracle.coherence.client.NamedCacheClient
- entrySet(Filter, Comparator) - Method in class com.oracle.coherence.client.NamedCacheClient
- equals(Object) - Method in class com.oracle.coherence.client.GrpcRemoteSession
-
Deprecated.
- equals(Object) - Method in class com.oracle.coherence.client.RemoteCollection
- EVENT_TYPES - Static variable in class com.oracle.coherence.client.GrpcCacheLifecycleEventDispatcher
-
The event types raised by this dispatcher.
- EventStreamObserver() - Constructor for class com.oracle.coherence.client.AsyncNamedCacheClient.EventStreamObserver
-
Constructs a new EventStreamObserver
- executeIfActive(Supplier<CompletableFuture<T>>) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
-
If this
AsyncNamedCacheClientis active then return theCompletableFuturesupplied by the supplier otherwise return a failedCompletableFuture. - extend(CacheConfigNamespaceHandler) - Method in class com.oracle.coherence.client.config.CacheConfigNamespaceExtension
F
- f_asyncClient - Variable in class com.oracle.coherence.client.NamedCacheClient
-
The asynchronous client.
- f_client - Variable in class com.oracle.coherence.client.RemoteCollection
-
The wrapped
AsyncNamedCacheClient. - f_client - Variable in class com.oracle.coherence.client.RemoteKeySet.KeysAdvancer
-
The client to use to send gRPC requests.
- f_client - Variable in class com.oracle.coherence.client.RemoteValues.ValuesIterator
-
The underlying cache client.
- f_dependencies - Variable in class com.oracle.coherence.client.BaseGrpcClient
-
The service dependencies.
- f_dispatcher - Variable in class com.oracle.coherence.client.BaseGrpcClient
-
The event dispatcher for this cache.
- f_executor - Variable in class com.oracle.coherence.client.BaseGrpcClient
-
The
Executorto use to dispatch events. - f_executor - Variable in class com.oracle.coherence.client.GrpcRemoteSession
-
Deprecated.The
Executorto use to dispatch events. - f_future - Variable in class com.oracle.coherence.client.AsyncNamedCacheClient.EventStreamObserver
-
The
CompletableFutureto notify - f_future - Variable in class com.oracle.coherence.client.AsyncNamedCacheClient.InvokeAllBiFunction
-
The
CompletableFutureto notify - f_iterator - Variable in class com.oracle.coherence.client.RemoteValues.ValuesIterator
-
The paged iterator to use to iterate over the cache values one page at a time.
- f_listCacheDeactivationListeners - Variable in class com.oracle.coherence.client.AsyncNamedCacheClient
-
The list of
NamedCacheDeactivationListenerinstances added to this client. - f_listDeactivationListeners - Variable in class com.oracle.coherence.client.AsyncNamedCacheClient
-
The list of
DeactivationListenerto be notified when thisAsyncNamedCacheClientis released or destroyed. - f_lock - Variable in class com.oracle.coherence.client.AsyncNamedCacheClient.EventStreamObserver
-
The lock to control sending messages and closing the channel.
- f_lock - Variable in class com.oracle.coherence.client.GrpcRemoteService
-
The lock to synchronize access to internal state
- f_lockDeactivationListeners - Variable in class com.oracle.coherence.client.AsyncNamedCacheClient
- f_mapFuture - Variable in class com.oracle.coherence.client.AsyncNamedCacheClient.EventStreamObserver
-
The map of event listener request futures keyed by request id.
- f_registry - Variable in class com.oracle.coherence.client.GrpcRemoteSession
-
Deprecated.This session's
ResourceRegistry. - f_serializer - Variable in class com.oracle.coherence.client.BaseGrpcClient
-
The
Serializerto use. - f_service - Variable in class com.oracle.coherence.client.AsyncNamedCacheClient
-
The
NamedCacheGrpcClientto delegate calls. - f_sFormat - Variable in class com.oracle.coherence.client.BaseGrpcClient
-
The serialization format.
- f_sName - Variable in class com.oracle.coherence.client.BaseGrpcClient
-
The cache name.
- f_sScopeName - Variable in class com.oracle.coherence.client.BaseGrpcClient
-
The scope name to use for requests.
- f_sUid - Variable in class com.oracle.coherence.client.AsyncNamedCacheClient.EventStreamObserver
-
The event ID.
- f_synchronousCache - Variable in class com.oracle.coherence.client.AsyncNamedCacheClient
-
The synchronous version of this client.
- f_tracingInterceptor - Variable in class com.oracle.coherence.client.GrpcRemoteSession
-
Deprecated.The optional client tracer to use.
- failedFuture(Throwable) - Method in class com.oracle.coherence.client.BaseGrpcClient
-
Create a failed
CompletableFuture. - findChannel(String) - Method in class com.oracle.coherence.client.ChannelProviders
-
Deprecated.Find a
Channelfrom one of the channel providers. - fromByteString(ByteString) - Method in class com.oracle.coherence.client.BaseGrpcClient
-
A utility method to deserialize a
ByteStringto an Object. - fromBytesValue(BytesValue) - Method in class com.oracle.coherence.client.BaseGrpcClient
-
A utility method to deserialize a
BytesValueto an Object. - fromEntryResult(EntryResult) - Method in class com.oracle.coherence.client.RemoteCollection.EntryAdvancer
- future() - Method in class com.oracle.coherence.client.BaseFutureStreamObserver
-
Return the
CompletableFutureassociated with thisStreamObserver. - future() - Method in class com.oracle.coherence.client.StreamStreamObserver
G
- get(Object) - Method in class com.oracle.coherence.client.NamedCacheClient
- get(K) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
- getAll(Collection<? extends K>) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
- getAll(Collection<? extends K>) - Method in class com.oracle.coherence.client.NamedCacheClient
- getAllInternal(Collection<? extends K>) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
- getAllInternalAsMap(Collection<? extends K>) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
-
Helper method to obtain a
Mapof the keys/values found within the cache matching the providedCollectionof keys. - getAsyncCache(String, NamedMap.Option...) - Method in class com.oracle.coherence.client.GrpcRemoteSession
-
Deprecated.Return the
AsyncNamedCacheClientbased on the provided arguments. - getAsyncClient() - Method in class com.oracle.coherence.client.NamedCacheClient
-
Return an asynchronous version of the client.
- getAuthorityOverride() - Method in class com.oracle.coherence.client.config.DefaultGrpcChannelDependencies
- getBackingMapManager() - Method in class com.oracle.coherence.client.GrpcRemoteCacheService
- getCache() - Method in class com.oracle.coherence.client.RemoteCollection
-
Obtain the underlying
NamedCache. - getCache(String, NamedMap.Option...) - Method in class com.oracle.coherence.client.GrpcRemoteSession
-
Deprecated.
- getCacheName() - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
-
Returns the cache name.
- getCacheName() - Method in class com.oracle.coherence.client.GrpcCacheLifecycleEventDispatcher
- getCacheName() - Method in class com.oracle.coherence.client.GrpcCacheLifecycleEventDispatcher.GrpcCacheLifecycleEvent
- getCacheName() - Method in class com.oracle.coherence.client.NamedCacheClient
- getCacheNames() - Method in class com.oracle.coherence.client.GrpcRemoteCacheService
- getCacheNames() - Method in class com.oracle.coherence.client.GrpcRemoteSession
-
Deprecated.Returns the set of names of currently active caches that have been previously created by this session.
- getCacheService() - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
-
Get the
CacheServiceassociated with this cache. - getCacheService() - Method in class com.oracle.coherence.client.NamedCacheClient
- getChannel() - Method in class com.oracle.coherence.client.BaseGrpcClient.DefaultDependencies
- getChannel() - Method in interface com.oracle.coherence.client.BaseGrpcClient.Dependencies
-
Returns the gRPC
Channel. - getChannel() - Method in class com.oracle.coherence.client.GrpcRemoteService
-
Returns the
Channelto use to connect to the server. - getChannel() - Method in class com.oracle.coherence.client.GrpcRemoteSession
-
Deprecated.Return the communication channel.
- getChannel() - Method in class com.oracle.coherence.client.GrpcSessionConfiguration.DefaultConfiguration
-
Deprecated.Returns the gRPC
Channelto use. - getChannel() - Method in interface com.oracle.coherence.client.GrpcSessionConfiguration
-
Deprecated.Returns the gRPC
Channelto use. - getChannel(GrpcRemoteService<?>) - Method in class com.oracle.coherence.client.GrpcChannelFactory
-
Create a
Channel. - getChannel(String) - Method in interface com.oracle.coherence.client.ChannelProvider
-
Return the
Channel. - getChannelProvider() - Method in class com.oracle.coherence.client.config.DefaultGrpcChannelDependencies
-
Returns the optional
ChannelProviderto use to create aChannel. - getClient() - Method in class com.oracle.coherence.client.AsyncNamedCacheClient.DefaultDependencies
- getClient() - Method in interface com.oracle.coherence.client.AsyncNamedCacheClient.Dependencies
-
Return the optional
NamedCacheGrpcClientto use. - getCluster() - Method in class com.oracle.coherence.client.GrpcRemoteService
- getConfigurer() - Method in class com.oracle.coherence.client.config.DefaultGrpcChannelDependencies
- getContextClassLoader() - Method in class com.oracle.coherence.client.GrpcRemoteService
- getDeadline() - Method in class com.oracle.coherence.client.BaseGrpcClient.DefaultDependencies
- getDeadline() - Method in interface com.oracle.coherence.client.BaseGrpcClient.Dependencies
-
Obtain a default rpc deadline value.
- getDefaultEventDispatcherRegistry() - Method in class com.oracle.coherence.client.GrpcRemoteCacheService
- getDefaultEventDispatcherRegistry() - Method in class com.oracle.coherence.client.GrpcRemoteService
-
Return the default
EventDispatcherRegistryto use. - getDefaultLoadBalancingPolicy() - Method in class com.oracle.coherence.client.config.DefaultGrpcChannelDependencies
- getDefaultScheme() - Method in class com.oracle.coherence.client.GrpcChannelFactory
- getDefaultSerializerFormat() - Static method in class com.oracle.coherence.client.BaseGrpcClient
-
Return the default serialization format.
- getDependencies() - Method in class com.oracle.coherence.client.GrpcChannelFactory.GrpcServiceInfo
- getDependencies() - Method in class com.oracle.coherence.client.GrpcRemoteService
- getDescription() - Method in class com.oracle.coherence.client.GrpcCacheLifecycleEventDispatcher.GrpcCacheLifecycleEvent
- getDispatcher() - Method in class com.oracle.coherence.client.GrpcCacheLifecycleEventDispatcher.GrpcCacheLifecycleEvent
- getEntriesPage(ByteString) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
-
Obtain a page of cache entries.
- getEventDispatcher() - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
-
Returns the event dispatcher for this cache.
- getEventDispatcher() - Method in class com.oracle.coherence.client.BaseGrpcClient.DefaultDependencies
- getEventDispatcher() - Method in interface com.oracle.coherence.client.BaseGrpcClient.Dependencies
-
Returns the event dispatcher for the resource.
- getEventDispatcher() - Method in class com.oracle.coherence.client.GrpcCacheLifecycleEventDispatcher.GrpcCacheLifecycleEvent
- getEventDispatcherRegistry() - Method in class com.oracle.coherence.client.GrpcRemoteService
- getExecutor() - Method in class com.oracle.coherence.client.BaseGrpcClient.DefaultDependencies
- getExecutor() - Method in interface com.oracle.coherence.client.BaseGrpcClient.Dependencies
-
Return the optional
Executorto use. - getExecutor() - Method in class com.oracle.coherence.client.GrpcRemoteService
- getFilterId(Filter<?>) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
-
Obtain the registration ID for the provided filter.
- getFormat() - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
-
Return the serialization format.
- getFormat() - Method in class com.oracle.coherence.client.GrpcSessionConfiguration.DefaultConfiguration
-
Deprecated.Returns the name of the serialization format to use to serialize gRPC message payloads.
- getFormat() - Method in interface com.oracle.coherence.client.GrpcSessionConfiguration
-
Deprecated.Returns the name of the serialization format to use to serialize gRPC message payloads.
- getInfo() - Method in class com.oracle.coherence.client.GrpcRemoteService
- getInterceptorRegistry() - Method in class com.oracle.coherence.client.GrpcRemoteSession
-
Deprecated.
- getInternal(Object, V) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
-
Helper method for getting a value from the cache.
- getKey() - Method in class com.oracle.coherence.client.RemoteCollection.EntryResultMapEntry
- getKeysPage(BytesValue) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
-
Obtain a page of cache keys.
- getListenerCount() - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
-
Return the number of listeners registered with this map.
- getLoadBalancerTimeout(ParameterResolver) - Method in class com.oracle.coherence.client.config.DefaultGrpcChannelDependencies
- getMap(String, NamedMap.Option...) - Method in class com.oracle.coherence.client.GrpcRemoteSession
-
Deprecated.
- getMapListenerSupport() - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
-
Return the
MapListenerSupport. - getMinimumServiceVersion() - Method in class com.oracle.coherence.client.GrpcRemoteCacheService
- getName() - Method in class com.oracle.coherence.client.BaseGrpcClient.DefaultDependencies
- getName() - Method in interface com.oracle.coherence.client.BaseGrpcClient.Dependencies
-
Return the underlying resource name.
- getName() - Method in class com.oracle.coherence.client.GrpcRemoteSession
-
Deprecated.Obtain the optional name of this session.
- getName() - Method in class com.oracle.coherence.client.GrpcSessionConfiguration.DefaultConfiguration
-
Deprecated.
- getNamedCache() - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
- getNamedCacheClient() - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
-
Return the synchronous cache client.
- getNamedMap() - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
- getNameResolverArgs() - Method in class com.oracle.coherence.client.GrpcChannelFactory.AddressProviderNameResolver
- getOldestMember() - Method in class com.oracle.coherence.client.GrpcRemoteService
- getOperationalContext() - Method in class com.oracle.coherence.client.GrpcChannelFactory.GrpcServiceInfo
- getOrDefault(Object, V) - Method in class com.oracle.coherence.client.NamedCacheClient
- getOrDefault(K, V) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
- getPriority() - Method in interface com.oracle.coherence.client.ChannelProvider
-
Returns the priority for this provider.
- getPriority() - Method in class com.oracle.coherence.client.GrpcSessionConfiguration.DefaultConfiguration
-
Deprecated.
- getPriority() - Method in class com.oracle.coherence.client.GrpcSessions
-
Deprecated.
- getRemoteAddressProviderBuilder() - Method in class com.oracle.coherence.client.config.DefaultGrpcChannelDependencies
- getRemoteCluster() - Method in class com.oracle.coherence.client.GrpcChannelFactory.GrpcServiceInfo
- getRemoteService() - Method in class com.oracle.coherence.client.GrpcChannelFactory.GrpcServiceInfo
- getResourceRegistry() - Method in class com.oracle.coherence.client.GrpcRemoteService
- getResourceRegistry() - Method in class com.oracle.coherence.client.GrpcRemoteSession
-
Deprecated.
- getScopeName() - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
-
Returns the scope name.
- getScopeName() - Method in class com.oracle.coherence.client.BaseGrpcClient.DefaultDependencies
- getScopeName() - Method in interface com.oracle.coherence.client.BaseGrpcClient.Dependencies
-
Returns the scope named used to link requests to a specific server side scope.
- getScopeName() - Method in class com.oracle.coherence.client.GrpcCacheLifecycleEventDispatcher
- getScopeName() - Method in class com.oracle.coherence.client.GrpcCacheLifecycleEventDispatcher.GrpcCacheLifecycleEvent
- getScopeName() - Method in class com.oracle.coherence.client.GrpcRemoteService
- getScopeName() - Method in class com.oracle.coherence.client.GrpcRemoteSession
-
Deprecated.Obtain the scope name used to link this
GrpcRemoteSessionto theConfigurableCacheFactoryon the server that has the corresponding scope. - getScopeName() - Method in class com.oracle.coherence.client.GrpcSessionConfiguration.DefaultConfiguration
-
Deprecated.Return the scope name of the
Session. - getScopeName() - Method in interface com.oracle.coherence.client.GrpcSessionConfiguration
-
Deprecated.
- getSerializer() - Method in class com.oracle.coherence.client.BaseGrpcClient.DefaultDependencies
- getSerializer() - Method in interface com.oracle.coherence.client.BaseGrpcClient.Dependencies
-
Return the
Serializerto use to serialize request and response payloads. - getSerializer() - Method in class com.oracle.coherence.client.GrpcRemoteService
- getSerializer() - Method in class com.oracle.coherence.client.GrpcRemoteSession
-
Deprecated.Return the
Serializer. - getSerializer() - Method in class com.oracle.coherence.client.GrpcSessionConfiguration.DefaultConfiguration
-
Deprecated.Returns the
Serializerto use to serialize gRPC message payloads. - getSerializer() - Method in interface com.oracle.coherence.client.GrpcSessionConfiguration
-
Deprecated.Returns the
Serializerto use to serialize gRPC message payloads. - getSerializerFormat() - Method in class com.oracle.coherence.client.BaseGrpcClient.DefaultDependencies
- getSerializerFormat() - Method in interface com.oracle.coherence.client.BaseGrpcClient.Dependencies
-
Return the name of the serialization format to be used for requests and responses.
- getSerializerFormat() - Method in class com.oracle.coherence.client.GrpcRemoteSession
-
Deprecated.Return the serialization format.
- getService() - Method in class com.oracle.coherence.client.GrpcCacheLifecycleEventDispatcher
- getService() - Method in class com.oracle.coherence.client.GrpcChannelFactory.GrpcServiceInfo
- getService(String) - Method in class com.oracle.coherence.client.GrpcRemoteSession
-
Deprecated.
- getServiceAuthority() - Method in class com.oracle.coherence.client.GrpcChannelFactory.AddressProviderNameResolver
- getServiceMember(int) - Method in class com.oracle.coherence.client.GrpcRemoteService
- getServiceMembers() - Method in class com.oracle.coherence.client.GrpcRemoteService
- getServiceName() - Method in class com.oracle.coherence.client.GrpcCacheLifecycleEventDispatcher
- getServiceName() - Method in class com.oracle.coherence.client.GrpcCacheLifecycleEventDispatcher.GrpcCacheLifecycleEvent
- getServiceName() - Method in class com.oracle.coherence.client.GrpcRemoteService
- getServiceProvider() - Method in class com.oracle.coherence.client.config.GrpcCacheScheme
- getServiceType() - Method in class com.oracle.coherence.client.GrpcRemoteService
- getServiceVersion(Member) - Method in class com.oracle.coherence.client.GrpcRemoteService
- getSession() - Method in class com.oracle.coherence.client.GrpcCacheLifecycleEventDispatcher
-
Deprecated.
- getSessionName() - Method in class com.oracle.coherence.client.GrpcCacheLifecycleEventDispatcher.GrpcCacheLifecycleEvent
- getSocketProviderBuilder() - Method in class com.oracle.coherence.client.config.DefaultGrpcChannelDependencies
- getTarget() - Method in class com.oracle.coherence.client.config.DefaultGrpcChannelDependencies
- getTopic(String, NamedCollection.Option...) - Method in class com.oracle.coherence.client.GrpcRemoteSession
-
Deprecated.
- getUserContext() - Method in class com.oracle.coherence.client.GrpcRemoteService
- getValue() - Method in class com.oracle.coherence.client.RemoteCollection.EntryResultMapEntry
- GrpcCacheLifecycleEvent(GrpcCacheLifecycleEventDispatcher, CacheLifecycleEvent.Type, NamedCache) - Constructor for class com.oracle.coherence.client.GrpcCacheLifecycleEventDispatcher.GrpcCacheLifecycleEvent
-
Construct a cache truncate event.
- GrpcCacheLifecycleEventDispatcher - Class in com.oracle.coherence.client
-
A
CacheLifecycleEventDispatcherused by aGrpcRemoteCacheServiceto dispatch cache lifecycle events. - GrpcCacheLifecycleEventDispatcher.AbstractEvent<T extends Enum<T>> - Class in com.oracle.coherence.client
-
A
Eventimplementation providing access to the dispatcher. - GrpcCacheLifecycleEventDispatcher.GrpcCacheLifecycleEvent - Class in com.oracle.coherence.client
-
CacheLifecycleEventimplementation raised by this dispatcher. - GrpcCacheScheme - Class in com.oracle.coherence.client.config
-
The
GrpcCacheSchemeis responsible for building a remote gRPC cache. - GrpcCacheScheme() - Constructor for class com.oracle.coherence.client.config.GrpcCacheScheme
-
Constructs a
GrpcCacheScheme. - GrpcChannelConfigurer - Interface in com.oracle.coherence.client
-
A class that can apply additional configuration to a
ManagedChannelBuilderbefore it is used to build aManagedChannel. - GrpcChannelFactory - Class in com.oracle.coherence.client
-
A default implementation of
GrpcChannelFactory. - GrpcChannelFactory.AddressProviderNameResolver - Class in com.oracle.coherence.client
-
A custom gRPC
NameResolver. - GrpcChannelFactory.GrpcServiceInfo - Class in com.oracle.coherence.client
-
A holder for gRPC service information.
- GrpcChannelFactory.NullNameResolverListener - Class in com.oracle.coherence.client
-
A no-op implementation of a
NameResolver.Listener2. - GrpcChannelFactory.Resolve - Class in com.oracle.coherence.client
-
A
Runnablethat will actually resolve the gRPC endpoints. - GrpcChannelProcessor - Class in com.oracle.coherence.client.config
-
An
ElementProcessorto process a gRPC channel. - GrpcChannelProcessor() - Constructor for class com.oracle.coherence.client.config.GrpcChannelProcessor
- GrpcRemoteCacheService - Class in com.oracle.coherence.client
-
A remote cache service that accesses caches via a remote gRPC proxy.
- GrpcRemoteCacheService() - Constructor for class com.oracle.coherence.client.GrpcRemoteCacheService
- GrpcRemoteService<D extends com.tangosol.internal.net.grpc.RemoteGrpcServiceDependencies> - Class in com.oracle.coherence.client
-
A remote service that accesses caches via a remote gRPC proxy.
- GrpcRemoteService(String) - Constructor for class com.oracle.coherence.client.GrpcRemoteService
-
Create a
GrpcRemoteService. - GrpcRemoteSession - Class in com.oracle.coherence.client
-
Deprecated.
- GrpcRemoteSession(Channel, String, String, Serializer, String, ClientInterceptor, Iterable<? extends EventInterceptor<?>>) - Constructor for class com.oracle.coherence.client.GrpcRemoteSession
-
Deprecated.Constructs a new
GrpcRemoteSession. - GrpcServiceInfo(OperationalContext, String, String, String, GrpcChannelDependencies) - Constructor for class com.oracle.coherence.client.GrpcChannelFactory.GrpcServiceInfo
- GrpcSessionConfiguration - Interface in com.oracle.coherence.client
-
Deprecated.Configure a grpc-remote-cache-scheme in the cache configuration file.
- GrpcSessionConfiguration.Builder - Class in com.oracle.coherence.client
-
Deprecated.A builder that builds
GrpcSessionConfigurationinstances. - GrpcSessionConfiguration.DefaultConfiguration - Class in com.oracle.coherence.client
-
Deprecated.
- GrpcSessionProvider - Interface in com.oracle.coherence.client
-
Deprecated.Configure a grpc-remote-cache-scheme in the cache configuration file.
- GrpcSessions - Class in com.oracle.coherence.client
-
Deprecated.
- GrpcSessions() - Constructor for class com.oracle.coherence.client.GrpcSessions
-
Deprecated.
H
- handleCompletableFuture(CompletableFuture<T>) - Method in class com.oracle.coherence.client.NamedCacheClient
- handleCompletableFuture(CompletableFuture<T>, long) - Method in class com.oracle.coherence.client.NamedCacheClient
- handleException(T, Throwable) - Static method in class com.oracle.coherence.client.AsyncNamedCacheClient
-
Returns the arguments unmodified unless the error is a
StatusRuntimeExceptionwith a status ofStatus.UNIMPLEMENTED, then an UnsupportedOperationException will be raised instead. - hashCode() - Method in class com.oracle.coherence.client.GrpcRemoteSession
-
Deprecated.
- hashCode() - Method in class com.oracle.coherence.client.RemoteCollection
- hasNext() - Method in class com.oracle.coherence.client.RemoteValues.ValuesIterator
I
- initEvents() - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
-
Called by the constructor to initialize event support.
- INSTANCE - Static variable in class com.oracle.coherence.client.ChannelProviders
-
Deprecated.The singleton instance of
ChannelProviders. - INSTANCE - Static variable in class com.oracle.coherence.client.GrpcChannelFactory.NullNameResolverListener
-
A singleton instance of
GrpcChannelFactory.NullNameResolverListener. - instantiateChannel() - Method in class com.oracle.coherence.client.GrpcRemoteService
- instantiateExecutor() - Method in class com.oracle.coherence.client.GrpcRemoteService
- instantiateSerializer(ClassLoader) - Method in class com.oracle.coherence.client.GrpcRemoteService
-
Instantiate a Serializer and optionally configure it with the specified ClassLoader.
- instantiateTracingInterceptor() - Method in class com.oracle.coherence.client.GrpcRemoteService
- interceptCall(MethodDescriptor<ReqT, RespT>, CallOptions, Channel) - Method in class com.oracle.coherence.client.ClientLoggingInterceptor
- invoke(K, InvocableMap.EntryProcessor<K, V, R>) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
- invoke(K, InvocableMap.EntryProcessor<K, V, R>) - Method in class com.oracle.coherence.client.NamedCacheClient
- invokeAll(Filter<?>, InvocableMap.EntryProcessor<K, V, R>) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
- invokeAll(Filter<?>, InvocableMap.EntryProcessor<K, V, R>, BiConsumer<? super K, ? super R>) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
- invokeAll(Filter<?>, InvocableMap.EntryProcessor<K, V, R>, Consumer<? super Map.Entry<? extends K, ? extends R>>) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
- invokeAll(Filter, InvocableMap.EntryProcessor<K, V, R>) - Method in class com.oracle.coherence.client.NamedCacheClient
- invokeAll(InvocableMap.EntryProcessor<K, V, R>) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
- invokeAll(InvocableMap.EntryProcessor<K, V, R>, BiConsumer<? super K, ? super R>) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
- invokeAll(InvocableMap.EntryProcessor<K, V, R>, Consumer<? super Map.Entry<? extends K, ? extends R>>) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
- invokeAll(Collection<? extends K>, InvocableMap.EntryProcessor<K, V, R>) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
- invokeAll(Collection<? extends K>, InvocableMap.EntryProcessor<K, V, R>) - Method in class com.oracle.coherence.client.NamedCacheClient
- invokeAll(Collection<? extends K>, InvocableMap.EntryProcessor<K, V, R>, BiConsumer<? super K, ? super R>) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
- invokeAll(Collection<? extends K>, InvocableMap.EntryProcessor<K, V, R>, Consumer<? super Map.Entry<? extends K, ? extends R>>) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
- InvokeAllBiFunction(CompletableFuture<Map<Kf, Rf>>) - Constructor for class com.oracle.coherence.client.AsyncNamedCacheClient.InvokeAllBiFunction
-
Constructs a new
InvokeAllBiFunction. - invokeAllInternal(InvokeAllRequest, StreamObserver<Entry>) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
-
Helper method to perform invokeAll operations.
- invokeAllInternal(InvokeAllRequest, StreamObserver<Entry>, long) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
-
Helper method to perform invokeAll operations.
- isActive() - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
-
Return
trueif the cache is still active. - isActive() - Method in class com.oracle.coherence.client.GrpcRemoteSession
-
Deprecated.
- isActive() - Method in class com.oracle.coherence.client.NamedCacheClient
- isActiveInternal() - Method in class com.oracle.coherence.client.BaseGrpcClient
-
Helper method for cache active checks.
- isAvailable() - Method in class com.oracle.coherence.client.GrpcChannelFactory
- isCacheActive(String, ClassLoader) - Method in class com.oracle.coherence.client.GrpcRemoteSession
-
Deprecated.
- isClosed() - Method in class com.oracle.coherence.client.GrpcRemoteSession
-
Deprecated.Returns
trueif this session has been closed, otherwise returnsfalse. - isDestroyed() - Method in class com.oracle.coherence.client.BaseGrpcClient
-
Return
trueif the cache has been destroyed. - isDestroyed() - Method in class com.oracle.coherence.client.NamedCacheClient
- isEmpty() - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
- isEmpty() - Method in class com.oracle.coherence.client.NamedCacheClient
- isEmpty() - Method in class com.oracle.coherence.client.RemoteCollection
- isEnabled() - Method in class com.oracle.coherence.client.GrpcSessionConfiguration.DefaultConfiguration
-
Deprecated.
- isMapActive(String, ClassLoader) - Method in class com.oracle.coherence.client.GrpcRemoteSession
-
Deprecated.
- isMutableEvent() - Method in class com.oracle.coherence.client.GrpcCacheLifecycleEventDispatcher.GrpcCacheLifecycleEvent
- isNameServiceAddressProvider() - Method in class com.oracle.coherence.client.config.DefaultGrpcChannelDependencies
-
Returns whether the configured
AddressProvideris for a NameService lookup. - isNameServiceAddressProvider() - Method in class com.oracle.coherence.client.GrpcChannelFactory.AddressProviderNameResolver
- isReady() - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
-
Returns whether this cache is ready to be used.
- isReady() - Method in class com.oracle.coherence.client.NamedCacheClient
- isReleased() - Method in class com.oracle.coherence.client.BaseGrpcClient
-
Return
trueif the cache has been released. - isReleased() - Method in class com.oracle.coherence.client.NamedCacheClient
- isRunning() - Method in class com.oracle.coherence.client.GrpcRemoteService
- isSuspended() - Method in class com.oracle.coherence.client.GrpcRemoteService
- isTopicActive(String, ClassLoader) - Method in class com.oracle.coherence.client.GrpcRemoteSession
-
Deprecated.
- isVersionCompatible(int) - Method in class com.oracle.coherence.client.GrpcRemoteCacheService
- isVersionCompatible(int, int, int) - Method in class com.oracle.coherence.client.GrpcRemoteCacheService
- isVersionCompatible(int, int, int, int, int) - Method in class com.oracle.coherence.client.GrpcRemoteCacheService
- isVersionCompatible(IntPredicate) - Method in class com.oracle.coherence.client.GrpcRemoteCacheService
- iterator() - Method in class com.oracle.coherence.client.RemoteEntrySet
- iterator() - Method in class com.oracle.coherence.client.RemoteKeySet
- iterator() - Method in class com.oracle.coherence.client.RemoteValues
K
- KEY_SEPARATOR - Static variable in class com.oracle.coherence.client.GrpcChannelFactory.GrpcServiceInfo
- KeysAdvancer(AsyncNamedCacheClient<?, ?>) - Constructor for class com.oracle.coherence.client.RemoteKeySet.KeysAdvancer
-
Constructs a new
KeysAdvancer. - keySet() - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
- keySet() - Method in class com.oracle.coherence.client.NamedCacheClient
- keySet(Filter) - Method in class com.oracle.coherence.client.NamedCacheClient
L
- lock(Object) - Method in class com.oracle.coherence.client.NamedCacheClient
- lock(Object, long) - Method in class com.oracle.coherence.client.NamedCacheClient
- lookupAddresses() - Method in class com.oracle.coherence.client.GrpcChannelFactory.Resolve
-
Lookup the gRPC endpoints using the name service.
M
- m_aEvtFilter - Variable in class com.oracle.coherence.client.AsyncNamedCacheClient
-
The array of filter.
- m_channel - Variable in class com.oracle.coherence.client.GrpcRemoteService
-
The gRPC
Channelused by this session. - m_client - Variable in class com.oracle.coherence.client.RemoteCollection.EntryAdvancer
-
The
AsyncNamedCacheClientused to send gRPC requests. - m_cookie - Variable in class com.oracle.coherence.client.RemoteCollection.EntryAdvancer
-
The opaque cookie used by the server to maintain the page location.
- m_cookie - Variable in class com.oracle.coherence.client.RemoteKeySet.KeysAdvancer
-
The opaque cookie used by the server to maintain the page location.
- m_currentEntry - Variable in class com.oracle.coherence.client.RemoteValues.ValuesIterator
-
The current entry in the iterator.
- m_dependencies - Variable in class com.oracle.coherence.client.GrpcRemoteService
-
The service dependencies.
- m_EventDispatcherRegistry - Variable in class com.oracle.coherence.client.GrpcRemoteService
-
The
EventDispatcherRegistry. - m_evtResponseObserver - Variable in class com.oracle.coherence.client.AsyncNamedCacheClient
-
The event response observer.
- m_executor - Variable in class com.oracle.coherence.client.GrpcRemoteService
-
The
Executorto use to dispatch events. - m_exhausted - Variable in class com.oracle.coherence.client.RemoteCollection.EntryAdvancer
-
A flag indicating whether this advancer has exhausted all of the pages.
- m_fActivated - Variable in class com.oracle.coherence.client.GrpcRemoteSession
-
Deprecated.A flag indicating whether this session has been activated.
- m_fClosed - Variable in class com.oracle.coherence.client.GrpcRemoteSession
-
Deprecated.A flag indicating whether this session has been closed.
- m_fDestroyed - Variable in class com.oracle.coherence.client.BaseGrpcClient
-
A flag indicating whether this client has been destroyed.
- m_fDone - Variable in class com.oracle.coherence.client.AsyncNamedCacheClient.EventStreamObserver
-
A flag indicating that this observer is closed.
- m_fExhausted - Variable in class com.oracle.coherence.client.RemoteKeySet.KeysAdvancer
-
A flag indicating whether this advancer has exhausted all of the pages.
- m_fReleased - Variable in class com.oracle.coherence.client.BaseGrpcClient
-
A flag indicating whether this client has been released.
- m_listener - Variable in class com.oracle.coherence.client.AsyncNamedCacheClient.WrapperDeactivationListener
-
The delegate
MapListener. - m_listenerSupport - Variable in class com.oracle.coherence.client.AsyncNamedCacheClient
-
The map listener support.
- m_serializer - Variable in class com.oracle.coherence.client.GrpcRemoteService
-
The
Serializerused by this session. - m_sScopeName - Variable in class com.oracle.coherence.client.GrpcRemoteService
-
The scope of the service.
- m_tracingInterceptor - Variable in class com.oracle.coherence.client.GrpcRemoteService
-
The optional client tracer to use.
N
- named(String) - Method in class com.oracle.coherence.client.GrpcSessionConfiguration.Builder
-
Deprecated.Set the session name.
- NamedCacheClient<K,V> - Class in com.oracle.coherence.client
-
Implementation of a
NamedCachethat wraps anAsyncNamedCacheClient. - NamedCacheClient(AsyncNamedCacheClient<K, V>) - Constructor for class com.oracle.coherence.client.NamedCacheClient
-
Creates a
NamedCacheClientwith the specified cache name andNamedCacheGrpcClient. - NamedCacheGrpcClient - Class in com.oracle.coherence.client
-
A gRPC NamedCache service.
- newNameResolver(URI, NameResolver.Args) - Method in class com.oracle.coherence.client.GrpcChannelFactory
- next() - Method in class com.oracle.coherence.client.RemoteValues.ValuesIterator
- nextPage() - Method in class com.oracle.coherence.client.RemoteCollection.EntryAdvancer
- nextPage() - Method in class com.oracle.coherence.client.RemoteKeySet.KeysAdvancer
- NullNameResolverListener() - Constructor for class com.oracle.coherence.client.GrpcChannelFactory.NullNameResolverListener
O
- onCompleted() - Method in class com.oracle.coherence.client.AsyncNamedCacheClient.EventStreamObserver
- onCompleted() - Method in class com.oracle.coherence.client.SingleValueStreamObserver
- onCompleted() - Method in class com.oracle.coherence.client.StreamStreamObserver
- onError(Status) - Method in class com.oracle.coherence.client.GrpcChannelFactory.NullNameResolverListener
- onError(Throwable) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient.EventStreamObserver
- onError(Throwable) - Method in class com.oracle.coherence.client.BaseFutureStreamObserver
-
If
throwableis aStatusRuntimeExceptionwith a status ofStatus.UNIMPLEMENTED, complete the future exceptionally with anUnsupportedOperationException. - onError(Throwable) - Method in class com.oracle.coherence.client.SingleValueStreamObserver
- onNext(MapListenerResponse) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient.EventStreamObserver
- onNext(T) - Method in class com.oracle.coherence.client.SingleValueStreamObserver
- onNext(T) - Method in class com.oracle.coherence.client.StreamStreamObserver
- onResult(NameResolver.ResolutionResult) - Method in class com.oracle.coherence.client.GrpcChannelFactory.NullNameResolverListener
P
- parseServiceInfoKey(URI) - Static method in class com.oracle.coherence.client.GrpcChannelFactory.GrpcServiceInfo
- priority() - Method in class com.oracle.coherence.client.GrpcChannelFactory
- process(ProcessingContext, XmlElement) - Method in class com.oracle.coherence.client.config.GrpcChannelProcessor
- process(ProcessingContext, XmlElement) - Method in class com.oracle.coherence.client.config.RemoteGrpcCacheServiceBuilderProcessor
- PROP_DEFAULT_SESSION_ENABLED - Static variable in interface com.oracle.coherence.client.GrpcSessionConfiguration
-
Deprecated.The system property that sets whether the default gRPC session is enabled.
- PROP_SESSION_ENABLED - Static variable in interface com.oracle.coherence.client.GrpcSessionConfiguration
-
Deprecated.The system property that sets whether a session is enabled.
- put(K, V) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
- put(K, V) - Method in class com.oracle.coherence.client.NamedCacheClient
- put(K, V, long) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
- put(K, V, long) - Method in class com.oracle.coherence.client.NamedCacheClient
- putAll(Map<? extends K, ? extends V>) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
- putAll(Map<? extends K, ? extends V>) - Method in class com.oracle.coherence.client.NamedCacheClient
- putAll(Map<? extends K, ? extends V>, long) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
- putAllInternal(Map<? extends K, ? extends V>, long) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
-
Helper method for storing the contents of the provided map within the cache.
- putIfAbsent(K, V) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
- putIfAbsent(K, V) - Method in class com.oracle.coherence.client.NamedCacheClient
- putInternal(K, V, long) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
-
Helper method for storing a key/value pair within the cache.
R
- refresh() - Method in class com.oracle.coherence.client.GrpcChannelFactory.AddressProviderNameResolver
- registerFilter(Filter<?>) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
-
Register the
Filterlocally. - release() - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
-
Releases the cache.
- release() - Method in class com.oracle.coherence.client.NamedCacheClient
- releaseCache(NamedCache) - Method in class com.oracle.coherence.client.GrpcRemoteCacheService
- released(AsyncNamedCacheClient<? super K, ? super V>) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient.WrapperDeactivationListener
- released(T) - Method in interface com.oracle.coherence.client.DeactivationListener
-
Called to indicate that a resource was released.
- releaseInternal(boolean) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
-
Release or destroy this
AsyncNamedCacheClient, notifying any registeredDeactivationListeners. - RemoteCollection<K,V,T> - Class in com.oracle.coherence.client
-
A base class for implementations of collections related to a remote
AsyncNamedCacheClient, for example key set, entry set and values. - RemoteCollection(AsyncNamedCacheClient<K, V>) - Constructor for class com.oracle.coherence.client.RemoteCollection
- RemoteCollection.EntryAdvancer<K,V> - Class in com.oracle.coherence.client
-
A
PagedIterator.Advancerto support aPagedIteratorover an entry set. - RemoteCollection.EntryResultMapEntry - Class in com.oracle.coherence.client
-
A
Map.Entryimplementation that wraps aEntryResult. - RemoteEntrySet<K,V> - Class in com.oracle.coherence.client
-
A base class for
NamedCacheentry set implementations. - RemoteEntrySet(AsyncNamedCacheClient<K, V>) - Constructor for class com.oracle.coherence.client.RemoteEntrySet
-
Create a
RemoteEntrySet. - RemoteGrpcCacheServiceBuilderProcessor - Class in com.oracle.coherence.client.config
-
A
ServiceBuilderProcessorthat builds aGrpcCacheScheme. - RemoteGrpcCacheServiceBuilderProcessor() - Constructor for class com.oracle.coherence.client.config.RemoteGrpcCacheServiceBuilderProcessor
- RemoteKeySet<K,V> - Class in com.oracle.coherence.client
-
A base class for
NamedCachekey set implementations. - RemoteKeySet(AsyncNamedCacheClient<K, V>) - Constructor for class com.oracle.coherence.client.RemoteKeySet
-
Create a
RemoteKeySet. - RemoteKeySet.KeysAdvancer - Class in com.oracle.coherence.client
-
An
PagedIterator.Advancerto support aPagedIteratorover this key set. - RemoteValues<K,V> - Class in com.oracle.coherence.client
-
A base class for
NamedCachevalues collection implementations. - RemoteValues(AsyncNamedCacheClient<K, V>) - Constructor for class com.oracle.coherence.client.RemoteValues
-
Create a
RemoteValues. - RemoteValues.ValuesIterator<K,V> - Class in com.oracle.coherence.client
-
An
Iteratorto iterate over the cache values. - remove() - Method in class com.oracle.coherence.client.RemoteValues.ValuesIterator
- remove(Object) - Method in class com.oracle.coherence.client.NamedCacheClient
- remove(Object) - Method in class com.oracle.coherence.client.RemoteCollection.EntryAdvancer
- remove(Object) - Method in class com.oracle.coherence.client.RemoteEntrySet
- remove(Object) - Method in class com.oracle.coherence.client.RemoteKeySet.KeysAdvancer
- remove(Object) - Method in class com.oracle.coherence.client.RemoteKeySet
- remove(Object) - Method in class com.oracle.coherence.client.RemoteValues
- remove(Object, Object) - Method in class com.oracle.coherence.client.NamedCacheClient
- remove(K) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
- remove(K, V) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
- removeAll(Collection<?>) - Method in class com.oracle.coherence.client.RemoteCollection
- removeAndComplete(String, Throwable) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient.EventStreamObserver
- removeDeactivationListener(DeactivationListener<AsyncNamedCacheClient<? super K, ? super V>>) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
-
Remove a
DeactivationListener. - removeIndex(ValueExtractor<? super T, ? extends E>) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
- removeIndex(ValueExtractor<? super T, ? extends E>) - Method in class com.oracle.coherence.client.NamedCacheClient
- removeInternal(Object) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
-
Remove the mapping for the given key, returning the associated value.
- removeInternal(Object, Object) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
-
Removes the entry for the specified key only if it is currently mapped to the specified value.
- removeMapListener(MapListener<? super K, ? super V>) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
-
Removes the specified
MapListener. - removeMapListener(MapListener<? super K, ? super V>) - Method in class com.oracle.coherence.client.NamedCacheClient
- removeMapListener(MapListener<? super K, ? super V>, Filter) - Method in class com.oracle.coherence.client.NamedCacheClient
- removeMapListener(MapListener<? super K, ? super V>, Filter<?>) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
-
Removes the
MapListenerassociated with the specifiedFilter. - removeMapListener(MapListener<? super K, ? super V>, K) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
-
Removes the
MapListenerassociated with the specified key. - removeMapListener(MapListener<? super K, ? super V>, K) - Method in class com.oracle.coherence.client.NamedCacheClient
- removeMemberListener(MemberListener) - Method in class com.oracle.coherence.client.GrpcRemoteService
- removeRemoteFilterListener(ByteString, long, ByteString) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
-
Sends the serialized
Filterfor un-registration with the cache server. - removeServiceListener(ServiceListener) - Method in class com.oracle.coherence.client.GrpcRemoteService
- replace(K, V) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
- replace(K, V, V) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
- replace(K, V, V) - Method in class com.oracle.coherence.client.NamedCacheClient
- Resolve(GrpcChannelFactory.AddressProviderNameResolver, GrpcChannelFactory.GrpcServiceInfo) - Constructor for class com.oracle.coherence.client.GrpcChannelFactory.Resolve
-
Create a new resolve runnable.
- Resolve(GrpcChannelFactory.AddressProviderNameResolver, GrpcChannelFactory.GrpcServiceInfo, NameResolver.Listener2) - Constructor for class com.oracle.coherence.client.GrpcChannelFactory.Resolve
-
Create a new resolve runnable.
- resolveAddresses() - Method in class com.oracle.coherence.client.GrpcChannelFactory.Resolve
-
Resolve the endpoints.
- RESOLVER_SCHEME - Static variable in class com.oracle.coherence.client.GrpcChannelFactory
-
The name of the custom Coherence gRPC name resolver.
- retainAll(Collection<?>) - Method in class com.oracle.coherence.client.RemoteCollection
- run() - Method in class com.oracle.coherence.client.GrpcChannelFactory.Resolve
S
- scope() - Method in class com.oracle.coherence.client.GrpcRemoteSession
-
Deprecated.Obtain the scope name of this session.
- ScopedGrpcAsyncCacheReferenceStore - Class in com.oracle.coherence.client
-
ScopedGrpcAsyncCacheReferenceStoreholds scopedAsyncNamedCacheClientreferences. - ScopedGrpcAsyncCacheReferenceStore() - Constructor for class com.oracle.coherence.client.ScopedGrpcAsyncCacheReferenceStore
- send(MapListenerRequest) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient.EventStreamObserver
- setAuthority(String) - Method in class com.oracle.coherence.client.GrpcChannelFactory.AddressProviderNameResolver
- setBackingMapManager(BackingMapManager) - Method in class com.oracle.coherence.client.GrpcRemoteCacheService
- setCacheService(GrpcRemoteCacheService) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
-
Set the
CacheServiceassociated with this cache. - setChannel(Channel) - Method in class com.oracle.coherence.client.GrpcRemoteService
-
Set the
Channelto use to connect to the server. - setChannelProvider(ParameterizedBuilder<ChannelProvider>) - Method in class com.oracle.coherence.client.config.DefaultGrpcChannelDependencies
-
Set the
ParameterizedBuilderthat builds aChannelProvider. - setClient(NamedCacheGrpcClient) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient.DefaultDependencies
-
Set the optional
NamedCacheGrpcClient. - setCluster(Cluster) - Method in class com.oracle.coherence.client.GrpcRemoteService
-
Set the
Cluster. - setConfigurer(ParameterizedBuilder<GrpcChannelConfigurer>) - Method in class com.oracle.coherence.client.config.DefaultGrpcChannelDependencies
-
Set the optional
ParameterizedBuilderthat will build aGrpcChannelConfigurerthat can apply further configuration to aManagedChannelBuilder. - setContextClassLoader(ClassLoader) - Method in class com.oracle.coherence.client.GrpcRemoteService
- setDeadline(long) - Method in class com.oracle.coherence.client.BaseGrpcClient.DefaultDependencies
-
Set the rpc deadline to use.
- setDependencies(ServiceDependencies) - Method in class com.oracle.coherence.client.GrpcRemoteService
- setEventDispatcherRegistry(EventDispatcherRegistry) - Method in class com.oracle.coherence.client.GrpcRemoteService
- setExecutor(SimpleDaemonPoolExecutor) - Method in class com.oracle.coherence.client.GrpcRemoteService
- setExecutor(Executor) - Method in class com.oracle.coherence.client.BaseGrpcClient.DefaultDependencies
-
Set the optional
Executorto use instead of aSimpleDaemonPoolExecutor. - setLoadBalancerPolicy(String) - Method in class com.oracle.coherence.client.config.DefaultGrpcChannelDependencies
-
Set the value to use in
ManagedChannelBuilder.defaultLoadBalancingPolicy(String). - setLoadBalancerTimeout(Expression<Seconds>) - Method in class com.oracle.coherence.client.config.DefaultGrpcChannelDependencies
- setNameServiceAddressProviderBuilder(AddressProviderBuilder) - Method in class com.oracle.coherence.client.config.DefaultGrpcChannelDependencies
-
Sets the remote AddressProvider is for connections to a NameService.
- setOverrideAuthority(String) - Method in class com.oracle.coherence.client.config.DefaultGrpcChannelDependencies
-
Set the value to use in
ManagedChannelBuilder.overrideAuthority(String). - setRemoteAddressProviderBuilder(AddressProviderBuilder) - Method in class com.oracle.coherence.client.config.DefaultGrpcChannelDependencies
-
Set the remote AddressProvider builder.
- setScope(String) - Method in class com.oracle.coherence.client.BaseGrpcClient.DefaultDependencies
-
Set the scope name.
- setScopeName(String) - Method in class com.oracle.coherence.client.GrpcRemoteService
- setSerializer(Serializer) - Method in class com.oracle.coherence.client.BaseGrpcClient.DefaultDependencies
-
Set the
Serializerto use for requests and response payloads. - setSerializer(Serializer) - Method in class com.oracle.coherence.client.GrpcRemoteService
- setSerializer(Serializer, String) - Method in class com.oracle.coherence.client.BaseGrpcClient.DefaultDependencies
-
Set the
Serializerand serialization format name to use for requests and response payloads. - setSerializerFormat(String) - Method in class com.oracle.coherence.client.BaseGrpcClient.DefaultDependencies
-
Set the serialization format to use for requests and responses.
- setServiceName(String) - Method in class com.oracle.coherence.client.GrpcRemoteService
-
Set the service name.
- setSocketProvider(SocketProviderBuilder) - Method in class com.oracle.coherence.client.config.DefaultGrpcChannelDependencies
-
Set the
SocketProviderBuilderto use to configure an SSL context for the gRPC channel. - setTarget(String) - Method in class com.oracle.coherence.client.config.DefaultGrpcChannelDependencies
-
Set the value to be used when creating a
ManagedChannelBuilder for a target URI. - setTracingInterceptor(ClientInterceptor) - Method in class com.oracle.coherence.client.GrpcRemoteService
- setUserContext(Object) - Method in class com.oracle.coherence.client.GrpcRemoteService
- setValue(ByteString) - Method in class com.oracle.coherence.client.RemoteCollection.EntryResultMapEntry
- shutdown() - Method in class com.oracle.coherence.client.GrpcChannelFactory.AddressProviderNameResolver
- shutdown() - Method in class com.oracle.coherence.client.GrpcRemoteService
- singleton() - Static method in class com.oracle.coherence.client.GrpcChannelFactory
-
Returns the singleton instance of
GrpcChannelFactory. - SingleValueStreamObserver<T> - Class in com.oracle.coherence.client
-
A simple
StreamObserveradapter class that completes aCompletableFuturewhen the observer is completed. - SingleValueStreamObserver() - Constructor for class com.oracle.coherence.client.SingleValueStreamObserver
-
Create a SingleValueStreamObserver.
- size() - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
- size() - Method in class com.oracle.coherence.client.NamedCacheClient
- size() - Method in class com.oracle.coherence.client.RemoteCollection
- start() - Method in class com.oracle.coherence.client.GrpcRemoteService
- start(NameResolver.Listener2) - Method in class com.oracle.coherence.client.GrpcChannelFactory.AddressProviderNameResolver
- stop() - Method in class com.oracle.coherence.client.GrpcRemoteService
- stopInternal() - Method in class com.oracle.coherence.client.GrpcRemoteCacheService
- stopInternal() - Method in class com.oracle.coherence.client.GrpcRemoteService
-
Perform any stop tasks required by subclasses.
- stream() - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
-
Streamall entries within the cache. - stream(Filter<V>) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
-
Streamwhich filters the cache entries. - StreamStreamObserver<T> - Class in com.oracle.coherence.client
-
A
StreamObserverthat collects all of its responses into aListand then completes aCompletableFuturewhen the observer completes. - StreamStreamObserver() - Constructor for class com.oracle.coherence.client.StreamStreamObserver
T
- toArray() - Method in class com.oracle.coherence.client.RemoteEntrySet
- toArray() - Method in class com.oracle.coherence.client.RemoteKeySet
- toArray() - Method in class com.oracle.coherence.client.RemoteValues
- toArray(T1[]) - Method in class com.oracle.coherence.client.RemoteEntrySet
- toArray(T1[]) - Method in class com.oracle.coherence.client.RemoteKeySet
- toArray(T1[]) - Method in class com.oracle.coherence.client.RemoteValues
- toByteString(Object) - Method in class com.oracle.coherence.client.BaseGrpcClient
-
A utility method to serialize an Object to
ByteString. - toBytesValue(Object) - Method in class com.oracle.coherence.client.BaseGrpcClient
-
A utility method to serialize an Object to
BytesValue. - toEntryResult(Map.Entry<ByteString, ByteString>) - Method in class com.oracle.coherence.client.RemoteCollection.EntryAdvancer
-
Convert a
Map.Entryto anEntryResult. - toString() - Method in class com.oracle.coherence.client.AsyncNamedCacheClient.EventStreamObserver
- toString() - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
- toString() - Method in class com.oracle.coherence.client.GrpcRemoteSession
-
Deprecated.
- toString() - Method in class com.oracle.coherence.client.NamedCacheClient
- toString() - Method in class com.oracle.coherence.client.RemoteCollection
- TRACE_ID_KEY - Static variable in class com.oracle.coherence.client.ClientLoggingInterceptor
- truncate() - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
-
Removes all mappings from this map.
- truncate() - Method in class com.oracle.coherence.client.NamedCacheClient
U
- unlock(Object) - Method in class com.oracle.coherence.client.NamedCacheClient
V
- valueFromBytesValue(BytesValue) - Method in class com.oracle.coherence.client.BaseGrpcClient
-
A utility method to deserialize a
BytesValueto an Object. - valueFromOptionalValue(OptionalValue, V) - Method in class com.oracle.coherence.client.BaseGrpcClient
-
A utility method to deserialize an
OptionalValueto an Object. - values() - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
- values() - Method in class com.oracle.coherence.client.NamedCacheClient
- values(Filter) - Method in class com.oracle.coherence.client.NamedCacheClient
- values(Filter<?>, Comparator<? super V>) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
- values(Filter, Comparator) - Method in class com.oracle.coherence.client.NamedCacheClient
- valuesInternal(Filter<?>, Comparator) - Method in class com.oracle.coherence.client.AsyncNamedCacheClient
-
Helper method to return the values of the cache.
- ValuesIterator(AsyncNamedCacheClient<K, V>) - Constructor for class com.oracle.coherence.client.RemoteValues.ValuesIterator
-
Create a
RemoteValues.ValuesIteratorto iterate over a cache's values. - VOID - Static variable in class com.oracle.coherence.client.AsyncNamedCacheClient
-
A constant value to use for
Voidvalues.
W
- whenSubscribed() - Method in class com.oracle.coherence.client.AsyncNamedCacheClient.EventStreamObserver
-
Subscription
CompletionStage. - withPriority(int) - Method in class com.oracle.coherence.client.GrpcSessionConfiguration.Builder
-
Deprecated.Set the session creation priority.
- withScopeName(String) - Method in class com.oracle.coherence.client.GrpcSessionConfiguration.Builder
-
Deprecated.Set the scope name.
- withSerializer(Serializer) - Method in class com.oracle.coherence.client.GrpcSessionConfiguration.Builder
-
Deprecated.Set the serializer.
- withSerializer(Serializer, String) - Method in class com.oracle.coherence.client.GrpcSessionConfiguration.Builder
-
Deprecated.Set the serializer and format.
- withSerializerFormat(String) - Method in class com.oracle.coherence.client.GrpcSessionConfiguration.Builder
-
Deprecated.Set the serializer format.
- withTracing(boolean) - Method in class com.oracle.coherence.client.GrpcSessionConfiguration.Builder
-
Deprecated.Enable or disable tracing.
- WrapperDeactivationListener(MapListener<? super K, ? super V>) - Constructor for class com.oracle.coherence.client.AsyncNamedCacheClient.WrapperDeactivationListener
-
Constructs a new
WrapperDeactivationListener.
All Classes All Packages