Index

A C E G H I K N P R S T V 
All Classes and Interfaces|All Packages

A

addIndex(AddIndexRequest, StreamObserver<Empty>) - Method in class com.oracle.coherence.grpc.proxy.helidon.HelidonNamedCacheService
 
aggregate(AggregateRequest, StreamObserver<BytesValue>) - Method in class com.oracle.coherence.grpc.proxy.helidon.HelidonNamedCacheService
 

C

com.oracle.coherence.grpc.proxy.helidon - package com.oracle.coherence.grpc.proxy.helidon
The Helidon based Coherence gRPC server implementation.
containsEntry(ContainsEntryRequest, StreamObserver<BoolValue>) - Method in class com.oracle.coherence.grpc.proxy.helidon.HelidonNamedCacheService
 
containsKey(ContainsKeyRequest, StreamObserver<BoolValue>) - Method in class com.oracle.coherence.grpc.proxy.helidon.HelidonNamedCacheService
 
containsValue(ContainsValueRequest, StreamObserver<BoolValue>) - Method in class com.oracle.coherence.grpc.proxy.helidon.HelidonNamedCacheService
 
createServiceDeps(GrpcServiceDependencies) - Method in class com.oracle.coherence.grpc.proxy.helidon.HelidonGrpcAcceptorController
 
createServices(GrpcServiceDependencies) - Method in class com.oracle.coherence.grpc.proxy.helidon.HelidonBindableServiceFactory
 
createTlsConfig(SocketProviderBuilder) - Static method in class com.oracle.coherence.grpc.proxy.helidon.HelidonCredentialsHelper
Create a Helidon TlsConfig from a SocketProviderBuilder.

E

entrySet(EntrySetRequest, StreamObserver<Entry>) - Method in class com.oracle.coherence.grpc.proxy.helidon.HelidonNamedCacheService
 

G

get(GetRequest, StreamObserver<OptionalValue>) - Method in class com.oracle.coherence.grpc.proxy.helidon.HelidonNamedCacheService
 
getAll(GetAllRequest, StreamObserver<Entry>) - Method in class com.oracle.coherence.grpc.proxy.helidon.HelidonNamedCacheService
 
getInProcessName() - Method in class com.oracle.coherence.grpc.proxy.helidon.HelidonGrpcAcceptorController
 
getLocalPort() - Method in class com.oracle.coherence.grpc.proxy.helidon.HelidonGrpcAcceptorController
 
getPriority() - Method in class com.oracle.coherence.grpc.proxy.helidon.HelidonGrpcAcceptorController
 
getServerType() - Method in class com.oracle.coherence.grpc.proxy.helidon.HelidonGrpcAcceptorController
 

H

HelidonBindableServiceFactory - Class in com.oracle.coherence.grpc.proxy.helidon
HelidonBindableServiceFactory() - Constructor for class com.oracle.coherence.grpc.proxy.helidon.HelidonBindableServiceFactory
 
HelidonCredentialsHelper - Class in com.oracle.coherence.grpc.proxy.helidon
A helper to create credential for Helidon.
HelidonCredentialsHelper() - Constructor for class com.oracle.coherence.grpc.proxy.helidon.HelidonCredentialsHelper
 
HelidonGrpcAcceptorController - Class in com.oracle.coherence.grpc.proxy.helidon
A GrpcAcceptorController that starts a Helidon gRPC server.
HelidonGrpcAcceptorController() - Constructor for class com.oracle.coherence.grpc.proxy.helidon.HelidonGrpcAcceptorController
 
HelidonNamedCacheService - Class in com.oracle.coherence.grpc.proxy.helidon
HelidonNamedCacheService(NamedCacheService.Dependencies) - Constructor for class com.oracle.coherence.grpc.proxy.helidon.HelidonNamedCacheService

I

invoke(InvokeRequest, StreamObserver<BytesValue>) - Method in class com.oracle.coherence.grpc.proxy.helidon.HelidonNamedCacheService
 
