public final class MetadataServiceGrpc
Metadata service manages metadata resources such as tables, filesets and
partitions.
Static Fields
public static final String SERVICE_NAME
Field Value |
---|
Type | Description |
String | |
Static Methods
public static final ServerServiceDefinition bindService(MetadataServiceGrpc.AsyncService service)
Returns |
---|
Type | Description |
io.grpc.ServerServiceDefinition | |
public static MethodDescriptor<CreateEntityRequest,Entity> getCreateEntityMethod()
public static MethodDescriptor<CreatePartitionRequest,Partition> getCreatePartitionMethod()
public static MethodDescriptor<DeleteEntityRequest,Empty> getDeleteEntityMethod()
public static MethodDescriptor<DeletePartitionRequest,Empty> getDeletePartitionMethod()
public static MethodDescriptor<GetEntityRequest,Entity> getGetEntityMethod()
public static MethodDescriptor<GetPartitionRequest,Partition> getGetPartitionMethod()
public static MethodDescriptor<ListEntitiesRequest,ListEntitiesResponse> getListEntitiesMethod()
public static MethodDescriptor<ListPartitionsRequest,ListPartitionsResponse> getListPartitionsMethod()
public static ServiceDescriptor getServiceDescriptor()
Returns |
---|
Type | Description |
io.grpc.ServiceDescriptor | |
public static MethodDescriptor<UpdateEntityRequest,Entity> getUpdateEntityMethod()
public static MetadataServiceGrpc.MetadataServiceBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
Parameter |
---|
Name | Description |
channel | io.grpc.Channel
|
public static MetadataServiceGrpc.MetadataServiceFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
Parameter |
---|
Name | Description |
channel | io.grpc.Channel
|
public static MetadataServiceGrpc.MetadataServiceStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
Parameter |
---|
Name | Description |
channel | io.grpc.Channel
|