Package | Description |
---|---|
alluxio.grpc | |
alluxio.master.file |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<StopSyncPResponse> |
StopSyncPResponse.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
StopSyncPResponse |
StopSyncPResponse.Builder.build() |
StopSyncPResponse |
StopSyncPResponse.Builder.buildPartial() |
static StopSyncPResponse |
StopSyncPResponse.getDefaultInstance() |
StopSyncPResponse |
StopSyncPResponse.getDefaultInstanceForType() |
StopSyncPResponse |
StopSyncPResponse.Builder.getDefaultInstanceForType() |
static StopSyncPResponse |
StopSyncPResponse.parseDelimitedFrom(InputStream input) |
static StopSyncPResponse |
StopSyncPResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StopSyncPResponse |
StopSyncPResponse.parseFrom(byte[] data) |
static StopSyncPResponse |
StopSyncPResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StopSyncPResponse |
StopSyncPResponse.parseFrom(ByteBuffer data) |
static StopSyncPResponse |
StopSyncPResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StopSyncPResponse |
StopSyncPResponse.parseFrom(com.google.protobuf.ByteString data) |
static StopSyncPResponse |
StopSyncPResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StopSyncPResponse |
StopSyncPResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static StopSyncPResponse |
StopSyncPResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StopSyncPResponse |
StopSyncPResponse.parseFrom(InputStream input) |
static StopSyncPResponse |
StopSyncPResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
StopSyncPResponse |
FileSystemMasterClientServiceGrpc.FileSystemMasterClientServiceBlockingStub.stopSync(StopSyncPRequest request)
Start the active syncing of the directory or file
|
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<StopSyncPResponse> |
StopSyncPResponse.getParserForType() |
static io.grpc.MethodDescriptor<StopSyncPRequest,StopSyncPResponse> |
FileSystemMasterClientServiceGrpc.getStopSyncMethod() |
static com.google.protobuf.Parser<StopSyncPResponse> |
StopSyncPResponse.parser() |
com.google.common.util.concurrent.ListenableFuture<StopSyncPResponse> |
FileSystemMasterClientServiceGrpc.FileSystemMasterClientServiceFutureStub.stopSync(StopSyncPRequest request)
Start the active syncing of the directory or file
|
Modifier and Type | Method and Description |
---|---|
StopSyncPResponse.Builder |
StopSyncPResponse.Builder.mergeFrom(StopSyncPResponse other) |
static StopSyncPResponse.Builder |
StopSyncPResponse.newBuilder(StopSyncPResponse prototype) |
Modifier and Type | Method and Description |
---|---|
void |
FileSystemMasterClientServiceGrpc.FileSystemMasterClientServiceImplBase.stopSync(StopSyncPRequest request,
io.grpc.stub.StreamObserver<StopSyncPResponse> responseObserver)
Start the active syncing of the directory or file
|
void |
FileSystemMasterClientServiceGrpc.FileSystemMasterClientServiceStub.stopSync(StopSyncPRequest request,
io.grpc.stub.StreamObserver<StopSyncPResponse> responseObserver)
Start the active syncing of the directory or file
|
Modifier and Type | Method and Description |
---|---|
void |
FileSystemMasterClientServiceHandler.stopSync(StopSyncPRequest request,
io.grpc.stub.StreamObserver<StopSyncPResponse> responseObserver) |
Copyright © 2023. All Rights Reserved.