Class MetadataServiceGrpc (1.39.0)

public final class MetadataServiceGrpc

Metadata service manages metadata resources such as tables, filesets and partitions.

Inheritance

java.lang.Object > MetadataServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(MetadataServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(MetadataServiceGrpc.AsyncService service)
Parameter
NameDescription
serviceMetadataServiceGrpc.AsyncService
Returns
TypeDescription
io.grpc.ServerServiceDefinition

getCreateEntityMethod()

public static MethodDescriptor<CreateEntityRequest,Entity> getCreateEntityMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateEntityRequest,Entity>

getCreatePartitionMethod()

public static MethodDescriptor<CreatePartitionRequest,Partition> getCreatePartitionMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreatePartitionRequest,Partition>

getDeleteEntityMethod()

public static MethodDescriptor<DeleteEntityRequest,Empty> getDeleteEntityMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteEntityRequest,Empty>

getDeletePartitionMethod()

public static MethodDescriptor<DeletePartitionRequest,Empty> getDeletePartitionMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeletePartitionRequest,Empty>

getGetEntityMethod()

public static MethodDescriptor<GetEntityRequest,Entity> getGetEntityMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetEntityRequest,Entity>

getGetPartitionMethod()

public static MethodDescriptor<GetPartitionRequest,Partition> getGetPartitionMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetPartitionRequest,Partition>

getListEntitiesMethod()

public static MethodDescriptor<ListEntitiesRequest,ListEntitiesResponse> getListEntitiesMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListEntitiesRequest,ListEntitiesResponse>

getListPartitionsMethod()

public static MethodDescriptor<ListPartitionsRequest,ListPartitionsResponse> getListPartitionsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListPartitionsRequest,ListPartitionsResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

getUpdateEntityMethod()

public static MethodDescriptor<UpdateEntityRequest,Entity> getUpdateEntityMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateEntityRequest,Entity>

newBlockingStub(Channel channel)

public static MetadataServiceGrpc.MetadataServiceBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
MetadataServiceGrpc.MetadataServiceBlockingStub

newFutureStub(Channel channel)

public static MetadataServiceGrpc.MetadataServiceFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
MetadataServiceGrpc.MetadataServiceFutureStub

newStub(Channel channel)

public static MetadataServiceGrpc.MetadataServiceStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
MetadataServiceGrpc.MetadataServiceStub