Package | Description |
---|---|
alluxio.grpc | |
alluxio.master.file |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<GetSyncPathListPRequest> |
GetSyncPathListPRequest.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
GetSyncPathListPRequest |
GetSyncPathListPRequest.Builder.build() |
GetSyncPathListPRequest |
GetSyncPathListPRequest.Builder.buildPartial() |
static GetSyncPathListPRequest |
GetSyncPathListPRequest.getDefaultInstance() |
GetSyncPathListPRequest |
GetSyncPathListPRequest.getDefaultInstanceForType() |
GetSyncPathListPRequest |
GetSyncPathListPRequest.Builder.getDefaultInstanceForType() |
static GetSyncPathListPRequest |
GetSyncPathListPRequest.parseDelimitedFrom(InputStream input) |
static GetSyncPathListPRequest |
GetSyncPathListPRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetSyncPathListPRequest |
GetSyncPathListPRequest.parseFrom(byte[] data) |
static GetSyncPathListPRequest |
GetSyncPathListPRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetSyncPathListPRequest |
GetSyncPathListPRequest.parseFrom(ByteBuffer data) |
static GetSyncPathListPRequest |
GetSyncPathListPRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetSyncPathListPRequest |
GetSyncPathListPRequest.parseFrom(com.google.protobuf.ByteString data) |
static GetSyncPathListPRequest |
GetSyncPathListPRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetSyncPathListPRequest |
GetSyncPathListPRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static GetSyncPathListPRequest |
GetSyncPathListPRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetSyncPathListPRequest |
GetSyncPathListPRequest.parseFrom(InputStream input) |
static GetSyncPathListPRequest |
GetSyncPathListPRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<GetSyncPathListPRequest,GetSyncPathListPResponse> |
FileSystemMasterClientServiceGrpc.getGetSyncPathListMethod() |
com.google.protobuf.Parser<GetSyncPathListPRequest> |
GetSyncPathListPRequest.getParserForType() |
static com.google.protobuf.Parser<GetSyncPathListPRequest> |
GetSyncPathListPRequest.parser() |
Modifier and Type | Method and Description |
---|---|
GetSyncPathListPResponse |
FileSystemMasterClientServiceGrpc.FileSystemMasterClientServiceBlockingStub.getSyncPathList(GetSyncPathListPRequest request)
Returns a list of paths that are being actively synced by Alluxio
|
com.google.common.util.concurrent.ListenableFuture<GetSyncPathListPResponse> |
FileSystemMasterClientServiceGrpc.FileSystemMasterClientServiceFutureStub.getSyncPathList(GetSyncPathListPRequest request)
Returns a list of paths that are being actively synced by Alluxio
|
void |
FileSystemMasterClientServiceGrpc.FileSystemMasterClientServiceImplBase.getSyncPathList(GetSyncPathListPRequest request,
io.grpc.stub.StreamObserver<GetSyncPathListPResponse> responseObserver)
Returns a list of paths that are being actively synced by Alluxio
|
void |
FileSystemMasterClientServiceGrpc.FileSystemMasterClientServiceStub.getSyncPathList(GetSyncPathListPRequest request,
io.grpc.stub.StreamObserver<GetSyncPathListPResponse> responseObserver)
Returns a list of paths that are being actively synced by Alluxio
|
GetSyncPathListPRequest.Builder |
GetSyncPathListPRequest.Builder.mergeFrom(GetSyncPathListPRequest other) |
static GetSyncPathListPRequest.Builder |
GetSyncPathListPRequest.newBuilder(GetSyncPathListPRequest prototype) |
Modifier and Type | Method and Description |
---|---|
void |
FileSystemMasterClientServiceHandler.getSyncPathList(GetSyncPathListPRequest request,
io.grpc.stub.StreamObserver<GetSyncPathListPResponse> responseObserver) |
Copyright © 2023. All Rights Reserved.