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