Package | Description |
---|---|
alluxio.grpc | |
alluxio.master.meta |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<ProxyHeartbeatPRequest> |
ProxyHeartbeatPRequest.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ProxyHeartbeatPRequest |
ProxyHeartbeatPRequest.Builder.build() |
ProxyHeartbeatPRequest |
ProxyHeartbeatPRequest.Builder.buildPartial() |
static ProxyHeartbeatPRequest |
ProxyHeartbeatPRequest.getDefaultInstance() |
ProxyHeartbeatPRequest |
ProxyHeartbeatPRequest.getDefaultInstanceForType() |
ProxyHeartbeatPRequest |
ProxyHeartbeatPRequest.Builder.getDefaultInstanceForType() |
static ProxyHeartbeatPRequest |
ProxyHeartbeatPRequest.parseDelimitedFrom(InputStream input) |
static ProxyHeartbeatPRequest |
ProxyHeartbeatPRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProxyHeartbeatPRequest |
ProxyHeartbeatPRequest.parseFrom(byte[] data) |
static ProxyHeartbeatPRequest |
ProxyHeartbeatPRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProxyHeartbeatPRequest |
ProxyHeartbeatPRequest.parseFrom(ByteBuffer data) |
static ProxyHeartbeatPRequest |
ProxyHeartbeatPRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProxyHeartbeatPRequest |
ProxyHeartbeatPRequest.parseFrom(com.google.protobuf.ByteString data) |
static ProxyHeartbeatPRequest |
ProxyHeartbeatPRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProxyHeartbeatPRequest |
ProxyHeartbeatPRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static ProxyHeartbeatPRequest |
ProxyHeartbeatPRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProxyHeartbeatPRequest |
ProxyHeartbeatPRequest.parseFrom(InputStream input) |
static ProxyHeartbeatPRequest |
ProxyHeartbeatPRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<ProxyHeartbeatPRequest> |
ProxyHeartbeatPRequest.getParserForType() |
static io.grpc.MethodDescriptor<ProxyHeartbeatPRequest,ProxyHeartbeatPResponse> |
MetaMasterProxyServiceGrpc.getProxyHeartbeatMethod() |
static com.google.protobuf.Parser<ProxyHeartbeatPRequest> |
ProxyHeartbeatPRequest.parser() |
Modifier and Type | Method and Description |
---|---|
ProxyHeartbeatPRequest.Builder |
ProxyHeartbeatPRequest.Builder.mergeFrom(ProxyHeartbeatPRequest other) |
static ProxyHeartbeatPRequest.Builder |
ProxyHeartbeatPRequest.newBuilder(ProxyHeartbeatPRequest prototype) |
ProxyHeartbeatPResponse |
MetaMasterProxyServiceGrpc.MetaMasterProxyServiceBlockingStub.proxyHeartbeat(ProxyHeartbeatPRequest request)
Stateless heartbeat from proxy instances to report the current status.
|
com.google.common.util.concurrent.ListenableFuture<ProxyHeartbeatPResponse> |
MetaMasterProxyServiceGrpc.MetaMasterProxyServiceFutureStub.proxyHeartbeat(ProxyHeartbeatPRequest request)
Stateless heartbeat from proxy instances to report the current status.
|
default void |
MetaMasterProxyServiceGrpc.AsyncService.proxyHeartbeat(ProxyHeartbeatPRequest request,
io.grpc.stub.StreamObserver<ProxyHeartbeatPResponse> responseObserver)
Stateless heartbeat from proxy instances to report the current status.
|
void |
MetaMasterProxyServiceGrpc.MetaMasterProxyServiceStub.proxyHeartbeat(ProxyHeartbeatPRequest request,
io.grpc.stub.StreamObserver<ProxyHeartbeatPResponse> responseObserver)
Stateless heartbeat from proxy instances to report the current status.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultMetaMaster.proxyHeartbeat(ProxyHeartbeatPRequest request) |
void |
MetaMaster.proxyHeartbeat(ProxyHeartbeatPRequest request)
A Proxy periodically heartbeats with the primary master.
|
void |
MetaMasterProxyServiceHandler.proxyHeartbeat(ProxyHeartbeatPRequest request,
io.grpc.stub.StreamObserver<ProxyHeartbeatPResponse> responseObserver) |
Copyright © 2023. All Rights Reserved.