static Void |
ResponseHandlers.handleMapOfEntries(RequestHolder<?,Map<Binary,Binary>> holder,
Throwable err,
io.grpc.stub.StreamObserver<com.oracle.coherence.grpc.Entry> observer) |
Handle the result of the asynchronous invoke all request sending the results, or any errors
to the StreamObserver .
|
static Void |
ResponseHandlers.handleMapOfEntries(RequestHolder<?,Map<Binary,Binary>> holder,
Throwable err,
io.grpc.stub.StreamObserver<com.oracle.coherence.grpc.Entry> observer,
boolean fDeserialize) |
Handle the result of the asynchronous invoke all request sending the results, or any errors
to the StreamObserver .
|
static Void |
ResponseHandlers.handleSetOfEntries(RequestHolder<?,Set<Map.Entry<Binary,Binary>>> holder,
Throwable err,
io.grpc.stub.StreamObserver<com.oracle.coherence.grpc.Entry> observer) |
Handle the result of the asynchronous entry set request sending the results, or any errors
to the StreamObserver .
|
static Void |
ResponseHandlers.handleSetOfEntries(RequestHolder<?,Set<Map.Entry<Binary,Binary>>> holder,
Throwable err,
io.grpc.stub.StreamObserver<com.oracle.coherence.grpc.Entry> observer,
boolean fDeserialize) |
Handle the result of the asynchronous entry set request sending the results, or any errors
to the StreamObserver .
|
static Void |
ResponseHandlers.handleStream(RequestHolder<?,? extends Iterable<Binary>> holder,
Throwable err,
io.grpc.stub.StreamObserver<com.google.protobuf.BytesValue> observer) |
Send an Iterable of Binary instances to a StreamObserver ,
converting the Binary instances to a BytesValue .
|
static void |
ResponseHandlers.handleStreamOfEntries(RequestHolder<?,?> holder,
Stream<Map.Entry<Binary,Binary>> entries,
io.grpc.stub.StreamObserver<com.oracle.coherence.grpc.Entry> observer) |
Handle the result of the asynchronous invoke all request sending the results, or any errors
to the StreamObserver .
|
static void |
ResponseHandlers.handleStreamOfEntries(RequestHolder<?,?> holder,
Stream<Map.Entry<Binary,Binary>> entries,
io.grpc.stub.StreamObserver<com.oracle.coherence.grpc.Entry> observer,
boolean fDeserialize) |
Handle the result of the asynchronous invoke all request sending the results, or any errors
to the StreamObserver .
|