Package | Description |
---|---|
alluxio.grpc | |
alluxio.master.journal |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<GetNodeStatePRequest> |
GetNodeStatePRequest.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
GetNodeStatePRequest |
GetNodeStatePRequest.Builder.build() |
GetNodeStatePRequest |
GetNodeStatePRequest.Builder.buildPartial() |
static GetNodeStatePRequest |
GetNodeStatePRequest.getDefaultInstance() |
GetNodeStatePRequest |
GetNodeStatePRequest.getDefaultInstanceForType() |
GetNodeStatePRequest |
GetNodeStatePRequest.Builder.getDefaultInstanceForType() |
static GetNodeStatePRequest |
GetNodeStatePRequest.parseDelimitedFrom(InputStream input) |
static GetNodeStatePRequest |
GetNodeStatePRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetNodeStatePRequest |
GetNodeStatePRequest.parseFrom(byte[] data) |
static GetNodeStatePRequest |
GetNodeStatePRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetNodeStatePRequest |
GetNodeStatePRequest.parseFrom(ByteBuffer data) |
static GetNodeStatePRequest |
GetNodeStatePRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetNodeStatePRequest |
GetNodeStatePRequest.parseFrom(com.google.protobuf.ByteString data) |
static GetNodeStatePRequest |
GetNodeStatePRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetNodeStatePRequest |
GetNodeStatePRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static GetNodeStatePRequest |
GetNodeStatePRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetNodeStatePRequest |
GetNodeStatePRequest.parseFrom(InputStream input) |
static GetNodeStatePRequest |
GetNodeStatePRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<GetNodeStatePRequest,GetNodeStatePResponse> |
JournalMasterClientServiceGrpc.getGetNodeStateMethod() |
com.google.protobuf.Parser<GetNodeStatePRequest> |
GetNodeStatePRequest.getParserForType() |
static com.google.protobuf.Parser<GetNodeStatePRequest> |
GetNodeStatePRequest.parser() |
Modifier and Type | Method and Description |
---|---|
GetNodeStatePResponse |
JournalMasterClientServiceGrpc.JournalMasterClientServiceBlockingStub.getNodeState(GetNodeStatePRequest request)
Gets the state of the current node and returns whether it is primary or standby.
|
com.google.common.util.concurrent.ListenableFuture<GetNodeStatePResponse> |
JournalMasterClientServiceGrpc.JournalMasterClientServiceFutureStub.getNodeState(GetNodeStatePRequest request)
Gets the state of the current node and returns whether it is primary or standby.
|
void |
JournalMasterClientServiceGrpc.JournalMasterClientServiceImplBase.getNodeState(GetNodeStatePRequest request,
io.grpc.stub.StreamObserver<GetNodeStatePResponse> responseObserver)
Gets the state of the current node and returns whether it is primary or standby.
|
void |
JournalMasterClientServiceGrpc.JournalMasterClientServiceStub.getNodeState(GetNodeStatePRequest request,
io.grpc.stub.StreamObserver<GetNodeStatePResponse> responseObserver)
Gets the state of the current node and returns whether it is primary or standby.
|
GetNodeStatePRequest.Builder |
GetNodeStatePRequest.Builder.mergeFrom(GetNodeStatePRequest other) |
static GetNodeStatePRequest.Builder |
GetNodeStatePRequest.newBuilder(GetNodeStatePRequest prototype) |
Modifier and Type | Method and Description |
---|---|
void |
JournalMasterClientServiceHandler.getNodeState(GetNodeStatePRequest request,
io.grpc.stub.StreamObserver<GetNodeStatePResponse> responseObserver) |
Copyright © 2023. All Rights Reserved.