invokeAll(InvokeAllRequest, StreamObserver<Entry>) - Method in class com.oracle.coherence.grpc.proxy.helidon.HelidonNamedCacheService
 
invokeAllWithFilter(CacheRequestHolder<InvokeAllRequest, Void>, StreamObserver<Entry>) - Method in class com.oracle.coherence.grpc.proxy.helidon.HelidonNamedCacheService
Execute the filtered InvokeAllRequest request passing the results to the provided StreamObserver.
invokeAllWithKeys(CacheRequestHolder<InvokeAllRequest, Void>, StreamObserver<Entry>) - Method in class com.oracle.coherence.grpc.proxy.helidon.HelidonNamedCacheService
Execute the key-based InvokeAllRequest request passing the results to the provided StreamObserver.
isEmpty(IsEmptyRequest, StreamObserver<BoolValue>) - Method in class com.oracle.coherence.grpc.proxy.helidon.HelidonNamedCacheService
 
isReady(IsReadyRequest, StreamObserver<BoolValue>) - Method in class com.oracle.coherence.grpc.proxy.helidon.HelidonNamedCacheService
 

K

keySet(KeySetRequest, StreamObserver<BytesValue>) - Method in class com.oracle.coherence.grpc.proxy.helidon.HelidonNamedCacheService
 

N

newInstance(NamedCacheService.Dependencies) - Static method in class com.oracle.coherence.grpc.proxy.helidon.HelidonNamedCacheService
Create an instance of HelidonNamedCacheService using the default dependencies configuration.
nextEntrySetPage(PageRequest, StreamObserver<EntryResult>) - Method in class com.oracle.coherence.grpc.proxy.helidon.HelidonNamedCacheService
 
nextKeySetPage(PageRequest, StreamObserver<BytesValue>) - Method in class com.oracle.coherence.grpc.proxy.helidon.HelidonNamedCacheService
 

P

put(PutRequest, StreamObserver<BytesValue>) - Method in class com.oracle.coherence.grpc.proxy.helidon.HelidonNamedCacheService
 
putAll(PutAllRequest, StreamObserver<Empty>) - Method in class com.oracle.coherence.grpc.proxy.helidon.HelidonNamedCacheService
 
putIfAbsent(PutIfAbsentRequest, StreamObserver<BytesValue>) - Method in class com.oracle.coherence.grpc.proxy.helidon.HelidonNamedCacheService
 

R

remove(RemoveRequest, StreamObserver<BytesValue>) - Method in class com.oracle.coherence.grpc.proxy.helidon.HelidonNamedCacheService
 
removeIndex(RemoveIndexRequest, StreamObserver<Empty>) - Method in class com.oracle.coherence.grpc.proxy.helidon.HelidonNamedCacheService
 
removeMapping(RemoveMappingRequest, StreamObserver<BoolValue>) - Method in class com.oracle.coherence.grpc.proxy.helidon.HelidonNamedCacheService
 
replace(ReplaceRequest, StreamObserver<BytesValue>) - Method in class com.oracle.coherence.grpc.proxy.helidon.HelidonNamedCacheService
 
replaceMapping(ReplaceMappingRequest, StreamObserver<BoolValue>) - Method in class com.oracle.coherence.grpc.proxy.helidon.HelidonNamedCacheService
 

S

setDaemonPool(DaemonPool) - Method in class com.oracle.coherence.grpc.proxy.helidon.HelidonGrpcAcceptorController
 
size(SizeRequest, StreamObserver<Int32Value>) - Method in class com.oracle.coherence.grpc.proxy.helidon.HelidonNamedCacheService
 
startInternal(List<ServerServiceDefinition>, List<BindableService>) - Method in class com.oracle.coherence.grpc.proxy.helidon.HelidonGrpcAcceptorController
 
stopInternal() - Method in class com.oracle.coherence.grpc.proxy.helidon.HelidonGrpcAcceptorController
 

T

truncate(TruncateRequest, StreamObserver<Empty>) - Method in class com.oracle.coherence.grpc.proxy.helidon.HelidonNamedCacheService
 

V

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