Index
All Classes and Interfaces|All Packages
A
- addIndex(AddIndexRequest, StreamObserver<Empty>) - Method in class com.oracle.coherence.grpc.proxy.NettyNamedCacheService
- aggregate(AggregateRequest, StreamObserver<BytesValue>) - Method in class com.oracle.coherence.grpc.proxy.NettyNamedCacheService
- applicationProtocolNegotiator() - Method in class com.oracle.coherence.grpc.proxy.RefreshableSslContext
C
- cipherSuites() - Method in class com.oracle.coherence.grpc.proxy.RefreshableSslContext
- com.oracle.coherence.grpc.proxy - package com.oracle.coherence.grpc.proxy
-
The Netty based Coherence gRPC server implementation.
- configure(ServerBuilder<?>, InProcessServerBuilder) - Method in interface com.oracle.coherence.grpc.proxy.GrpcServerConfiguration
-
Configure the server builders.
- configure(ServerBuilder<?>, InProcessServerBuilder) - Method in class com.oracle.coherence.grpc.proxy.NettyGrpcAcceptorController
- containsEntry(ContainsEntryRequest, StreamObserver<BoolValue>) - Method in class com.oracle.coherence.grpc.proxy.NettyNamedCacheService
- containsEntry(CacheRequestHolder<ContainsEntryRequest, Void>) - Method in class com.oracle.coherence.grpc.proxy.NettyNamedCacheService
-
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. - containsKey(ContainsKeyRequest, StreamObserver<BoolValue>) - Method in class com.oracle.coherence.grpc.proxy.NettyNamedCacheService
- containsKey(CacheRequestHolder<ContainsKeyRequest, Void>) - Method in class com.oracle.coherence.grpc.proxy.NettyNamedCacheService
-
Execute the
ContainsKeyRequestrequest and return aCompletionStagethat will complete when theAsyncNamedCacherequest completes and will contain aCacheRequestHolderholding the result of the contains key request. - containsValue(ContainsValueRequest, StreamObserver<BoolValue>) - Method in class com.oracle.coherence.grpc.proxy.NettyNamedCacheService
- containsValue(CacheRequestHolder<ContainsValueRequest, Void>) - Method in class com.oracle.coherence.grpc.proxy.NettyNamedCacheService
-
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. - convertKeys(CacheRequestHolder<GetAllRequest, Void>) - Method in class com.oracle.coherence.grpc.proxy.NettyNamedCacheService
-
Convert the keys for a
GetAllRequestfrom the request's serialization format to the cache's serialization format. - createChannelCredentials(SocketProviderBuilder) - Static method in class com.oracle.coherence.grpc.proxy.NettyCredentialsHelper
-
Create the
ChannelCredentialsto use for the client channel. - createInProcessServerBuilder(GrpcAcceptorDependencies) - Method in class com.oracle.coherence.grpc.proxy.NettyGrpcAcceptorController
- createServerBuilder(GrpcAcceptorDependencies) - Method in class com.oracle.coherence.grpc.proxy.NettyGrpcAcceptorController
- createServerCredentials(SocketProviderBuilder) - Static method in class com.oracle.coherence.grpc.proxy.NettyCredentialsHelper
-
Create the
ServerCredentialsto use for the gRPC Proxy. - createServiceDeps() - Method in class com.oracle.coherence.grpc.proxy.NettyGrpcAcceptorController
- createServices(GrpcServiceDependencies) - Method in class com.oracle.coherence.grpc.proxy.NettyBindableServiceFactory
E
- entrySet(EntrySetRequest, StreamObserver<Entry>) - Method in class com.oracle.coherence.grpc.proxy.NettyNamedCacheService
- entrySet(CacheRequestHolder<EntrySetRequest, Void>, StreamObserver<Entry>) - Method in class com.oracle.coherence.grpc.proxy.NettyNamedCacheService
-
Execute the
EntrySetRequestrequest and send the results to theStreamObserver.
G
- get(GetRequest, StreamObserver<OptionalValue>) - Method in class com.oracle.coherence.grpc.proxy.NettyNamedCacheService
- get(CacheRequestHolder<GetRequest, Void>) - Method in class com.oracle.coherence.grpc.proxy.NettyNamedCacheService
-
Execute the
GetRequestrequest and return aCompletionStagethat will complete when theAsyncNamedCacherequest completes and will contain aCacheRequestHolderholding the result of theGetRequestrequest as a serialized Boolean. - getAll(GetAllRequest, StreamObserver<Entry>) - Method in class com.oracle.coherence.grpc.proxy.NettyNamedCacheService
- getAll(CacheRequestHolder<GetAllRequest, Void>, StreamObserver<Entry>) - Method in class com.oracle.coherence.grpc.proxy.NettyNamedCacheService
-
Execute the
GetAllRequestrequest and send the results to theStreamObserver. - getInProcessName() - Method in class com.oracle.coherence.grpc.proxy.NettyGrpcAcceptorController
- getLocalPort() - Method in class com.oracle.coherence.grpc.proxy.NettyGrpcAcceptorController
- getPriority() - Method in class com.oracle.coherence.grpc.proxy.NettyGrpcAcceptorController
- getServerType() - Method in class com.oracle.coherence.grpc.proxy.NettyGrpcAcceptorController
- 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.
I
- invoke(InvokeRequest, StreamObserver<BytesValue>) - Method in class com.oracle.coherence.grpc.proxy.NettyNamedCacheService
- invoke(CacheRequestHolder<InvokeRequest, Void>) - Method in class com.oracle.coherence.grpc.proxy.NettyNamedCacheService
-
Execute the
InvokeRequestrequest and return aCompletionStagethat will complete when theAsyncNamedCacherequest completes and will contain aCacheRequestHolderholding the result of theInvokeRequestrequest as a serialized Boolean. - invokeAll(InvokeAllRequest, StreamObserver<Entry>) - Method in class com.oracle.coherence.grpc.proxy.NettyNamedCacheService
- invokeAllWithFilter(InvokeAllRequest, StreamObserver<Entry>) - Method in class com.oracle.coherence.grpc.proxy.NettyNamedCacheService
-
Execute the filtered
InvokeAllRequestrequest passing the results to the providedStreamObserver. - invokeAllWithFilter(CacheRequestHolder<InvokeAllRequest, Void>, StreamObserver<Entry>) - Method in class com.oracle.coherence.grpc.proxy.NettyNamedCacheService
-
Execute the filtered
InvokeAllRequestrequest passing the results to the providedStreamObserver. - invokeAllWithKeys(InvokeAllRequest, StreamObserver<Entry>) - Method in class com.oracle.coherence.grpc.proxy.NettyNamedCacheService
-
Execute the key-based
InvokeAllRequestrequest passing the results to the providedStreamObserver. - invokeAllWithKeys(CacheRequestHolder<InvokeAllRequest, Void>, StreamObserver<Entry>) - Method in class com.oracle.coherence.grpc.proxy.NettyNamedCacheService
-
Execute the key-based
InvokeAllRequestrequest passing the results to the providedStreamObserver. - isClient() - Method in class com.oracle.coherence.grpc.proxy.RefreshableSslContext
- isEmpty(IsEmptyRequest, StreamObserver<BoolValue>) - Method in class com.oracle.coherence.grpc.proxy.NettyNamedCacheService
- isReady(IsReadyRequest, StreamObserver<BoolValue>) - Method in class com.oracle.coherence.grpc.proxy.NettyNamedCacheService
K
- keySet(KeySetRequest, StreamObserver<BytesValue>) - Method in class com.oracle.coherence.grpc.proxy.NettyNamedCacheService
- keySet(CacheRequestHolder<KeySetRequest, Void>, StreamObserver<BytesValue>) - Method in class com.oracle.coherence.grpc.proxy.NettyNamedCacheService
-
Execute the key-based
KeySetRequestrequest passing the results to the providedStreamObserver.
N
- NettyBindableServiceFactory - Class in com.oracle.coherence.grpc.proxy
-
The Netty
BindableServiceFactory. - NettyBindableServiceFactory() - Constructor for class com.oracle.coherence.grpc.proxy.NettyBindableServiceFactory
- NettyCredentialsHelper - Class in com.oracle.coherence.grpc.proxy
-
A helper class to resolve gRPC credentials.
- NettyGrpcAcceptorController - Class in com.oracle.coherence.grpc.proxy
-
The default
GrpcAcceptorControllerimplementation. - NettyGrpcAcceptorController() - Constructor for class com.oracle.coherence.grpc.proxy.NettyGrpcAcceptorController
- NettyNamedCacheService - Class in com.oracle.coherence.grpc.proxy
-
An async gRPC
NamedCacheService. - NettyNamedCacheService(NamedCacheService.Dependencies) - Constructor for class com.oracle.coherence.grpc.proxy.NettyNamedCacheService
-
Create a
NettyNamedCacheService. - newEngine(ByteBufAllocator) - Method in class com.oracle.coherence.grpc.proxy.RefreshableSslContext
- newEngine(ByteBufAllocator, String, int) - Method in class com.oracle.coherence.grpc.proxy.RefreshableSslContext
- newInstance() - Static method in class com.oracle.coherence.grpc.proxy.NettyNamedCacheService
-
Create an instance of
NettyNamedCacheServiceusing the default dependencies configuration. - newInstance(NamedCacheService.Dependencies) - Static method in class com.oracle.coherence.grpc.proxy.NettyNamedCacheService
-
Create an instance of
NettyNamedCacheServiceusing the default dependencies configuration. - nextEntrySetPage(PageRequest, StreamObserver<EntryResult>) - Method in class com.oracle.coherence.grpc.proxy.NettyNamedCacheService
- nextKeySetPage(PageRequest, StreamObserver<BytesValue>) - Method in class com.oracle.coherence.grpc.proxy.NettyNamedCacheService
O
- onError(SSLContextDependencies, Throwable) - Method in class com.oracle.coherence.grpc.proxy.RefreshableSslContext
- onUpdate(SSLContextDependencies) - Method in class com.oracle.coherence.grpc.proxy.RefreshableSslContext
P
- put(PutRequest, StreamObserver<BytesValue>) - Method in class com.oracle.coherence.grpc.proxy.NettyNamedCacheService
- put(CacheRequestHolder<PutRequest, Void>) - Method in class com.oracle.coherence.grpc.proxy.NettyNamedCacheService
-
Execute a put request.
- putAll(PutAllRequest, StreamObserver<Empty>) - Method in class com.oracle.coherence.grpc.proxy.NettyNamedCacheService
- putAll(CacheRequestHolder<PutAllRequest, Void>) - Method in class com.oracle.coherence.grpc.proxy.NettyNamedCacheService
-
Execute a putAll request.
- putIfAbsent(PutIfAbsentRequest, StreamObserver<BytesValue>) - Method in class com.oracle.coherence.grpc.proxy.NettyNamedCacheService
- putIfAbsent(CacheRequestHolder<PutIfAbsentRequest, Void>) - Method in class com.oracle.coherence.grpc.proxy.NettyNamedCacheService
-
Execute a
PutIfAbsentRequestrequest.
R
- RefreshableSslContext - Class in com.oracle.coherence.grpc.proxy
-
A refreshable
SslContext. - RefreshableSslContext(SSLContextDependencies, boolean) - Constructor for class com.oracle.coherence.grpc.proxy.RefreshableSslContext
- remove(RemoveRequest, StreamObserver<BytesValue>) - Method in class com.oracle.coherence.grpc.proxy.NettyNamedCacheService
- remove(CacheRequestHolder<RemoveRequest, Void>) - Method in class com.oracle.coherence.grpc.proxy.NettyNamedCacheService
-
Execute a
RemoveRequestrequest. - removeIndex(RemoveIndexRequest, StreamObserver<Empty>) - Method in class com.oracle.coherence.grpc.proxy.NettyNamedCacheService
- removeMapping(RemoveMappingRequest, StreamObserver<BoolValue>) - Method in class com.oracle.coherence.grpc.proxy.NettyNamedCacheService
- removeMapping(CacheRequestHolder<RemoveMappingRequest, Void>) - Method in class com.oracle.coherence.grpc.proxy.NettyNamedCacheService
-
Execute the
RemoveMappingRequestrequest and return aCompletionStagethat will complete when theAsyncNamedCacherequest completes and will contain aCacheRequestHolderholding the result of theRemoveMappingRequestrequest as a serialized Boolean. - replace(ReplaceRequest, StreamObserver<BytesValue>) - Method in class com.oracle.coherence.grpc.proxy.NettyNamedCacheService
- replace(CacheRequestHolder<ReplaceRequest, Void>) - Method in class com.oracle.coherence.grpc.proxy.NettyNamedCacheService
-
Execute a
ReplaceRequestrequest. - replaceMapping(ReplaceMappingRequest, StreamObserver<BoolValue>) - Method in class com.oracle.coherence.grpc.proxy.NettyNamedCacheService
- replaceMapping(CacheRequestHolder<ReplaceMappingRequest, Void>) - Method in class com.oracle.coherence.grpc.proxy.NettyNamedCacheService
-
Execute a
ReplaceMappingRequestrequest.
S
- sessionContext() - Method in class com.oracle.coherence.grpc.proxy.RefreshableSslContext
- setDaemonPool(DaemonPool) - Method in class com.oracle.coherence.grpc.proxy.NettyGrpcAcceptorController
- size(SizeRequest, StreamObserver<Int32Value>) - Method in class com.oracle.coherence.grpc.proxy.NettyNamedCacheService
- startInternal(List<ServerServiceDefinition>, List<BindableService>) - Method in class com.oracle.coherence.grpc.proxy.NettyGrpcAcceptorController
- stopInternal() - Method in class com.oracle.coherence.grpc.proxy.NettyGrpcAcceptorController
T
- truncate(TruncateRequest, StreamObserver<Empty>) - Method in class com.oracle.coherence.grpc.proxy.NettyNamedCacheService
V
- values(ValuesRequest, StreamObserver<BytesValue>) - Method in class com.oracle.coherence.grpc.proxy.NettyNamedCacheService
-
Execute the
ValuesRequestrequest passing the results to the providedStreamObserver. - values(CacheRequestHolder<ValuesRequest, Void>, StreamObserver<BytesValue>) - Method in class com.oracle.coherence.grpc.proxy.NettyNamedCacheService
-
Execute the
ValuesRequestrequest passing the results to the providedStreamObserver.
All Classes and Interfaces|All Packages