Package logproto
Class QuerierGrpc.QuerierFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<QuerierGrpc.QuerierFutureStub>
-
- logproto.QuerierGrpc.QuerierFutureStub
-
- Enclosing class:
- QuerierGrpc
public static final class QuerierGrpc.QuerierFutureStub extends io.grpc.stub.AbstractStub<QuerierGrpc.QuerierFutureStub>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected QuerierGrpc.QuerierFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<Logproto.LabelResponse>label(Logproto.LabelRequest request)com.google.common.util.concurrent.ListenableFuture<Logproto.SeriesResponse>series(Logproto.SeriesRequest request)com.google.common.util.concurrent.ListenableFuture<Logproto.TailersCountResponse>tailersCount(Logproto.TailersCountRequest request)-
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, newStub, newStub, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
-
-
-
-
Method Detail
-
build
protected QuerierGrpc.QuerierFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<QuerierGrpc.QuerierFutureStub>
-
label
public com.google.common.util.concurrent.ListenableFuture<Logproto.LabelResponse> label(Logproto.LabelRequest request)
-
series
public com.google.common.util.concurrent.ListenableFuture<Logproto.SeriesResponse> series(Logproto.SeriesRequest request)
-
tailersCount
public com.google.common.util.concurrent.ListenableFuture<Logproto.TailersCountResponse> tailersCount(Logproto.TailersCountRequest request)
-
-