Package | Description |
---|---|
alluxio.hub.manager.process | |
alluxio.hub.manager.rpc.service | |
alluxio.hub.proto |
Modifier and Type | Method and Description |
---|---|
void |
ManagerProcessContext.agentHearbeat(AgentHeartbeatRequest req)
Register agent with hosted Hub.
|
Modifier and Type | Method and Description |
---|---|
void |
ManagerAgentService.agentHeartbeat(AgentHeartbeatRequest request,
io.grpc.stub.StreamObserver<AgentHeartbeatResponse> responseObserver) |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<AgentHeartbeatRequest> |
AgentHeartbeatRequest.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AgentHeartbeatRequest |
AgentHeartbeatRequest.Builder.build() |
AgentHeartbeatRequest |
AgentHeartbeatRequest.Builder.buildPartial() |
static AgentHeartbeatRequest |
AgentHeartbeatRequest.getDefaultInstance() |
AgentHeartbeatRequest |
AgentHeartbeatRequest.getDefaultInstanceForType() |
AgentHeartbeatRequest |
AgentHeartbeatRequest.Builder.getDefaultInstanceForType() |
static AgentHeartbeatRequest |
AgentHeartbeatRequest.parseDelimitedFrom(InputStream input) |
static AgentHeartbeatRequest |
AgentHeartbeatRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AgentHeartbeatRequest |
AgentHeartbeatRequest.parseFrom(byte[] data) |
static AgentHeartbeatRequest |
AgentHeartbeatRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AgentHeartbeatRequest |
AgentHeartbeatRequest.parseFrom(ByteBuffer data) |
static AgentHeartbeatRequest |
AgentHeartbeatRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AgentHeartbeatRequest |
AgentHeartbeatRequest.parseFrom(com.google.protobuf.ByteString data) |
static AgentHeartbeatRequest |
AgentHeartbeatRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AgentHeartbeatRequest |
AgentHeartbeatRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static AgentHeartbeatRequest |
AgentHeartbeatRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AgentHeartbeatRequest |
AgentHeartbeatRequest.parseFrom(InputStream input) |
static AgentHeartbeatRequest |
AgentHeartbeatRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<AgentHeartbeatRequest,AgentHeartbeatResponse> |
ManagerAgentServiceGrpc.getAgentHeartbeatMethod() |
com.google.protobuf.Parser<AgentHeartbeatRequest> |
AgentHeartbeatRequest.getParserForType() |
static com.google.protobuf.Parser<AgentHeartbeatRequest> |
AgentHeartbeatRequest.parser() |
Modifier and Type | Method and Description |
---|---|
AgentHeartbeatResponse |
ManagerAgentServiceGrpc.ManagerAgentServiceBlockingStub.agentHeartbeat(AgentHeartbeatRequest request)
A running agent will send a heartbeat message to the manager on an interval timer
|
com.google.common.util.concurrent.ListenableFuture<AgentHeartbeatResponse> |
ManagerAgentServiceGrpc.ManagerAgentServiceFutureStub.agentHeartbeat(AgentHeartbeatRequest request)
A running agent will send a heartbeat message to the manager on an interval timer
|
void |
ManagerAgentServiceGrpc.ManagerAgentServiceImplBase.agentHeartbeat(AgentHeartbeatRequest request,
io.grpc.stub.StreamObserver<AgentHeartbeatResponse> responseObserver)
A running agent will send a heartbeat message to the manager on an interval timer
|
void |
ManagerAgentServiceGrpc.ManagerAgentServiceStub.agentHeartbeat(AgentHeartbeatRequest request,
io.grpc.stub.StreamObserver<AgentHeartbeatResponse> responseObserver)
A running agent will send a heartbeat message to the manager on an interval timer
|
AgentHeartbeatRequest.Builder |
AgentHeartbeatRequest.Builder.mergeFrom(AgentHeartbeatRequest other) |
static AgentHeartbeatRequest.Builder |
AgentHeartbeatRequest.newBuilder(AgentHeartbeatRequest prototype) |
Copyright © 2023. All Rights Reserved.