Uses of Class
com.oracle.coherence.grpc.CacheRequestHolder
Packages that use CacheRequestHolder
Package
Description
Low-level utilities for Coherence gRPC server and client implementation.
The Coherence gRPC server implementation.
- 
Uses of CacheRequestHolder in com.oracle.coherence.grpc
Methods in com.oracle.coherence.grpc that return types with arguments of type CacheRequestHolderModifier and TypeMethodDescription<T> CompletionStage<CacheRequestHolder<Req, T>> CacheRequestHolder.runAsync(CompletionStage<T> stage) Return aCompletionStagethat will complete with a value of aRequestHolderwith a result value that is the result of the completion of the specifiedCompletionStage. - 
Uses of CacheRequestHolder in com.oracle.coherence.grpc.proxy
Fields in com.oracle.coherence.grpc.proxy declared as CacheRequestHolderModifier and TypeFieldDescriptionprotected final CacheRequestHolder<com.oracle.coherence.grpc.MapListenerRequest, Void> MapListenerProxy.KeyConverter.f_holderCache request holder to handle conversion ofBinaryandByteStringobjects.protected CacheRequestHolder<com.oracle.coherence.grpc.MapListenerRequest, Void> MapListenerProxy.m_holderTheCacheRequestHolderto hold theMapListenerRequestthat can convert between different serialization formats.Methods in com.oracle.coherence.grpc.proxy that return CacheRequestHolderModifier and TypeMethodDescription<Req> CacheRequestHolder<Req, Void> NamedCacheService.createRequestHolder(Req request, String sScope, String sCacheName, String format) Create aCacheRequestHolderfor a given request.<Req> CacheRequestHolder<Req, Void> NamedCacheServiceImpl.createRequestHolder(Req request, String sScope, String sCacheName, String format) Create aCacheRequestHolderfor a given request.Methods in com.oracle.coherence.grpc.proxy that return types with arguments of type CacheRequestHolderModifier and TypeMethodDescriptionprotected CompletionStage<CacheRequestHolder<com.oracle.coherence.grpc.ContainsEntryRequest, Binary>> NamedCacheServiceImpl.containsEntry(CacheRequestHolder<com.oracle.coherence.grpc.ContainsEntryRequest, Void> holder) Execute theContainsEntryRequestrequest and return aCompletionStagethat will complete when theAsyncNamedCacherequest completes and will contain aCacheRequestHolderholding the result of the contains entry request as a serialized Boolean.protected CompletionStage<CacheRequestHolder<com.oracle.coherence.grpc.ContainsKeyRequest, Boolean>> NamedCacheServiceImpl.containsKey(CacheRequestHolder<com.oracle.coherence.grpc.ContainsKeyRequest, Void> holder) Execute theContainsKeyRequestrequest and return aCompletionStagethat will complete when theAsyncNamedCacherequest completes and will contain aCacheRequestHolderholding the result of the contains key request.protected CompletionStage<CacheRequestHolder<com.oracle.coherence.grpc.ContainsValueRequest, Integer>> NamedCacheServiceImpl.containsValue(CacheRequestHolder<com.oracle.coherence.grpc.ContainsValueRequest, Void> holder) Execute theContainsValueRequestrequest and return aCompletionStagethat will complete when theAsyncNamedCacherequest completes and will contain aCacheRequestHolderholding the result of the contains value request as a serialized Boolean.<Req> CompletionStage<CacheRequestHolder<Req, Void>> NamedCacheServiceImpl.createHolderAsync(Req request, String sScope, String sCacheName, String format) Asynchronously create aCacheRequestHolderfor a given request.protected CompletionStage<CacheRequestHolder<com.oracle.coherence.grpc.GetRequest, Binary>> NamedCacheServiceImpl.get(CacheRequestHolder<com.oracle.coherence.grpc.GetRequest, Void> holder) Execute theGetRequestrequest and return aCompletionStagethat will complete when theAsyncNamedCacherequest completes and will contain aCacheRequestHolderholding the result of theGetRequestrequest as a serialized Boolean.protected CompletionStage<CacheRequestHolder<com.oracle.coherence.grpc.InvokeRequest, Binary>> NamedCacheServiceImpl.invoke(CacheRequestHolder<com.oracle.coherence.grpc.InvokeRequest, Void> holder) Execute theInvokeRequestrequest and return aCompletionStagethat will complete when theAsyncNamedCacherequest completes and will contain aCacheRequestHolderholding the result of theInvokeRequestrequest as a serialized Boolean.protected CompletionStage<CacheRequestHolder<com.oracle.coherence.grpc.RemoveMappingRequest, Boolean>> NamedCacheServiceImpl.removeMapping(CacheRequestHolder<com.oracle.coherence.grpc.RemoveMappingRequest, Void> holder) Execute theRemoveMappingRequestrequest and return aCompletionStagethat will complete when theAsyncNamedCacherequest completes and will contain aCacheRequestHolderholding the result of theRemoveMappingRequestrequest as a serialized Boolean.Methods in com.oracle.coherence.grpc.proxy with parameters of type CacheRequestHolderModifier and TypeMethodDescriptionprotected com.google.protobuf.EmptyNamedCacheServiceImpl.addIndex(CacheRequestHolder<com.oracle.coherence.grpc.AddIndexRequest, Void> holder) Execute theAddIndexRequestrequest.protected CompletionStage<com.google.protobuf.BytesValue> NamedCacheServiceImpl.aggregateWithFilter(CacheRequestHolder<com.oracle.coherence.grpc.AggregateRequest, Void> holder) Execute the filteredAggregateRequestrequest.protected CompletionStage<com.google.protobuf.BytesValue> NamedCacheServiceImpl.aggregateWithKeys(CacheRequestHolder<com.oracle.coherence.grpc.AggregateRequest, Void> holder) Execute the filteredAggregateRequestrequest.protected CompletionStage<CacheRequestHolder<com.oracle.coherence.grpc.ContainsEntryRequest, Binary>> NamedCacheServiceImpl.containsEntry(CacheRequestHolder<com.oracle.coherence.grpc.ContainsEntryRequest, Void> holder) Execute theContainsEntryRequestrequest and return aCompletionStagethat will complete when theAsyncNamedCacherequest completes and will contain aCacheRequestHolderholding the result of the contains entry request as a serialized Boolean.protected CompletionStage<CacheRequestHolder<com.oracle.coherence.grpc.ContainsKeyRequest, Boolean>> NamedCacheServiceImpl.containsKey(CacheRequestHolder<com.oracle.coherence.grpc.ContainsKeyRequest, Void> holder) Execute theContainsKeyRequestrequest and return aCompletionStagethat will complete when theAsyncNamedCacherequest completes and will contain aCacheRequestHolderholding the result of the contains key request.protected CompletionStage<CacheRequestHolder<com.oracle.coherence.grpc.ContainsValueRequest, Integer>> NamedCacheServiceImpl.containsValue(CacheRequestHolder<com.oracle.coherence.grpc.ContainsValueRequest, Void> holder) Execute theContainsValueRequestrequest and return aCompletionStagethat will complete when theAsyncNamedCacherequest completes and will contain aCacheRequestHolderholding the result of the contains value request as a serialized Boolean.protected CompletionStage<List<Binary>> NamedCacheServiceImpl.convertKeys(CacheRequestHolder<com.oracle.coherence.grpc.GetAllRequest, Void> holder) Convert the keys for aGetAllRequestfrom the request's serialization format to the cache's serialization format.protected VoidNamedCacheServiceImpl.entrySet(CacheRequestHolder<com.oracle.coherence.grpc.EntrySetRequest, Void> holder, io.grpc.stub.StreamObserver<com.oracle.coherence.grpc.Entry> observer) Execute theEntrySetRequestrequest and send the results to theStreamObserver.protected CompletionStage<CacheRequestHolder<com.oracle.coherence.grpc.GetRequest, Binary>> NamedCacheServiceImpl.get(CacheRequestHolder<com.oracle.coherence.grpc.GetRequest, Void> holder) Execute theGetRequestrequest and return aCompletionStagethat will complete when theAsyncNamedCacherequest completes and will contain aCacheRequestHolderholding the result of theGetRequestrequest as a serialized Boolean.protected VoidNamedCacheServiceImpl.getAll(CacheRequestHolder<com.oracle.coherence.grpc.GetAllRequest, Void> holder, io.grpc.stub.StreamObserver<com.oracle.coherence.grpc.Entry> observer) Execute theGetAllRequestrequest and send the results to theStreamObserver.protected CompletionStage<CacheRequestHolder<com.oracle.coherence.grpc.InvokeRequest, Binary>> NamedCacheServiceImpl.invoke(CacheRequestHolder<com.oracle.coherence.grpc.InvokeRequest, Void> holder) Execute theInvokeRequestrequest and return aCompletionStagethat will complete when theAsyncNamedCacherequest completes and will contain aCacheRequestHolderholding the result of theInvokeRequestrequest as a serialized Boolean.protected CompletionStage<Void> NamedCacheServiceImpl.invokeAllWithFilter(CacheRequestHolder<com.oracle.coherence.grpc.InvokeAllRequest, Void> holder, io.grpc.stub.StreamObserver<com.oracle.coherence.grpc.Entry> observer) Execute the filteredInvokeAllRequestrequest passing the results to the providedStreamObserver.protected CompletionStage<Void> NamedCacheServiceImpl.invokeAllWithKeys(CacheRequestHolder<com.oracle.coherence.grpc.InvokeAllRequest, Void> holder, io.grpc.stub.StreamObserver<com.oracle.coherence.grpc.Entry> observer) Execute the key-basedInvokeAllRequestrequest passing the results to the providedStreamObserver.protected VoidNamedCacheServiceImpl.keySet(CacheRequestHolder<com.oracle.coherence.grpc.KeySetRequest, Void> holder, io.grpc.stub.StreamObserver<com.google.protobuf.BytesValue> observer) Execute the key-basedKeySetRequestrequest passing the results to the providedStreamObserver.protected CompletionStage<com.google.protobuf.Empty> NamedCacheServiceImpl.partitionedPutAll(CacheRequestHolder<com.oracle.coherence.grpc.PutAllRequest, Void> holder, Map<Binary, Binary> map) Perform aputAlloperation on a partitioned cache.protected CompletionStage<com.google.protobuf.BytesValue> NamedCacheServiceImpl.put(CacheRequestHolder<com.oracle.coherence.grpc.PutRequest, Void> holder) Execute a put request.protected CompletionStage<com.google.protobuf.Empty> NamedCacheServiceImpl.putAll(CacheRequestHolder<com.oracle.coherence.grpc.PutAllRequest, Void> holder) Execute a putAll request.protected CompletableFuture<com.google.protobuf.BytesValue> NamedCacheServiceImpl.putIfAbsent(CacheRequestHolder<com.oracle.coherence.grpc.PutIfAbsentRequest, Void> holder) Execute aPutIfAbsentRequestrequest.protected CompletableFuture<Binary> NamedCacheServiceImpl.remove(CacheRequestHolder<com.oracle.coherence.grpc.RemoveRequest, Void> holder) Execute aRemoveRequestrequest.protected com.google.protobuf.EmptyNamedCacheServiceImpl.removeIndex(CacheRequestHolder<com.oracle.coherence.grpc.RemoveIndexRequest, Void> holder) Execute theRemoveIndexRequestrequest.protected CompletionStage<CacheRequestHolder<com.oracle.coherence.grpc.RemoveMappingRequest, Boolean>> NamedCacheServiceImpl.removeMapping(CacheRequestHolder<com.oracle.coherence.grpc.RemoveMappingRequest, Void> holder) Execute theRemoveMappingRequestrequest and return aCompletionStagethat will complete when theAsyncNamedCacherequest completes and will contain aCacheRequestHolderholding the result of theRemoveMappingRequestrequest as a serialized Boolean.protected CompletableFuture<Binary> NamedCacheServiceImpl.replace(CacheRequestHolder<com.oracle.coherence.grpc.ReplaceRequest, Void> holder) Execute aReplaceRequestrequest.protected CompletableFuture<Binary> NamedCacheServiceImpl.replaceMapping(CacheRequestHolder<com.oracle.coherence.grpc.ReplaceMappingRequest, Void> holder) Execute aReplaceMappingRequestrequest.protected VoidNamedCacheServiceImpl.values(CacheRequestHolder<com.oracle.coherence.grpc.ValuesRequest, Void> holder, io.grpc.stub.StreamObserver<com.google.protobuf.BytesValue> observer) Execute theValuesRequestrequest passing the results to the providedStreamObserver.Constructors in com.oracle.coherence.grpc.proxy with parameters of type CacheRequestHolderModifierConstructorDescriptionprotectedKeyConverter(CacheRequestHolder<com.oracle.coherence.grpc.MapListenerRequest, Void> holder) Constructs a newKeyConverter.