A B C D E F G H I K L M N O P R S T V W 
All Classes All Packages

A

add(Runnable) - Method in class com.oracle.coherence.grpc.proxy.TracingDaemonPool
 
addIndex(AddIndexRequest) - Method in interface com.oracle.coherence.grpc.proxy.NamedCacheService
Add an index to a cache.
addIndex(AddIndexRequest) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
 
addIndex(AddIndexRequest, StreamObserver<Empty>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceGrpcImpl
 
addIndex(CacheRequestHolder<AddIndexRequest, Void>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Execute the AddIndexRequest request.
addListener(Filter<?>, long, boolean, boolean) - Method in class com.oracle.coherence.grpc.proxy.MapListenerProxy
Add this MapListenerProxy as a filter-based listener of the given NamedCache.
addListener(Object, boolean, boolean) - Method in class com.oracle.coherence.grpc.proxy.MapListenerProxy
Add this MapListenerProxy as a key-based listener of the given NamedCache.
addListener(Object, boolean, boolean, boolean) - Method in class com.oracle.coherence.grpc.proxy.MapListenerProxy
Add this MapListenerProxy as a key-based listener of the given NamedCache.
addMessageDuration(long) - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
Add a timing sample to the metrics.
addRequestDuration(long) - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
Add a timing sample to the metrics.
aggregate(AggregateRequest) - Method in interface com.oracle.coherence.grpc.proxy.NamedCacheService
Execute an AggregateRequest against a cache and return the result serialized in a BytesValue.
aggregate(AggregateRequest) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
 
aggregate(AggregateRequest, StreamObserver<BytesValue>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceGrpcImpl
 
aggregateWithFilter(AggregateRequest) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Execute the filtered AggregateRequest request.
aggregateWithFilter(CacheRequestHolder<AggregateRequest, Void>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Execute the filtered AggregateRequest request.
aggregateWithKeys(AggregateRequest) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Execute the key-based AggregateRequest request.
aggregateWithKeys(CacheRequestHolder<AggregateRequest, Void>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Execute the filtered AggregateRequest request.
apply(String) - Method in class com.oracle.coherence.grpc.proxy.ConfigurableCacheFactorySuppliers.DefaultCacheFactorySupplier
 
apply(String) - Method in class com.oracle.coherence.grpc.proxy.ConfigurableCacheFactorySuppliers.FixedCacheFactorySupplier
 

B

BaseGrpcServiceImpl - Class in com.oracle.coherence.grpc.proxy
A base class for gRPC services.
BaseGrpcServiceImpl(BaseGrpcServiceImpl.Dependencies, String, String) - Constructor for class com.oracle.coherence.grpc.proxy.BaseGrpcServiceImpl
BaseGrpcServiceImpl.DefaultDependencies - Class in com.oracle.coherence.grpc.proxy
The default BaseGrpcServiceImpl.Dependencies implementation.
BaseGrpcServiceImpl.Dependencies - Interface in com.oracle.coherence.grpc.proxy
The dependencies to configure a BaseGrpcServiceImpl.
BindableGrpcProxyService - Interface in com.oracle.coherence.grpc.proxy
An interface implemented by bindable gRPC proxy services.

C

castProcessor(InvocableMap.EntryProcessor<Binary, Binary, ?>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Cast an InvocableMap.EntryProcessor to an InvocableMap.EntryProcessor that returns a Binary result.
clear(ClearRequest) - Method in interface com.oracle.coherence.grpc.proxy.NamedCacheService
Clear a cache.
clear(ClearRequest) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
 
clear(ClearRequest, StreamObserver<Empty>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceGrpcImpl
 
com.oracle.coherence.grpc.proxy - package com.oracle.coherence.grpc.proxy
The Coherence gRPC server implementation.
compareTo(GrpcServerBuilderProvider) - Method in interface com.oracle.coherence.grpc.proxy.GrpcServerBuilderProvider
Deprecated.
 
ConfigurableCacheFactorySuppliers - Interface in com.oracle.coherence.grpc.proxy
A factory of ConfigurableCacheFactory supplier functions that can return a ConfigurableCacheFactory for a given scope name.
ConfigurableCacheFactorySuppliers.DefaultCacheFactorySupplier - Class in com.oracle.coherence.grpc.proxy
The default ConfigurableCacheFactory supplier.
ConfigurableCacheFactorySuppliers.FixedCacheFactorySupplier - Class in com.oracle.coherence.grpc.proxy
A fixed ConfigurableCacheFactory supplier that only supplies the ConfigurableCacheFactory instances provided when it was constructed.
configure(XmlElement) - Method in class com.oracle.coherence.grpc.proxy.TracingDaemonPool
 
configure(ServerBuilder<?>, InProcessServerBuilder) - Method in class com.oracle.coherence.grpc.proxy.DefaultGrpcAcceptorController
 
configure(ServerBuilder<?>, InProcessServerBuilder) - Method in interface com.oracle.coherence.grpc.proxy.GrpcServerConfiguration
Configure the server builders.
containsEntry(CacheRequestHolder<ContainsEntryRequest, Void>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Execute the ContainsEntryRequest request and return a CompletionStage that will complete when the AsyncNamedCache request completes and will contain a CacheRequestHolder holding the result of the contains entry request as a serialized Boolean.
containsEntry(ContainsEntryRequest) - Method in interface com.oracle.coherence.grpc.proxy.NamedCacheService
Returns true if this map contains a mapping for the specified key to the specified value.
containsEntry(ContainsEntryRequest) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
 
containsEntry(ContainsEntryRequest, StreamObserver<BoolValue>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceGrpcImpl
 
containsKey(CacheRequestHolder<ContainsKeyRequest, Void>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Execute the ContainsKeyRequest request and return a CompletionStage that will complete when the AsyncNamedCache request completes and will contain a CacheRequestHolder holding the result of the contains key request.
containsKey(ContainsKeyRequest) - Method in interface com.oracle.coherence.grpc.proxy.NamedCacheService
Returns true if this map contains a mapping for the specified key.
containsKey(ContainsKeyRequest) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
 
containsKey(ContainsKeyRequest, StreamObserver<BoolValue>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceGrpcImpl
 
containsValue(CacheRequestHolder<ContainsValueRequest, Void>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Execute the ContainsValueRequest request and return a CompletionStage that will complete when the AsyncNamedCache request completes and will contain a CacheRequestHolder holding the result of the contains value request as a serialized Boolean.
containsValue(ContainsValueRequest) - Method in interface com.oracle.coherence.grpc.proxy.NamedCacheService
Returns true if this map contains a mapping for the specified value.
containsValue(ContainsValueRequest) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
 
containsValue(ContainsValueRequest, StreamObserver<BoolValue>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceGrpcImpl
 
convert(Object) - Method in class com.oracle.coherence.grpc.proxy.MapListenerProxy.KeyConverter
 
convertKeys(CacheRequestHolder<GetAllRequest, Void>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Convert the keys for a GetAllRequest from the request's serialization format to the cache's serialization format.
createDefaultExecutor(String) - Static method in class com.oracle.coherence.grpc.proxy.BaseGrpcServiceImpl
Create the default Executor.
createGrpcServices() - Static method in class com.oracle.coherence.grpc.proxy.DefaultGrpcAcceptorController
Obtain the list of gRPC proxy services to bind to a gRPC server.
createGrpcServices() - Method in class com.oracle.coherence.grpc.proxy.GrpcServerController
createGrpcServices(GrpcServiceDependencies) - Static method in class com.oracle.coherence.grpc.proxy.DefaultGrpcAcceptorController
Obtain the list of gRPC proxy services to bind to a gRPC server.
createHolderAsync(Req, String, String, String) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Asynchronously create a CacheRequestHolder for a given request.
createInProcessServerBuilder(GrpcAcceptorDependencies) - Method in class com.oracle.coherence.grpc.proxy.DefaultGrpcAcceptorController
 
createMapEventResponse(MapEvent<?, ?>) - Method in class com.oracle.coherence.grpc.proxy.MapListenerProxy
Factory method to create new MapEventResponse instances using the information in the supplied MapEvent.
createRequestHolder(Req, String, String, String) - Method in interface com.oracle.coherence.grpc.proxy.NamedCacheService
Create a CacheRequestHolder for a given request.
createRequestHolder(Req, String, String, String) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Create a CacheRequestHolder for a given request.
createServerBuilder(GrpcAcceptorDependencies) - Method in class com.oracle.coherence.grpc.proxy.DefaultGrpcAcceptorController
 

D

DaemonPoolExecutor - Class in com.oracle.coherence.grpc.proxy
An Executor that uses a DaemonPool to execute tasks.
DaemonPoolExecutor(DaemonPool) - Constructor for class com.oracle.coherence.grpc.proxy.DaemonPoolExecutor
DaemonPoolExecutor.DaemonPoolManagement - Class in com.oracle.coherence.grpc.proxy
Daemon pool metrics and management.
DaemonPoolManagement(DaemonPool) - Constructor for class com.oracle.coherence.grpc.proxy.DaemonPoolExecutor.DaemonPoolManagement
Construct a new DaemonPoolManagement instance.
DeactivationListener(MapListenerProxy) - Constructor for class com.oracle.coherence.grpc.proxy.MapListenerProxy.DeactivationListener
Construct the DeactivationListener for the provided MapListenerProxy.
decodeCookie(Service, ByteString) - Static method in class com.oracle.coherence.grpc.proxy.PagedQueryHelper
Decode the binary cookie used in a paged request.
DEFAULT - Static variable in interface com.oracle.coherence.grpc.proxy.ConfigurableCacheFactorySuppliers
The default instance of the DefaultCacheFactorySupplier.
DEFAULT_PRIORITY - Static variable in interface com.oracle.coherence.grpc.proxy.GrpcServerBuilderProvider
Deprecated.
The default priority for providers without a specific priority.
DEFAULT_TRANSFER_THRESHOLD - Static variable in class com.oracle.coherence.grpc.proxy.BaseGrpcServiceImpl
The default transfer threshold.
DefaultCacheFactorySupplier() - Constructor for class com.oracle.coherence.grpc.proxy.ConfigurableCacheFactorySuppliers.DefaultCacheFactorySupplier
 
DefaultDependencies() - Constructor for class com.oracle.coherence.grpc.proxy.BaseGrpcServiceImpl.DefaultDependencies
 
DefaultDependencies() - Constructor for class com.oracle.coherence.grpc.proxy.GrpcServiceDependencies.DefaultDependencies
 
DefaultDependencies() - Constructor for class com.oracle.coherence.grpc.proxy.NamedCacheService.DefaultDependencies
 
DefaultDependencies(BaseGrpcServiceImpl.Dependencies) - Constructor for class com.oracle.coherence.grpc.proxy.BaseGrpcServiceImpl.DefaultDependencies
 
DefaultDependencies(GrpcServiceDependencies) - Constructor for class com.oracle.coherence.grpc.proxy.BaseGrpcServiceImpl.DefaultDependencies
 
DefaultDependencies(GrpcServiceDependencies) - Constructor for class com.oracle.coherence.grpc.proxy.GrpcServiceDependencies.DefaultDependencies
 
DefaultDependencies(GrpcServiceDependencies) - Constructor for class com.oracle.coherence.grpc.proxy.NamedCacheService.DefaultDependencies
 
DefaultDependencies(NamedCacheService.Dependencies) - Constructor for class com.oracle.coherence.grpc.proxy.NamedCacheService.DefaultDependencies
 
DefaultGrpcAcceptorController - Class in com.oracle.coherence.grpc.proxy
The default GrpcAcceptorController implementation.
DefaultGrpcAcceptorController() - Constructor for class com.oracle.coherence.grpc.proxy.DefaultGrpcAcceptorController
 
deserializeComparator(ByteString, Serializer) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Obtain a Comparator from the serialized data in a ByteString.
destroy(DestroyRequest) - Method in interface com.oracle.coherence.grpc.proxy.NamedCacheService
Destroy a cache.
destroy(DestroyRequest) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
 
destroy(DestroyRequest, StreamObserver<Empty>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceGrpcImpl
 

E

empty(V) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
A helper method that always returns Empty.
encodeCookie(PartitionSet, int) - Static method in class com.oracle.coherence.grpc.proxy.PagedQueryHelper
Encode the opaque cookie used in a paged request.
ensureFilter(ByteString, Serializer) - Method in interface com.oracle.coherence.grpc.proxy.NamedCacheService
Obtain a Filter from the serialized data in a ByteString.
ensureFilter(ByteString, Serializer) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Obtain a Filter from the serialized data in a ByteString.
ensurePrimingListener() - Method in class com.oracle.coherence.grpc.proxy.MapListenerProxy
Return the priming listener, or it not already cached, create it.
ensureTracingDaemonPool(DaemonPool) - Static method in class com.oracle.coherence.grpc.proxy.TracingDaemonPool
Returns a TracingDaemonPool wrapping the specified pool.
ensureValueExtractor(ByteString, Serializer) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Obtain a ValueExtractor from the serialized data in a ByteString.
entryDeleted(MapEvent) - Method in class com.oracle.coherence.grpc.proxy.MapListenerProxy.DeactivationListener
 
entryDeleted(MapEvent<Object, Object>) - Method in class com.oracle.coherence.grpc.proxy.MapListenerProxy
 
entryDeleted(MapEvent<Object, Object>) - Method in class com.oracle.coherence.grpc.proxy.MapListenerProxy.WrapperPrimingListener
 
entryInserted(MapEvent<Object, Object>) - Method in class com.oracle.coherence.grpc.proxy.MapListenerProxy
 
entryInserted(MapEvent<Object, Object>) - Method in class com.oracle.coherence.grpc.proxy.MapListenerProxy.WrapperPrimingListener
 
entrySet(CacheRequestHolder<EntrySetRequest, Void>, StreamObserver<Entry>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Execute the EntrySetRequest request and send the results to the StreamObserver.
entrySet(EntrySetRequest, StreamObserver<Entry>) - Method in interface com.oracle.coherence.grpc.proxy.NamedCacheService
Stream a set of cache entries to a StreamObserver.
entrySet(EntrySetRequest, StreamObserver<Entry>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceGrpcImpl
 
entrySet(EntrySetRequest, StreamObserver<Entry>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
 
entryUpdated(MapEvent) - Method in class com.oracle.coherence.grpc.proxy.MapListenerProxy.DeactivationListener
 
entryUpdated(MapEvent<Object, Object>) - Method in class com.oracle.coherence.grpc.proxy.MapListenerProxy
 
entryUpdated(MapEvent<Object, Object>) - Method in class com.oracle.coherence.grpc.proxy.MapListenerProxy.WrapperPrimingListener
 
equals(Object) - Method in class com.oracle.coherence.grpc.proxy.GrpcMetricsInterceptor
 
error(String, Throwable) - Method in class com.oracle.coherence.grpc.proxy.MapListenerProxy
events(StreamObserver<MapListenerResponse>) - Method in interface com.oracle.coherence.grpc.proxy.NamedCacheService
Add a MapListener to a cache and stream the events received to the StreamObserver.
events(StreamObserver<MapListenerResponse>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceGrpcImpl
 
events(StreamObserver<MapListenerResponse>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
 
execute(Runnable) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Execute the Runnable and return an Empty instance.
execute(Callable<T>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Execute the Callable and return the result.

F

f_activeSpan - Variable in class com.oracle.coherence.grpc.proxy.TracingDaemonPool
The Supplier that will provide active spans.
f_cacheFactorySupplier - Variable in class com.oracle.coherence.grpc.proxy.BaseGrpcServiceImpl
The function used to obtain ConfigurableCacheFactory instances for a given scope name.
f_converter - Variable in class com.oracle.coherence.grpc.proxy.MapListenerProxy.KeyConverter
Converter to handle the conversion cases MapListenerProxy.KeyConverter.f_holder doesn't cover.
f_delegate - Variable in class com.oracle.coherence.grpc.proxy.TracingDaemonPool
The DaemonPool to delegate to.
f_delegate - Variable in class com.oracle.coherence.grpc.proxy.TracingDaemonPool.TracingRunnable
f_dependencies - Variable in class com.oracle.coherence.grpc.proxy.BaseGrpcServiceImpl
f_executor - Variable in class com.oracle.coherence.grpc.proxy.BaseGrpcServiceImpl
The Executor to use to hand off asynchronous tasks.
f_fLite - Variable in class com.oracle.coherence.grpc.proxy.MapListenerProxy.FilterInfo
A flag indicating whether the filter was registered for lite events.
f_holder - Variable in class com.oracle.coherence.grpc.proxy.MapListenerProxy.KeyConverter
Cache request holder to handle conversion of Binary and ByteString objects.
f_lHash - Variable in class com.oracle.coherence.grpc.proxy.TracingDaemonPool.TracingRunnable
The Runnable's hash.
f_lId - Variable in class com.oracle.coherence.grpc.proxy.MapListenerProxy.FilterInfo
The filter identifier.
f_listenerDeactivation - Variable in class com.oracle.coherence.grpc.proxy.MapListenerProxy
The listener used to detect cache deactivation.
f_listenerWrapped - Variable in class com.oracle.coherence.grpc.proxy.MapListenerProxy.WrapperPrimingListener
The wrapped MapListener.
f_mapFilter - Variable in class com.oracle.coherence.grpc.proxy.MapListenerProxy
The map of Filters that this MapListenerProxy was registered with.
f_mapKeys - Variable in class com.oracle.coherence.grpc.proxy.MapListenerProxy
The map of keys that this MapListenerProxy was registered with.
f_metrics - Variable in class com.oracle.coherence.grpc.proxy.BaseGrpcServiceImpl
The proxy service metrics.
f_observer - Variable in class com.oracle.coherence.grpc.proxy.MapListenerProxy
The StreamObserver to stream MapEvent instances to.
f_pool - Variable in class com.oracle.coherence.grpc.proxy.DaemonPoolExecutor.DaemonPoolManagement
The DaemonPool associated with this MBean.
f_proxy - Variable in class com.oracle.coherence.grpc.proxy.MapListenerProxy.DeactivationListener
f_serializerProducer - Variable in class com.oracle.coherence.grpc.proxy.BaseGrpcServiceImpl
The factory to use to lookup named Serializer instances.
f_service - Variable in class com.oracle.coherence.grpc.proxy.MapListenerProxy
The owning NamedCacheService.
f_setKeys - Variable in class com.oracle.coherence.grpc.proxy.MapListenerProxy
The set of keys that this MapListenerProxy was registered with.
f_span - Variable in class com.oracle.coherence.grpc.proxy.TracingDaemonPool.TracingRunnable
The Span.
FilterInfo(long, boolean) - Constructor for class com.oracle.coherence.grpc.proxy.MapListenerProxy.FilterInfo
Constructs a new FilterInfo instance.
findSpan() - Method in class com.oracle.coherence.grpc.proxy.TracingDaemonPool
Return the current active span, or try to find the span in the current Context.
fixed(ConfigurableCacheFactory...) - Static method in interface com.oracle.coherence.grpc.proxy.ConfigurableCacheFactorySuppliers
Returns an instance of a fixed supplier that only returns one of the specified set of ConfigurableCacheFactory instances.
FixedCacheFactorySupplier(ConfigurableCacheFactory...) - Constructor for class com.oracle.coherence.grpc.proxy.ConfigurableCacheFactorySuppliers.FixedCacheFactorySupplier
 

G

get(CacheRequestHolder<GetRequest, Void>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Execute the GetRequest request and return a CompletionStage that will complete when the AsyncNamedCache request completes and will contain a CacheRequestHolder holding the result of the GetRequest request as a serialized Boolean.
get(GetRequest) - Method in interface com.oracle.coherence.grpc.proxy.NamedCacheService
Get a value for a given key from a cache.
get(GetRequest) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
 
get(GetRequest, StreamObserver<OptionalValue>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceGrpcImpl
 
getAbandonedCount() - Method in class com.oracle.coherence.grpc.proxy.DaemonPoolExecutor.DaemonPoolManagement
 
getAbandonedThreadCount() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getAbandonedThreadCount() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the total number of abandoned Daemon threads.
getActiveMillis() - Method in class com.oracle.coherence.grpc.proxy.DaemonPoolExecutor.DaemonPoolManagement
 
getAddress() - Method in interface com.oracle.coherence.grpc.proxy.GrpcConnectionMetrics.ConnectionMetricsMBean
Returns the remote address of the connection.
getAll(CacheRequestHolder<GetAllRequest, Void>, StreamObserver<Entry>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Execute the GetAllRequest request and send the results to the StreamObserver.
getAll(GetAllRequest, StreamObserver<Entry>) - Method in interface com.oracle.coherence.grpc.proxy.NamedCacheService
Obtain a stream of mappings of keys to values for all of the specified keys.
getAll(GetAllRequest, StreamObserver<Entry>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceGrpcImpl
 
getAll(GetAllRequest, StreamObserver<Entry>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
 
getAsyncCache(String, String) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Obtain an AsyncNamedCache.
getBacklog() - Method in class com.oracle.coherence.grpc.proxy.DaemonPoolExecutor.DaemonPoolManagement
 
getBindableServices() - Method in class com.oracle.coherence.grpc.proxy.DefaultGrpcAcceptorController
Return the list of services this controller is serving.
getCache(String, String, boolean) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Obtain an NamedCache.
getCacheFactorySupplier() - Method in class com.oracle.coherence.grpc.proxy.BaseGrpcServiceImpl.DefaultDependencies
 
getCacheFactorySupplier() - Method in interface com.oracle.coherence.grpc.proxy.BaseGrpcServiceImpl.Dependencies
Return the function to use to obtain named ConfigurableCacheFactory instances.
getCCF(String) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
 
getContext() - Method in class com.oracle.coherence.grpc.proxy.GrpcServiceDependencies.DefaultDependencies
 
getContext() - Method in interface com.oracle.coherence.grpc.proxy.GrpcServiceDependencies
Return the optional application Context.
getContextClassLoader() - Method in class com.oracle.coherence.grpc.proxy.TracingDaemonPool
 
getDaemonCount() - Method in class com.oracle.coherence.grpc.proxy.DaemonPoolExecutor.DaemonPoolManagement
 
getDaemonCount() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getDaemonCount() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the number of Daemon threads that exist, if the pool has been started, or the number of Daemon threads that will be created, if the pool has not yet been started.
getDaemonCountMax() - Method in class com.oracle.coherence.grpc.proxy.DaemonPoolExecutor.DaemonPoolManagement
 
getDaemonCountMax() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getDaemonCountMax() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Returns the maximum number of daemon threads that the pool can create.
getDaemonCountMin() - Method in class com.oracle.coherence.grpc.proxy.DaemonPoolExecutor.DaemonPoolManagement
 
getDaemonCountMin() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getDaemonCountMin() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Returns the minimum number of daemon threads that the pool should have.
getDaemonPool() - Method in class com.oracle.coherence.grpc.proxy.GrpcServiceDependencies.DefaultDependencies
 
getDaemonPool() - Method in interface com.oracle.coherence.grpc.proxy.GrpcServiceDependencies
Return the DaemonPool.
getDeactivationListener() - Method in class com.oracle.coherence.grpc.proxy.MapListenerProxy
Return the MapListenerProxy.DeactivationListener for this proxy.
getDelegate() - Method in class com.oracle.coherence.grpc.proxy.TracingDaemonPool
Returns the DaemonPool to delegate to.
getDelegate() - Method in class com.oracle.coherence.grpc.proxy.TracingDaemonPool.TracingRunnable
Returns the Runnable delegate.
getDependencies() - Method in class com.oracle.coherence.grpc.proxy.DefaultGrpcAcceptorController
 
getDependencies() - Method in class com.oracle.coherence.grpc.proxy.TracingDaemonPool
 
getErrorRequestCount() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getErrorRequestCount() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the count of requests that responded with an error.
getErrorRequestFifteenMinuteRate() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getErrorRequestFifteenMinuteRate() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the fifteen minute rate of requests that responded with an error.
getErrorRequestFiveMinuteRate() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getErrorRequestFiveMinuteRate() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the five minute rate of requests that responded with an error.
getErrorRequestMeanRate() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getErrorRequestMeanRate() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the mean rate of requests that responded with an error.
getErrorRequestOneMinuteRate() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getErrorRequestOneMinuteRate() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the one minute rate of requests that responded with an error.
getExecutor() - Method in class com.oracle.coherence.grpc.proxy.GrpcServiceDependencies.DefaultDependencies
 
getExecutor() - Method in interface com.oracle.coherence.grpc.proxy.GrpcServiceDependencies
Return the Executor.
getFilter(ByteString, Serializer) - Method in interface com.oracle.coherence.grpc.proxy.NamedCacheService
Obtain a Filter from the serialized data in a ByteString.
getFilter(ByteString, Serializer) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Obtain a Filter from the serialized data in a ByteString.
getHungCount() - Method in class com.oracle.coherence.grpc.proxy.DaemonPoolExecutor.DaemonPoolManagement
 
getHungDuration() - Method in class com.oracle.coherence.grpc.proxy.DaemonPoolExecutor.DaemonPoolManagement
 
getHungTaskCount() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getHungTaskCount() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the total number of currently executing hung tasks.
getHungTaskDuration() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getHungTaskDuration() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the longest currently executing hung task duration (in milliseconds).
getId() - Method in class com.oracle.coherence.grpc.proxy.MapListenerProxy.FilterInfo
Return the filter identifier.
getInProcessName() - Method in class com.oracle.coherence.grpc.proxy.DefaultGrpcAcceptorController
 
getInProcessName() - Method in class com.oracle.coherence.grpc.proxy.GrpcServerController
Returns the name of the in-process gRPC server.
getInProcessServerBuilder(String) - Method in interface com.oracle.coherence.grpc.proxy.GrpcServerBuilderProvider
Deprecated.
Returns a InProcessServerBuilder that may be used to build an in-process gRPC server.
getInstance() - Static method in class com.oracle.coherence.grpc.proxy.GrpcConnectionMetrics
Returns the singleton instance of GrpcConnectionMetrics.
getLastResetMillis() - Method in class com.oracle.coherence.grpc.proxy.DaemonPoolExecutor.DaemonPoolManagement
 
getLastResetMillis() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getLastResetMillis() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the last time stats were reset.
getLastResizeMillis() - Method in class com.oracle.coherence.grpc.proxy.DaemonPoolExecutor.DaemonPoolManagement
 
getLastResizeMillis() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getLastResizeMillis() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the last time the daemon pool was resized.
getLocalAddress() - Method in class com.oracle.coherence.grpc.proxy.DefaultGrpcAcceptorController
 
getLocalPort() - Method in class com.oracle.coherence.grpc.proxy.DefaultGrpcAcceptorController
 
getManagement() - Method in class com.oracle.coherence.grpc.proxy.DaemonPoolExecutor
Return a DaemonPoolExecutor.DaemonPoolManagement to manage this executor.
getMaxBacklog() - Method in class com.oracle.coherence.grpc.proxy.DaemonPoolExecutor.DaemonPoolManagement
 
getMaxTaskBacklog() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getMaxTaskBacklog() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the maximum backlog value since the last time the statistics were reset.
getMessageDuration75thPercentile() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getMessageDuration75thPercentile() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the 75th percentile value from the distribution of samples in the latest snapshot of the message duration metric.
getMessageDuration95thPercentile() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getMessageDuration95thPercentile() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the 95th percentile value from the distribution of samples in the latest snapshot of the message duration metric.
getMessageDuration98thPercentile() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getMessageDuration98thPercentile() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the 98th percentile value from the distribution of samples in the latest snapshot of the message duration metric.
getMessageDuration999thPercentile() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getMessageDuration999thPercentile() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the 99.9th percentile value from the distribution of samples in the latest snapshot of the message duration metric.
getMessageDuration99thPercentile() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getMessageDuration99thPercentile() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the 99th percentile value from the distribution of samples in the latest snapshot of the message duration metric.
getMessageDurationMax() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getMessageDurationMax() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the maximum value from the distribution of samples in the latest snapshot of the message duration metric.
getMessageDurationMean() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getMessageDurationMean() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the mean value from the distribution of samples in the latest snapshot of the message duration metric.
getMessageDurationMin() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getMessageDurationMin() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the minimum value from the distribution of samples in the latest snapshot of the message duration metric.
getMessageDurationStdDev() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getMessageDurationStdDev() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the standard deviation from the distribution of samples in the latest snapshot of the message duration metric.
getMessagesReceivedCount() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getMessagesReceivedCount() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the count of messages received.
getMessagesReceivedFifteenMinuteRate() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getMessagesReceivedFifteenMinuteRate() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the fifteen minute rate of messages received.
getMessagesReceivedFiveMinuteRate() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getMessagesReceivedFiveMinuteRate() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the five minute rate of messages received.
getMessagesReceivedMeanRate() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getMessagesReceivedMeanRate() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the mean rate of messages received.
getMessagesReceivedOneMinuteRate() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getMessagesReceivedOneMinuteRate() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the one minute rate of messages received.
getMetrics() - Method in class com.oracle.coherence.grpc.proxy.BaseGrpcServiceImpl
Obtain the gRPC metrics instance for this service.
getMetrics() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyService
Obtain the gRPC metrics instance for this service.
getMetrics() - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceGrpcImpl
 
getNamedSerializerFactory() - Method in class com.oracle.coherence.grpc.proxy.GrpcServiceDependencies.DefaultDependencies
 
getNamedSerializerFactory() - Method in interface com.oracle.coherence.grpc.proxy.GrpcServiceDependencies
Return the NamedSerializerFactory.
getPassThroughCache(String, String) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Obtain an NamedCache.
getPort() - Method in class com.oracle.coherence.grpc.proxy.GrpcServerController
Returns the port that the gRPC server has bound to.
getPriority() - Method in interface com.oracle.coherence.grpc.proxy.GrpcServerBuilderProvider
Deprecated.
Obtain the priority of this GrpcServerBuilderProvider.
getRegistry() - Method in class com.oracle.coherence.grpc.proxy.GrpcServiceDependencies.DefaultDependencies
 
getRegistry() - Method in interface com.oracle.coherence.grpc.proxy.GrpcServiceDependencies
Return the optional management Registry to register the proxy MBean with.
getRequestCount() - Method in interface com.oracle.coherence.grpc.proxy.GrpcConnectionMetrics.ConnectionMetricsMBean
Returns the number of requests made by this connection.
getRequestCountFifteenMinuteRate() - Method in interface com.oracle.coherence.grpc.proxy.GrpcConnectionMetrics.ConnectionMetricsMBean
Returns the fifteen minute rate of requests made by this connection.
getRequestCountFiveMinuteRate() - Method in interface com.oracle.coherence.grpc.proxy.GrpcConnectionMetrics.ConnectionMetricsMBean
Returns the five minute rate of requests made by this connection.
getRequestCountMeanRate() - Method in interface com.oracle.coherence.grpc.proxy.GrpcConnectionMetrics.ConnectionMetricsMBean
Returns the mean rate of requests made by this connection.
getRequestCountOneMinuteRate() - Method in interface com.oracle.coherence.grpc.proxy.GrpcConnectionMetrics.ConnectionMetricsMBean
Returns the one minute rate of requests made by this connection.
getRequestDuration75thPercentile() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getRequestDuration75thPercentile() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the 75th percentile value from the distribution of samples in the latest snapshot of the request duration metric.
getRequestDuration95thPercentile() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getRequestDuration95thPercentile() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the 95th percentile value from the distribution of samples in the latest snapshot of the request duration metric.
getRequestDuration98thPercentile() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getRequestDuration98thPercentile() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the 98th percentile value from the distribution of samples in the latest snapshot of the request duration metric.
getRequestDuration999thPercentile() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getRequestDuration999thPercentile() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the 99.9th percentile value from the distribution of samples in the latest snapshot of the request duration metric.
getRequestDuration99thPercentile() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getRequestDuration99thPercentile() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the 99th percentile value from the distribution of samples in the latest snapshot of the request duration metric.
getRequestDurationMax() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getRequestDurationMax() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the maximum value from the distribution of samples in the latest snapshot of the request duration metric.
getRequestDurationMean() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getRequestDurationMean() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the mean value from the distribution of samples in the latest snapshot of the request duration metric.
getRequestDurationMin() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getRequestDurationMin() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the minimum value from the distribution of samples in the latest snapshot of the request duration metric.
getRequestDurationStdDev() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getRequestDurationStdDev() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the standard deviation from the distribution of samples in the latest snapshot of the request duration metric.
getResponsesSentCount() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getResponsesSentCount() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the count of responses sent.
getResponsesSentFifteenMinuteRate() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getResponsesSentFifteenMinuteRate() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the fifteen minute rate of responses sent.
getResponsesSentFiveMinuteRate() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getResponsesSentFiveMinuteRate() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the five minute rate of responses sent.
getResponsesSentMeanRate() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getResponsesSentMeanRate() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the mean rate of responses sent.
getResponsesSentOneMinuteRate() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getResponsesSentOneMinuteRate() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the one minute rate of responses sent.
getSerializer(String, String, Supplier<Serializer>, Supplier<ClassLoader>) - Method in class com.oracle.coherence.grpc.proxy.BaseGrpcServiceImpl
 
getServerBuilder(int) - Method in interface com.oracle.coherence.grpc.proxy.GrpcServerBuilderProvider
Deprecated.
Returns a ServerBuilder that may be used to build a gRPC server.
getSuccessfulRequestCount() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getSuccessfulRequestCount() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the count of requests that responded with success.
getSuccessfulRequestFifteenMinuteRate() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getSuccessfulRequestFifteenMinuteRate() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the fifteen minute rate of successful requests.
getSuccessfulRequestFiveMinuteRate() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getSuccessfulRequestFiveMinuteRate() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the five minute rate of successful requests.
getSuccessfulRequestMeanRate() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getSuccessfulRequestMeanRate() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the one minute rate of successful requests.
getSuccessfulRequestOneMinuteRate() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getSuccessfulRequestOneMinuteRate() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the one minute rate of successful requests.
getTaskActiveMillis() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getTaskActiveMillis() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the total number of milliseconds spent by all Daemon threads while executing tasks since the last time the statistics were reset.
getTaskAddCount() - Method in class com.oracle.coherence.grpc.proxy.DaemonPoolExecutor.DaemonPoolManagement
 
getTaskAddCount() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getTaskAddCount() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the total number of tasks added to the pool since the last time the statistics were reset.
getTaskBacklog() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getTaskBacklog() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the number of tasks that have been added to the pool, but not yet scheduled for execution.
getTaskCount() - Method in class com.oracle.coherence.grpc.proxy.DaemonPoolExecutor.DaemonPoolManagement
 
getTaskCount() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getTaskCount() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the total number of tasks executed by Daemon threads since the last time the statistics were reset.
getTaskTimeout() - Method in class com.oracle.coherence.grpc.proxy.DaemonPoolExecutor.DaemonPoolManagement
 
getTaskTimeout() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getTaskTimeout() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the default timeout value for PriorityTasks that don't explicitly specify the execution timeout value.
getTaskTimeoutCount() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getTaskTimeoutCount() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the total number of timed-out tasks since the last time the statistics were reset.
getTimeoutCount() - Method in class com.oracle.coherence.grpc.proxy.DaemonPoolExecutor.DaemonPoolManagement
 
getTimestamp() - Method in interface com.oracle.coherence.grpc.proxy.GrpcConnectionMetrics.ConnectionMetricsMBean
Returns the time that the connection was opened.
getTransferThreshold() - Method in class com.oracle.coherence.grpc.proxy.GrpcServiceDependencies.DefaultDependencies
 
getTransferThreshold() - Method in interface com.oracle.coherence.grpc.proxy.GrpcServiceDependencies
Return the transfer threshold.
getUID() - Method in interface com.oracle.coherence.grpc.proxy.GrpcConnectionMetrics.ConnectionMetricsMBean
Returns the UID for the connection.
GrpcConnectionMetrics - Class in com.oracle.coherence.grpc.proxy
A holder for gRPC connection metrics.
GrpcConnectionMetrics.ConnectionMetricsMBean - Interface in com.oracle.coherence.grpc.proxy
A MBean to track gRPC connections.
GrpcMetricsInterceptor - Class in com.oracle.coherence.grpc.proxy
A ServerInterceptor that enables capturing of gRPC metrics.
GrpcMetricsInterceptor(GrpcProxyMetrics) - Constructor for class com.oracle.coherence.grpc.proxy.GrpcMetricsInterceptor
GrpcProxyMetrics - Class in com.oracle.coherence.grpc.proxy
The gRPC Proxy metrics MBean implementation.
GrpcProxyMetrics(String, DaemonPoolExecutor.DaemonPoolManagement) - Constructor for class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
GrpcProxyMetricsMBean - Interface in com.oracle.coherence.grpc.proxy
The gRPC Proxy metrics MBean.
GrpcProxyService - Interface in com.oracle.coherence.grpc.proxy
An interface implemented by gRPC proxy services.
GrpcServerBuilderProvider - Interface in com.oracle.coherence.grpc.proxy
Deprecated.
the gRPC proxy server is configured and built as a normal proxy service configured with a gRPC acceptor in the system cache configuration file
GrpcServerConfiguration - Interface in com.oracle.coherence.grpc.proxy
A class that can configure gRPC server builders prior to them being used to start the servers.
GrpcServerController - Class in com.oracle.coherence.grpc.proxy
A controller class that starts and stops the default gRPC server by responding to DefaultCacheServer lifecycle events.
GrpcServerController.Listener - Class in com.oracle.coherence.grpc.proxy
A listener that will start the gRPC server base on Coherence or DefaultCacheServer lifecycle events.
GrpcServiceDependencies - Interface in com.oracle.coherence.grpc.proxy
The dependencies for a gRPC bindable service.
GrpcServiceDependencies.DefaultDependencies - Class in com.oracle.coherence.grpc.proxy
The default GrpcServiceDependencies implementation.

H

handleError(Throwable, StreamObserver<Resp>) - Static method in class com.oracle.coherence.grpc.proxy.ResponseHandlers
A handler method that will call StreamObserver.onError(Throwable) if the error parameter is not null.
handleError(Resp, Throwable) - Static method in class com.oracle.coherence.grpc.proxy.ResponseHandlers
A handler method that will return the response if there is no error or if there is an error then ensure that it is a StatusRuntimeException.
handleErrorOrComplete(Throwable, StreamObserver<Resp>) - Static method in class com.oracle.coherence.grpc.proxy.ResponseHandlers
A handler method that will call StreamObserver.onError(Throwable) if the error parameter is not null otherwise calls StreamObserver.onCompleted().
handleMapOfEntries(RequestHolder<?, Map<Binary, Binary>>, Throwable, StreamObserver<Entry>) - Static method in class com.oracle.coherence.grpc.proxy.ResponseHandlers
Handle the result of the asynchronous invoke all request sending the results, or any errors to the StreamObserver.
handleMapOfEntries(RequestHolder<?, Map<Binary, Binary>>, Throwable, StreamObserver<Entry>, boolean) - Static method in class com.oracle.coherence.grpc.proxy.ResponseHandlers
Handle the result of the asynchronous invoke all request sending the results, or any errors to the StreamObserver.
handleSetOfEntries(RequestHolder<?, Set<Map.Entry<Binary, Binary>>>, Throwable, StreamObserver<Entry>) - Static method in class com.oracle.coherence.grpc.proxy.ResponseHandlers
Handle the result of the asynchronous entry set request sending the results, or any errors to the StreamObserver.
handleSetOfEntries(RequestHolder<?, Set<Map.Entry<Binary, Binary>>>, Throwable, StreamObserver<Entry>, boolean) - Static method in class com.oracle.coherence.grpc.proxy.ResponseHandlers
Handle the result of the asynchronous entry set request sending the results, or any errors to the StreamObserver.
handleStream(RequestHolder<?, ? extends Iterable<Binary>>, Throwable, StreamObserver<BytesValue>) - Static method in class com.oracle.coherence.grpc.proxy.ResponseHandlers
Send an Iterable of Binary instances to a StreamObserver, converting the Binary instances to a BytesValue.
handleStream(Iterable<Resp>, Throwable, StreamObserver<Resp>) - Static method in class com.oracle.coherence.grpc.proxy.ResponseHandlers
A handler method that streams results from an Iterable to a StreamObserver and completes the StreamObserver, or if an error is provided calls StreamObserver.onError(Throwable).
handleStream(Stream<Resp>, Throwable, StreamObserver<Resp>) - Static method in class com.oracle.coherence.grpc.proxy.ResponseHandlers
A handler method that streams results to a StreamObserver and completes the StreamObserver or if an error is provided calls StreamObserver.onError(Throwable).
handleStreamOfEntries(RequestHolder<?, ?>, Stream<Map.Entry<Binary, Binary>>, StreamObserver<Entry>) - Static method in class com.oracle.coherence.grpc.proxy.ResponseHandlers
Handle the result of the asynchronous invoke all request sending the results, or any errors to the StreamObserver.
handleStreamOfEntries(RequestHolder<?, ?>, Stream<Map.Entry<Binary, Binary>>, StreamObserver<Entry>, boolean) - Static method in class com.oracle.coherence.grpc.proxy.ResponseHandlers
Handle the result of the asynchronous invoke all request sending the results, or any errors to the StreamObserver.
handleUnary(R, Throwable, StreamObserver<R>) - Static method in class com.oracle.coherence.grpc.proxy.ResponseHandlers
Handle an unary request.
hashCode() - Method in class com.oracle.coherence.grpc.proxy.GrpcMetricsInterceptor
 

I

INSTANCE - Static variable in interface com.oracle.coherence.grpc.proxy.GrpcServerBuilderProvider
Deprecated.
INSTANCE - Static variable in class com.oracle.coherence.grpc.proxy.GrpcServerController
The singleton instance of the GrpcServerController.
interceptCall(ServerCall<ReqT, RespT>, Metadata, ServerCallHandler<ReqT, RespT>) - Method in class com.oracle.coherence.grpc.proxy.GrpcMetricsInterceptor
 
interceptCall(ServerCall<ReqT, RespT>, Metadata, ServerCallHandler<ReqT, RespT>) - Method in class com.oracle.coherence.grpc.proxy.ServerLoggingInterceptor
 
invoke(CacheRequestHolder<InvokeRequest, Void>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Execute the InvokeRequest request and return a CompletionStage that will complete when the AsyncNamedCache request completes and will contain a CacheRequestHolder holding the result of the InvokeRequest request as a serialized Boolean.
invoke(InvokeRequest) - Method in interface com.oracle.coherence.grpc.proxy.NamedCacheService
Invoke an InvocableMap.EntryProcessor against an entry in a cache.
invoke(InvokeRequest) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
 
invoke(InvokeRequest, StreamObserver<BytesValue>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceGrpcImpl
 
invokeAll(InvokeAllRequest, StreamObserver<Entry>) - Method in interface com.oracle.coherence.grpc.proxy.NamedCacheService
Invoke an InvocableMap.EntryProcessor against multiple entries in a cache.
invokeAll(InvokeAllRequest, StreamObserver<Entry>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceGrpcImpl
 
invokeAll(InvokeAllRequest, StreamObserver<Entry>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
 
invokeAllWithFilter(CacheRequestHolder<InvokeAllRequest, Void>, StreamObserver<Entry>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Execute the filtered InvokeAllRequest request passing the results to the provided StreamObserver.
invokeAllWithFilter(InvokeAllRequest, StreamObserver<Entry>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Execute the filtered InvokeAllRequest request passing the results to the provided StreamObserver.
invokeAllWithKeys(CacheRequestHolder<InvokeAllRequest, Void>, StreamObserver<Entry>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Execute the key-based InvokeAllRequest request passing the results to the provided StreamObserver.
invokeAllWithKeys(InvokeAllRequest, StreamObserver<Entry>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Execute the key-based InvokeAllRequest request passing the results to the provided StreamObserver.
isEmpty(IsEmptyRequest) - Method in interface com.oracle.coherence.grpc.proxy.NamedCacheService
Determine whether a cache is empty.
isEmpty(IsEmptyRequest) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
 
isEmpty(IsEmptyRequest, StreamObserver<BoolValue>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceGrpcImpl
 
isLite() - Method in class com.oracle.coherence.grpc.proxy.MapListenerProxy.FilterInfo
Return true if the filter was registered for lite events.
isReady(IsReadyRequest) - Method in interface com.oracle.coherence.grpc.proxy.NamedCacheService
Determine whether a cache is Ready.
isReady(IsReadyRequest) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
 
isReady(IsReadyRequest, StreamObserver<BoolValue>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceGrpcImpl
 
isRunning() - Method in class com.oracle.coherence.grpc.proxy.DefaultGrpcAcceptorController
 
isRunning() - Method in class com.oracle.coherence.grpc.proxy.GrpcServerController
Returns true if the server is running.
isRunning() - Method in class com.oracle.coherence.grpc.proxy.TracingDaemonPool
 
isStuck() - Method in class com.oracle.coherence.grpc.proxy.TracingDaemonPool
 

K

KeyConverter(CacheRequestHolder<MapListenerRequest, Void>) - Constructor for class com.oracle.coherence.grpc.proxy.MapListenerProxy.KeyConverter
Constructs a new KeyConverter.
keySet(CacheRequestHolder<KeySetRequest, Void>, StreamObserver<BytesValue>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Execute the key-based KeySetRequest request passing the results to the provided StreamObserver.
keySet(KeySetRequest, StreamObserver<BytesValue>) - Method in interface com.oracle.coherence.grpc.proxy.NamedCacheService
Stream a set of cache keys to a StreamObserver.
keySet(KeySetRequest, StreamObserver<BytesValue>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceGrpcImpl
 
keySet(KeySetRequest, StreamObserver<BytesValue>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
 

L

Listener() - Constructor for class com.oracle.coherence.grpc.proxy.GrpcServerController.Listener
 
LITE - Static variable in class com.oracle.coherence.grpc.proxy.MapListenerProxy
Constant to indicate that the listener is registered for "lite" events.

M

m_fCompleted - Variable in class com.oracle.coherence.grpc.proxy.MapListenerProxy
 
m_holder - Variable in class com.oracle.coherence.grpc.proxy.MapListenerProxy
The CacheRequestHolder to hold the MapListenerRequest that can convert between different serialization formats.
m_primingListener - Variable in class com.oracle.coherence.grpc.proxy.MapListenerProxy
Wrapper map event listener.
MapListenerProxy - Class in com.oracle.coherence.grpc.proxy
A class to encapsulate bidirectional streaming of map events for a single cache.
MapListenerProxy(NamedCacheService, StreamObserver<MapListenerResponse>) - Constructor for class com.oracle.coherence.grpc.proxy.MapListenerProxy
Create a MapListenerProxy to handle aMapListener subscription to a cache.
MapListenerProxy.DeactivationListener - Class in com.oracle.coherence.grpc.proxy
NamedCacheDeactivationListener that will communicate cache truncation and destruction events over the proxy.
MapListenerProxy.FilterInfo - Class in com.oracle.coherence.grpc.proxy
A holder for filter information.
MapListenerProxy.KeyConverter - Class in com.oracle.coherence.grpc.proxy
Converter for cache key instances.
MapListenerProxy.WrapperPrimingListener - Class in com.oracle.coherence.grpc.proxy
MapListenerSupport.PrimingListener that delegates calls to the wrapped MapListener.
markError() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
Update the failed request meter.
markReceived() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
Update the messages received meter.
markSent() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
Update the messages sent meter.
markStarted() - Method in class com.oracle.coherence.grpc.proxy.GrpcServerController
Mark the server as started.
markSuccess() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
Update the successful request meter.
MBEAN_NAME - Static variable in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
The name to use for the management MBean.
MBEAN_PREFIX - Static variable in class com.oracle.coherence.grpc.proxy.GrpcConnectionMetrics
The connection MBean ObjectName prefix.
MBEAN_TYPE - Static variable in class com.oracle.coherence.grpc.proxy.GrpcConnectionMetrics
The connection MBean type.
MIN_SNAPSHOT_REFRESH - Static variable in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
The minimum amount of time between request duration histogram snapshots.

N

NamedCacheService - Interface in com.oracle.coherence.grpc.proxy
A NamedCache service.
NamedCacheService.DefaultDependencies - Class in com.oracle.coherence.grpc.proxy
The default NamedCacheService.Dependencies implementation.
NamedCacheService.Dependencies - Interface in com.oracle.coherence.grpc.proxy
The dependencies to configure a NamedCacheServiceImpl.
NamedCacheServiceGrpcImpl - Class in com.oracle.coherence.grpc.proxy
A plain gRPC implementation of NamedCache service.
NamedCacheServiceGrpcImpl() - Constructor for class com.oracle.coherence.grpc.proxy.NamedCacheServiceGrpcImpl
Create a NamedCacheServiceGrpcImpl that wraps a default implementation of NamedCacheService.
NamedCacheServiceGrpcImpl(NamedCacheService) - Constructor for class com.oracle.coherence.grpc.proxy.NamedCacheServiceGrpcImpl
Create a NamedCacheServiceGrpcImpl with default configuration.
NamedCacheServiceGrpcImpl(NamedCacheService.Dependencies) - Constructor for class com.oracle.coherence.grpc.proxy.NamedCacheServiceGrpcImpl
Create a NamedCacheServiceGrpcImpl that wraps a default implementation of NamedCacheService.
NamedCacheServiceImpl - Class in com.oracle.coherence.grpc.proxy
A gRPC NamedCache service.
NamedCacheServiceImpl(NamedCacheService.Dependencies) - Constructor for class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
newInstance() - Static method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Create an instance of NamedCacheServiceImpl using the default dependencies configuration.
newInstance(NamedCacheService.Dependencies) - Static method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Create an instance of NamedCacheServiceImpl using the default dependencies configuration.
newInstance(DefaultDaemonPoolDependencies) - Static method in class com.oracle.coherence.grpc.proxy.DaemonPoolExecutor
nextEntrySetPage(PageRequest, StreamObserver<EntryResult>) - Method in interface com.oracle.coherence.grpc.proxy.NamedCacheService
Obtain the next page of a paged entry set request.
nextEntrySetPage(PageRequest, StreamObserver<EntryResult>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceGrpcImpl
 
nextEntrySetPage(PageRequest, StreamObserver<EntryResult>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
 
nextKeySetPage(PageRequest, StreamObserver<BytesValue>) - Method in interface com.oracle.coherence.grpc.proxy.NamedCacheService
Obtain the next page of a paged key set request.
nextKeySetPage(PageRequest, StreamObserver<BytesValue>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceGrpcImpl
 
nextKeySetPage(PageRequest, StreamObserver<BytesValue>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
 

O

onCompleted() - Method in class com.oracle.coherence.grpc.proxy.MapListenerProxy
 
onError(Throwable) - Method in class com.oracle.coherence.grpc.proxy.MapListenerProxy
 
onFilterRequest(MapListenerRequest, MapTrigger<Binary, Binary>) - Method in class com.oracle.coherence.grpc.proxy.MapListenerProxy
onKeyRequest(MapListenerRequest, MapTrigger<?, ?>) - Method in class com.oracle.coherence.grpc.proxy.MapListenerProxy
onMapEvent(MapEvent<?, ?>) - Method in class com.oracle.coherence.grpc.proxy.MapListenerProxy
Convert a MapEvent into a MapEventResponse and send it to the StreamObserver, converting theBinary key and values if required.
onNext(MapListenerRequest) - Method in class com.oracle.coherence.grpc.proxy.MapListenerProxy
 

P

PagedQueryHelper - Class in com.oracle.coherence.grpc.proxy
A helper class for cache key set and entry set paged queries.
partitionedPutAll(CacheRequestHolder<PutAllRequest, Void>, Map<Binary, Binary>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Perform a putAll operation on a partitioned cache.
plainPutAll(AsyncNamedCache<Binary, Binary>, Map<Binary, Binary>, long) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Perform a putAll operation on a partitioned cache.
postStart(Context) - Method in class com.oracle.coherence.grpc.proxy.GrpcServerController.Listener
 
postStop(Context) - Method in class com.oracle.coherence.grpc.proxy.GrpcServerController.Listener
 
preStart(Context) - Method in class com.oracle.coherence.grpc.proxy.GrpcServerController.Listener
 
preStop(Context) - Method in class com.oracle.coherence.grpc.proxy.GrpcServerController.Listener
 
PRIMING - Static variable in class com.oracle.coherence.grpc.proxy.MapListenerProxy
Constant to indicate that the listener is registered for "priming" events.
PROP_CONNECTION_TTL - Static variable in class com.oracle.coherence.grpc.proxy.GrpcConnectionMetrics
The system property used to set the expiry time used to evict connection MBeans when connections have had no activity for a period of time.
put(CacheRequestHolder<PutRequest, Void>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Execute a put request.
put(PutRequest) - Method in interface com.oracle.coherence.grpc.proxy.NamedCacheService
Associate the specified value with the specified key in this cache.
put(PutRequest) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
 
put(PutRequest, StreamObserver<BytesValue>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceGrpcImpl
 
putAll(CacheRequestHolder<PutAllRequest, Void>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Execute a putAll request.
putAll(PutAllRequest) - Method in interface com.oracle.coherence.grpc.proxy.NamedCacheService
Add the specified key value pair mappings to this cache.
putAll(PutAllRequest) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
 
putAll(PutAllRequest, StreamObserver<Empty>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceGrpcImpl
 
putIfAbsent(CacheRequestHolder<PutIfAbsentRequest, Void>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Execute a PutIfAbsentRequest request.
putIfAbsent(PutIfAbsentRequest) - Method in interface com.oracle.coherence.grpc.proxy.NamedCacheService
If the specified key is not already associated with a value (or is mapped to null) associate it with the given value and returns null, else return the current value.
putIfAbsent(PutIfAbsentRequest) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
 
putIfAbsent(PutIfAbsentRequest, StreamObserver<BytesValue>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceGrpcImpl
 

R

register(ServerCall<?, ?>) - Method in class com.oracle.coherence.grpc.proxy.GrpcConnectionMetrics
Register a ServerCall with the connection metrics, creating a new connection metric if this call is from a new remote address.
registerMBean(Registry) - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
Registers an MBean for this GrpcProxyMetrics.
remove(CacheRequestHolder<RemoveRequest, Void>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Execute a RemoveRequest request.
remove(RemoveRequest) - Method in interface com.oracle.coherence.grpc.proxy.NamedCacheService
Remove the mapping that is associated with the specified key.
remove(RemoveRequest) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
 
remove(RemoveRequest, StreamObserver<BytesValue>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceGrpcImpl
 
removeIndex(CacheRequestHolder<RemoveIndexRequest, Void>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Execute the RemoveIndexRequest request.
removeIndex(RemoveIndexRequest) - Method in interface com.oracle.coherence.grpc.proxy.NamedCacheService
Remove an index from a cache.
removeIndex(RemoveIndexRequest) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
 
removeIndex(RemoveIndexRequest, StreamObserver<Empty>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceGrpcImpl
 
removeMapping(CacheRequestHolder<RemoveMappingRequest, Void>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Execute the RemoveMappingRequest request and return a CompletionStage that will complete when the AsyncNamedCache request completes and will contain a CacheRequestHolder holding the result of the RemoveMappingRequest request as a serialized Boolean.
removeMapping(RemoveMappingRequest) - Method in interface com.oracle.coherence.grpc.proxy.NamedCacheService
Remove the mapping that is associated with the specified key only if the mapping exists in the cache.
removeMapping(RemoveMappingRequest) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
 
removeMapping(RemoveMappingRequest, StreamObserver<BoolValue>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceGrpcImpl
 
replace(CacheRequestHolder<ReplaceRequest, Void>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Execute a ReplaceRequest request.
replace(ReplaceRequest) - Method in interface com.oracle.coherence.grpc.proxy.NamedCacheService
Replace the entry for the specified key only if it is currently mapped to some value.
replace(ReplaceRequest) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
 
replace(ReplaceRequest, StreamObserver<BytesValue>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceGrpcImpl
 
replaceMapping(CacheRequestHolder<ReplaceMappingRequest, Void>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Execute a ReplaceMappingRequest request.
replaceMapping(ReplaceMappingRequest) - Method in interface com.oracle.coherence.grpc.proxy.NamedCacheService
Replace the mapping for the specified key only if currently mapped to the specified value.
replaceMapping(ReplaceMappingRequest) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
 
replaceMapping(ReplaceMappingRequest, StreamObserver<BoolValue>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceGrpcImpl
 
resetStatistics() - Method in class com.oracle.coherence.grpc.proxy.DaemonPoolExecutor.DaemonPoolManagement
 
ResponseHandlers - Class in com.oracle.coherence.grpc.proxy
Helper methods to handle gRPC async responses.
ResponseHandlers() - Constructor for class com.oracle.coherence.grpc.proxy.ResponseHandlers
 
run() - Method in class com.oracle.coherence.grpc.proxy.TracingDaemonPool.TracingRunnable
 

S

schedule(Runnable, long) - Method in class com.oracle.coherence.grpc.proxy.TracingDaemonPool
 
ServerLoggingInterceptor - Class in com.oracle.coherence.grpc.proxy
A gRPC server interceptor that will log messages on the server.
ServerLoggingInterceptor() - Constructor for class com.oracle.coherence.grpc.proxy.ServerLoggingInterceptor
 
SERVICE_NAME - Static variable in interface com.oracle.coherence.grpc.proxy.NamedCacheService
The name of the gRPC service.
setConfigurableCacheFactorySupplier(Function<String, ConfigurableCacheFactory>) - Method in class com.oracle.coherence.grpc.proxy.BaseGrpcServiceImpl.DefaultDependencies
Set the function to use to obtain named ConfigurableCacheFactory instances.
setContext(Context) - Method in class com.oracle.coherence.grpc.proxy.GrpcServiceDependencies.DefaultDependencies
Set the Context.
setContextClassLoader(ClassLoader) - Method in class com.oracle.coherence.grpc.proxy.TracingDaemonPool
 
setDaemonCountMax(int) - Method in class com.oracle.coherence.grpc.proxy.DaemonPoolExecutor.DaemonPoolManagement
 
setDaemonCountMax(int) - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
setDaemonCountMax(int) - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Set the maximum daemon pool thread count.
setDaemonCountMin(int) - Method in class com.oracle.coherence.grpc.proxy.DaemonPoolExecutor.DaemonPoolManagement
 
setDaemonCountMin(int) - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
setDaemonCountMin(int) - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Set the minimum daemon pool thread count.
setDaemonPool(DaemonPool) - Method in class com.oracle.coherence.grpc.proxy.DefaultGrpcAcceptorController
 
setDaemonPool(DaemonPool) - Method in class com.oracle.coherence.grpc.proxy.GrpcServiceDependencies.DefaultDependencies
Set the DaemonPool.
setDependencies(GrpcAcceptorDependencies) - Method in class com.oracle.coherence.grpc.proxy.DefaultGrpcAcceptorController
 
setDependencies(DaemonPoolDependencies) - Method in class com.oracle.coherence.grpc.proxy.TracingDaemonPool
 
setEnabled(boolean) - Method in class com.oracle.coherence.grpc.proxy.GrpcServerController
Enable or disable this controller.
setExecutor(Executor) - Method in class com.oracle.coherence.grpc.proxy.GrpcServiceDependencies.DefaultDependencies
Set the Executor.
setRegistry(Registry) - Method in class com.oracle.coherence.grpc.proxy.GrpcServiceDependencies.DefaultDependencies
Set the management Registry to register the proxy MBean with.
setSerializerFactory(NamedSerializerFactory) - Method in class com.oracle.coherence.grpc.proxy.GrpcServiceDependencies.DefaultDependencies
Set the NamedSerializerFactory.
setTransferThreshold(Long) - Method in class com.oracle.coherence.grpc.proxy.GrpcServiceDependencies.DefaultDependencies
Set the transfer threshold.
shutdown() - Method in class com.oracle.coherence.grpc.proxy.TracingDaemonPool
 
size(SizeRequest) - Method in interface com.oracle.coherence.grpc.proxy.NamedCacheService
Determine the number of entries in a cache.
size(SizeRequest) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
 
size(SizeRequest, StreamObserver<Int32Value>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceGrpcImpl
 
start() - Method in class com.oracle.coherence.grpc.proxy.DefaultGrpcAcceptorController
 
start() - Method in class com.oracle.coherence.grpc.proxy.GrpcServerController
Start the gRPC server.
start() - Method in class com.oracle.coherence.grpc.proxy.TracingDaemonPool
 
stop() - Method in class com.oracle.coherence.grpc.proxy.DefaultGrpcAcceptorController
 
stop() - Method in class com.oracle.coherence.grpc.proxy.GrpcServerController
Stop the server.
stop() - Method in class com.oracle.coherence.grpc.proxy.TracingDaemonPool
 

T

toBoolValue(Binary, Serializer) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Deserialize a Binary to a boolean value.
toInt32Value(Object) - Static method in class com.oracle.coherence.grpc.proxy.ResponseHandlers
Convert a value to an Int32Value.
TRACE_ID_KEY - Static variable in class com.oracle.coherence.grpc.proxy.ServerLoggingInterceptor
 
TracingDaemonPool - Class in com.oracle.coherence.grpc.proxy
A DaemonPool implementation that wraps another DaemonPool and adds activation of tracing spans for the Runnables executed by this pool.
TracingDaemonPool(DaemonPool) - Constructor for class com.oracle.coherence.grpc.proxy.TracingDaemonPool
TracingDaemonPool.TracingRunnable - Class in com.oracle.coherence.grpc.proxy
A Runnable that executes another runnable after activating a tracing span.
TracingRunnable(Span, Runnable) - Constructor for class com.oracle.coherence.grpc.proxy.TracingDaemonPool.TracingRunnable
Constructs a new TracingRunnable for the provided span and Runnable delegate.
transferThreshold - Variable in class com.oracle.coherence.grpc.proxy.BaseGrpcServiceImpl
The transfer threshold used for paged requests.
truncate(TruncateRequest) - Method in interface com.oracle.coherence.grpc.proxy.NamedCacheService
Removes all mappings from this map.
truncate(TruncateRequest) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
 
truncate(TruncateRequest, StreamObserver<Empty>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceGrpcImpl
 

V

values(CacheRequestHolder<ValuesRequest, Void>, StreamObserver<BytesValue>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Execute the ValuesRequest request passing the results to the provided StreamObserver.
values(ValuesRequest, StreamObserver<BytesValue>) - Method in interface com.oracle.coherence.grpc.proxy.NamedCacheService
Stream a set of cache values to a StreamObserver.
values(ValuesRequest, StreamObserver<BytesValue>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceGrpcImpl
 
values(ValuesRequest, StreamObserver<BytesValue>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Execute the ValuesRequest request passing the results to the provided StreamObserver.
VOID - Static variable in class com.oracle.coherence.grpc.proxy.BaseGrpcServiceImpl
A Void value to make it obvious the return value in Void methods.
VOID - Static variable in class com.oracle.coherence.grpc.proxy.ResponseHandlers
A Void value to make it obvious the return value in Void methods.

W

whenStarted() - Method in class com.oracle.coherence.grpc.proxy.GrpcServerController
Obtain a CompletionStage that will be completed when the gRPC server has started.
WrapperPrimingListener(MapListener<Object, Object>) - Constructor for class com.oracle.coherence.grpc.proxy.MapListenerProxy.WrapperPrimingListener
Constructs a new WrapperPrimingListener that will delegate map events to the provided MapListener.
A B C D E F G H I K L M N O P R S T V W 
All Classes All Packages