| Package | Description |
|---|---|
| com.srotya.minuteman.rocksdb.rpc |
| Modifier and Type | Field and Description |
|---|---|
static io.grpc.MethodDescriptor<DeleteRequest,GenericResponse> |
RocksServiceGrpc.METHOD_DELETE |
static io.grpc.MethodDescriptor<PutRequest,GenericResponse> |
RocksServiceGrpc.METHOD_PUT |
| Modifier and Type | Method and Description |
|---|---|
GenericResponse |
GenericResponse.Builder.build() |
GenericResponse |
GenericResponse.Builder.buildPartial() |
GenericResponse |
RocksServiceGrpc.RocksServiceBlockingStub.delete(DeleteRequest request) |
static GenericResponse |
GenericResponse.getDefaultInstance() |
GenericResponse |
GenericResponse.getDefaultInstanceForType() |
GenericResponse |
GenericResponse.Builder.getDefaultInstanceForType() |
static GenericResponse |
GenericResponse.parseDelimitedFrom(InputStream input) |
static GenericResponse |
GenericResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GenericResponse |
GenericResponse.parseFrom(byte[] data) |
static GenericResponse |
GenericResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GenericResponse |
GenericResponse.parseFrom(com.google.protobuf.ByteString data) |
static GenericResponse |
GenericResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GenericResponse |
GenericResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static GenericResponse |
GenericResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GenericResponse |
GenericResponse.parseFrom(InputStream input) |
static GenericResponse |
GenericResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GenericResponse |
RocksServiceGrpc.RocksServiceBlockingStub.put(PutRequest request) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<GenericResponse> |
RocksServiceGrpc.RocksServiceFutureStub.delete(DeleteRequest request) |
com.google.protobuf.Parser<GenericResponse> |
GenericResponse.getParserForType() |
static com.google.protobuf.Parser<GenericResponse> |
GenericResponse.parser() |
com.google.common.util.concurrent.ListenableFuture<GenericResponse> |
RocksServiceGrpc.RocksServiceFutureStub.put(PutRequest request) |
| Modifier and Type | Method and Description |
|---|---|
GenericResponse.Builder |
GenericResponse.Builder.mergeFrom(GenericResponse other) |
static GenericResponse.Builder |
GenericResponse.newBuilder(GenericResponse prototype) |
| Modifier and Type | Method and Description |
|---|---|
void |
RocksServiceGrpc.RocksServiceImplBase.delete(DeleteRequest request,
io.grpc.stub.StreamObserver<GenericResponse> responseObserver) |
void |
RocksServiceGrpc.RocksServiceStub.delete(DeleteRequest request,
io.grpc.stub.StreamObserver<GenericResponse> responseObserver) |
void |
RocksServiceImpl.delete(DeleteRequest request,
io.grpc.stub.StreamObserver<GenericResponse> responseObserver) |
void |
RocksServiceGrpc.RocksServiceImplBase.put(PutRequest request,
io.grpc.stub.StreamObserver<GenericResponse> responseObserver) |
void |
RocksServiceGrpc.RocksServiceStub.put(PutRequest request,
io.grpc.stub.StreamObserver<GenericResponse> responseObserver) |
void |
RocksServiceImpl.put(PutRequest request,
io.grpc.stub.StreamObserver<GenericResponse> responseObserver) |
Copyright © 2018. All rights reserved.