A B C D E F G H I K L M N O P R S T V W
All Classes All Packages
All Classes All Packages
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
AddIndexRequestrequest. - 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
AggregateRequestagainst a cache and return the result serialized in aBytesValue. - 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
AggregateRequestrequest. - aggregateWithFilter(CacheRequestHolder<AggregateRequest, Void>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
-
Execute the filtered
AggregateRequestrequest. - aggregateWithKeys(AggregateRequest) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
-
Execute the key-based
AggregateRequestrequest. - aggregateWithKeys(CacheRequestHolder<AggregateRequest, Void>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
-
Execute the filtered
AggregateRequestrequest. - 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
-
Create a
BaseGrpcServiceImpl. - BaseGrpcServiceImpl.DefaultDependencies - Class in com.oracle.coherence.grpc.proxy
-
The default
BaseGrpcServiceImpl.Dependenciesimplementation. - 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.EntryProcessorto anInvocableMap.EntryProcessorthat returns aBinaryresult. - 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
ConfigurableCacheFactorysupplier functions that can return aConfigurableCacheFactoryfor a given scope name. - ConfigurableCacheFactorySuppliers.DefaultCacheFactorySupplier - Class in com.oracle.coherence.grpc.proxy
-
The default
ConfigurableCacheFactorysupplier. - ConfigurableCacheFactorySuppliers.FixedCacheFactorySupplier - Class in com.oracle.coherence.grpc.proxy
-
A fixed
ConfigurableCacheFactorysupplier that only supplies theConfigurableCacheFactoryinstances 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
ContainsEntryRequestrequest and return aCompletionStagethat will complete when theAsyncNamedCacherequest completes and will contain aCacheRequestHolderholding the result of the contains entry request as a serialized Boolean. - containsEntry(ContainsEntryRequest) - Method in interface com.oracle.coherence.grpc.proxy.NamedCacheService
-
Returns
trueif 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
ContainsKeyRequestrequest and return aCompletionStagethat will complete when theAsyncNamedCacherequest completes and will contain aCacheRequestHolderholding the result of the contains key request. - containsKey(ContainsKeyRequest) - Method in interface com.oracle.coherence.grpc.proxy.NamedCacheService
-
Returns
trueif 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
ContainsValueRequestrequest and return aCompletionStagethat will complete when theAsyncNamedCacherequest completes and will contain aCacheRequestHolderholding the result of the contains value request as a serialized Boolean. - containsValue(ContainsValueRequest) - Method in interface com.oracle.coherence.grpc.proxy.NamedCacheService
-
Returns
trueif 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
GetAllRequestfrom 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
-
Deprecated.
- 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
CacheRequestHolderfor 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
MapEventResponseinstances using the information in the suppliedMapEvent. - createRequestHolder(Req, String, String, String) - Method in interface com.oracle.coherence.grpc.proxy.NamedCacheService
-
Create a
CacheRequestHolderfor a given request. - createRequestHolder(Req, String, String, String) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
-
Create a
CacheRequestHolderfor a given request. - createServerBuilder(GrpcAcceptorDependencies) - Method in class com.oracle.coherence.grpc.proxy.DefaultGrpcAcceptorController
D
- DaemonPoolExecutor - Class in com.oracle.coherence.grpc.proxy
-
An
Executorthat uses aDaemonPoolto execute tasks. - DaemonPoolExecutor(DaemonPool) - Constructor for class com.oracle.coherence.grpc.proxy.DaemonPoolExecutor
-
Create a
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
DaemonPoolManagementinstance. - 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
GrpcAcceptorControllerimplementation. - DefaultGrpcAcceptorController() - Constructor for class com.oracle.coherence.grpc.proxy.DefaultGrpcAcceptorController
- deserializeComparator(ByteString, Serializer) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
-
Obtain a
Comparatorfrom the serialized data in aByteString. - 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
Filterfrom the serialized data in aByteString. - ensureFilter(ByteString, Serializer) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
-
Obtain a
Filterfrom the serialized data in aByteString. - 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
TracingDaemonPoolwrapping the specified pool. - ensureValueExtractor(ByteString, Serializer) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
-
Obtain a
ValueExtractorfrom the serialized data in aByteString. - 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
EntrySetRequestrequest and send the results to theStreamObserver. - 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
-
Create a
MapListenerErrorResponse. - events(StreamObserver<MapListenerResponse>) - Method in interface com.oracle.coherence.grpc.proxy.NamedCacheService
-
Add a
MapListenerto a cache and stream the events received to theStreamObserver. - 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
Runnableand return anEmptyinstance. - execute(Callable<T>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
-
Execute the
Callableand return the result.
F
- f_activeSpan - Variable in class com.oracle.coherence.grpc.proxy.TracingDaemonPool
-
The
Supplierthat 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_holderdoesn't cover. - f_delegate - Variable in class com.oracle.coherence.grpc.proxy.TracingDaemonPool
-
The
DaemonPoolto delegate to. - f_delegate - Variable in class com.oracle.coherence.grpc.proxy.TracingDaemonPool.TracingRunnable
-
The
Runnable. - f_dependencies - Variable in class com.oracle.coherence.grpc.proxy.BaseGrpcServiceImpl
-
The service
BaseGrpcServiceImpl.Dependencies. - f_executor - Variable in class com.oracle.coherence.grpc.proxy.BaseGrpcServiceImpl
-
The
Executorto 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
BinaryandByteStringobjects. - 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
Filtersthat thisMapListenerProxywas registered with. - f_mapKeys - Variable in class com.oracle.coherence.grpc.proxy.MapListenerProxy
-
The map of keys that this
MapListenerProxywas 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
StreamObserverto streamMapEventinstances to. - f_pool - Variable in class com.oracle.coherence.grpc.proxy.DaemonPoolExecutor.DaemonPoolManagement
-
The
DaemonPoolassociated with this MBean. - f_proxy - Variable in class com.oracle.coherence.grpc.proxy.MapListenerProxy.DeactivationListener
-
The
MapListenerProxy. - f_serializerProducer - Variable in class com.oracle.coherence.grpc.proxy.BaseGrpcServiceImpl
-
The factory to use to lookup named
Serializerinstances. - 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
MapListenerProxywas 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
ConfigurableCacheFactoryinstances. - 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
GetRequestrequest and return aCompletionStagethat will complete when theAsyncNamedCacherequest completes and will contain aCacheRequestHolderholding the result of theGetRequestrequest 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
GetAllRequestrequest and send the results to theStreamObserver. - 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
ConfigurableCacheFactoryinstances. - 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.DeactivationListenerfor this proxy. - getDelegate() - Method in class com.oracle.coherence.grpc.proxy.TracingDaemonPool
-
Returns the
DaemonPoolto delegate to. - getDelegate() - Method in class com.oracle.coherence.grpc.proxy.TracingDaemonPool.TracingRunnable
-
Returns the
Runnabledelegate. - 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
Filterfrom the serialized data in aByteString. - getFilter(ByteString, Serializer) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
-
Obtain a
Filterfrom the serialized data in aByteString. - 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
InProcessServerBuilderthat 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.DaemonPoolManagementto 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
Registryto 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
ServerBuilderthat 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
ServerInterceptorthat enables capturing of gRPC metrics. - GrpcMetricsInterceptor(GrpcProxyMetrics) - Constructor for class com.oracle.coherence.grpc.proxy.GrpcMetricsInterceptor
-
Create a
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
-
Create a
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
DefaultCacheServerlifecycle events. - GrpcServerController.Listener - Class in com.oracle.coherence.grpc.proxy
-
A listener that will start the gRPC server base on
CoherenceorDefaultCacheServerlifecycle 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
GrpcServiceDependenciesimplementation.
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 notnull. - 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 notnullotherwise callsStreamObserver.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
IterableofBinaryinstances to aStreamObserver, converting theBinaryinstances to aBytesValue. - handleStream(Iterable<Resp>, Throwable, StreamObserver<Resp>) - Static method in class com.oracle.coherence.grpc.proxy.ResponseHandlers
-
A handler method that streams results from an
Iterableto aStreamObserverand completes theStreamObserver, or if an error is provided callsStreamObserver.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
StreamObserverand completes theStreamObserveror if an error is provided callsStreamObserver.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.The default
GrpcServerBuilderProvider. - 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
InvokeRequestrequest and return aCompletionStagethat will complete when theAsyncNamedCacherequest completes and will contain aCacheRequestHolderholding the result of theInvokeRequestrequest as a serialized Boolean. - invoke(InvokeRequest) - Method in interface com.oracle.coherence.grpc.proxy.NamedCacheService
-
Invoke an
InvocableMap.EntryProcessoragainst 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.EntryProcessoragainst 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
InvokeAllRequestrequest passing the results to the providedStreamObserver. - invokeAllWithFilter(InvokeAllRequest, StreamObserver<Entry>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
-
Execute the filtered
InvokeAllRequestrequest passing the results to the providedStreamObserver. - invokeAllWithKeys(CacheRequestHolder<InvokeAllRequest, Void>, StreamObserver<Entry>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
-
Execute the key-based
InvokeAllRequestrequest passing the results to the providedStreamObserver. - invokeAllWithKeys(InvokeAllRequest, StreamObserver<Entry>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
-
Execute the key-based
InvokeAllRequestrequest passing the results to the providedStreamObserver. - 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
trueif 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
trueif 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
KeySetRequestrequest passing the results to the providedStreamObserver. - 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
CacheRequestHolderto hold theMapListenerRequestthat 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
MapListenerProxyto handle aMapListenersubscription to a cache. - MapListenerProxy.DeactivationListener - Class in com.oracle.coherence.grpc.proxy
-
NamedCacheDeactivationListenerthat 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.PrimingListenerthat delegates calls to the wrappedMapListener. - 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.Dependenciesimplementation. - 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
NamedCacheServiceGrpcImplthat wraps a default implementation ofNamedCacheService. - NamedCacheServiceGrpcImpl(NamedCacheService) - Constructor for class com.oracle.coherence.grpc.proxy.NamedCacheServiceGrpcImpl
-
Create a
NamedCacheServiceGrpcImplwith default configuration. - NamedCacheServiceGrpcImpl(NamedCacheService.Dependencies) - Constructor for class com.oracle.coherence.grpc.proxy.NamedCacheServiceGrpcImpl
-
Create a
NamedCacheServiceGrpcImplthat wraps a default implementation ofNamedCacheService. - NamedCacheServiceImpl - Class in com.oracle.coherence.grpc.proxy
-
A gRPC NamedCache service.
- NamedCacheServiceImpl(NamedCacheService.Dependencies) - Constructor for class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
-
Create a
NamedCacheServiceImpl. - newInstance() - Static method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
-
Create an instance of
NamedCacheServiceImplusing the default dependencies configuration. - newInstance(NamedCacheService.Dependencies) - Static method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
-
Create an instance of
NamedCacheServiceImplusing the default dependencies configuration. - newInstance(DefaultDaemonPoolDependencies) - Static method in class com.oracle.coherence.grpc.proxy.DaemonPoolExecutor
-
Create a
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
-
Invoked when
MapListenerRequest.RequestTypeisKEY. - onKeyRequest(MapListenerRequest, MapTrigger<?, ?>) - Method in class com.oracle.coherence.grpc.proxy.MapListenerProxy
-
Invoked when
MapListenerRequest.RequestTypeisKEY. - onMapEvent(MapEvent<?, ?>) - Method in class com.oracle.coherence.grpc.proxy.MapListenerProxy
-
Convert a
MapEventinto aMapEventResponseand send it to theStreamObserver, converting theBinarykey 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
putAlloperation on a partitioned cache. - plainPutAll(AsyncNamedCache<Binary, Binary>, Map<Binary, Binary>, long) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
-
Perform a
putAlloperation 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
PutIfAbsentRequestrequest. - 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 returnsnull, 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
ServerCallwith 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
RemoveRequestrequest. - 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
RemoveIndexRequestrequest. - 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
RemoveMappingRequestrequest and return aCompletionStagethat will complete when theAsyncNamedCacherequest completes and will contain aCacheRequestHolderholding the result of theRemoveMappingRequestrequest 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
ReplaceRequestrequest. - 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
ReplaceMappingRequestrequest. - 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
ConfigurableCacheFactoryinstances. - 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
Registryto 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
Binaryto 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
DaemonPoolimplementation that wraps anotherDaemonPooland adds activation of tracing spans for theRunnables executed by this pool. - TracingDaemonPool(DaemonPool) - Constructor for class com.oracle.coherence.grpc.proxy.TracingDaemonPool
-
Create a
TracingDaemonPool. - TracingDaemonPool.TracingRunnable - Class in com.oracle.coherence.grpc.proxy
-
A
Runnablethat executes another runnable after activating a tracing span. - TracingRunnable(Span, Runnable) - Constructor for class com.oracle.coherence.grpc.proxy.TracingDaemonPool.TracingRunnable
-
Constructs a new
TracingRunnablefor the provided span andRunnabledelegate. - 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
ValuesRequestrequest passing the results to the providedStreamObserver. - 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
ValuesRequestrequest passing the results to the providedStreamObserver. - VOID - Static variable in class com.oracle.coherence.grpc.proxy.BaseGrpcServiceImpl
-
A
Voidvalue to make it obvious the return value in Void methods. - VOID - Static variable in class com.oracle.coherence.grpc.proxy.ResponseHandlers
-
A
Voidvalue to make it obvious the return value in Void methods.
W
- whenStarted() - Method in class com.oracle.coherence.grpc.proxy.GrpcServerController
-
Obtain a
CompletionStagethat 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
WrapperPrimingListenerthat will delegate map events to the providedMapListener.
All Classes All Packages