Package logproto
Class QuerierGrpc
- java.lang.Object
-
- logproto.QuerierGrpc
-
public class QuerierGrpc extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classQuerierGrpc.QuerierBlockingStubstatic classQuerierGrpc.QuerierFutureStubstatic classQuerierGrpc.QuerierImplBasestatic classQuerierGrpc.QuerierStub
-
Field Summary
Fields Modifier and Type Field Description static io.grpc.MethodDescriptor<Logproto.LabelRequest,Logproto.LabelResponse>METHOD_LABELstatic io.grpc.MethodDescriptor<Logproto.QueryRequest,Logproto.QueryResponse>METHOD_QUERYstatic io.grpc.MethodDescriptor<Logproto.SampleQueryRequest,Logproto.SampleQueryResponse>METHOD_QUERY_SAMPLEstatic io.grpc.MethodDescriptor<Logproto.SeriesRequest,Logproto.SeriesResponse>METHOD_SERIESstatic io.grpc.MethodDescriptor<Logproto.TailRequest,Logproto.TailResponse>METHOD_TAILstatic io.grpc.MethodDescriptor<Logproto.TailersCountRequest,Logproto.TailersCountResponse>METHOD_TAILERS_COUNTstatic java.lang.StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServiceDescriptorgetServiceDescriptor()static QuerierGrpc.QuerierBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic QuerierGrpc.QuerierFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the servicestatic QuerierGrpc.QuerierStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
METHOD_QUERY
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<Logproto.QueryRequest,Logproto.QueryResponse> METHOD_QUERY
-
METHOD_QUERY_SAMPLE
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<Logproto.SampleQueryRequest,Logproto.SampleQueryResponse> METHOD_QUERY_SAMPLE
-
METHOD_LABEL
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<Logproto.LabelRequest,Logproto.LabelResponse> METHOD_LABEL
-
METHOD_TAIL
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<Logproto.TailRequest,Logproto.TailResponse> METHOD_TAIL
-
METHOD_SERIES
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<Logproto.SeriesRequest,Logproto.SeriesResponse> METHOD_SERIES
-
METHOD_TAILERS_COUNT
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<Logproto.TailersCountRequest,Logproto.TailersCountResponse> METHOD_TAILERS_COUNT
-
-
Method Detail
-
newStub
public static QuerierGrpc.QuerierStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static QuerierGrpc.QuerierBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static QuerierGrpc.QuerierFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-