Index

A C E G I K N O P R S T V 
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 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.
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 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.
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 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.
convertKeys(CacheRequestHolder<GetAllRequest, Void>) - Method in class com.oracle.coherence.grpc.proxy.NettyNamedCacheService
Convert the keys for a GetAllRequest from 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 ChannelCredentials to 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 ServerCredentials to 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 EntrySetRequest request and send the results to the StreamObserver.

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 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.
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 GetAllRequest request and send the results to the StreamObserver.
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 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.
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 InvokeAllRequest request passing the results to the provided StreamObserver.
invokeAllWithFilter(CacheRequestHolder<InvokeAllRequest, Void>, StreamObserver<Entry>) - Method in class com.oracle.coherence.grpc.proxy.NettyNamedCacheService
Execute the filtered InvokeAllRequest request passing the results to the provided StreamObserver.
invokeAllWithKeys(InvokeAllRequest, StreamObserver<Entry>) - Method in class com.oracle.coherence.grpc.proxy.NettyNamedCacheService
Execute the key-based InvokeAllRequest request passing the results to the provided StreamObserver.
invokeAllWithKeys(CacheRequestHolder<InvokeAllRequest, Void>, StreamObserver<Entry>) - Method in class com.oracle.coherence.grpc.proxy.NettyNamedCacheService
Execute the key-based InvokeAllRequest request passing the results to the provided StreamObserver.
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 KeySetRequest request passing the results to the provided StreamObserver.

N

NettyBindableServiceFactory - Class in com.oracle.coherence.grpc.proxy
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 GrpcAcceptorController implementation.
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
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 NettyNamedCacheService using the default dependencies configuration.
newInstance(NamedCacheService.Dependencies) - Static method in class com.oracle.coherence.grpc.proxy.NettyNamedCacheService
Create an instance of NettyNamedCacheService using 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 PutIfAbsentRequest request.

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 RemoveRequest request.
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 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.
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 ReplaceRequest request.
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 ReplaceMappingRequest request.

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 ValuesRequest request passing the results to the provided StreamObserver.
values(CacheRequestHolder<ValuesRequest, Void>, StreamObserver<BytesValue>) - Method in class com.oracle.coherence.grpc.proxy.NettyNamedCacheService
Execute the ValuesRequest request passing the results to the provided StreamObserver.
A C E G I K N O P R S T V 
All Classes and Interfaces|All Packages