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