All Methods Static Methods Concrete Methods
| Modifier and Type |
Method |
Description |
static io.grpc.ServerServiceDefinition |
bindService(DashboardGrpc.AsyncService service) |
|
static io.grpc.MethodDescriptor<DashboardOverviewRequest,DashboardOverviewResponse> |
getDashboardOverviewMethod() |
|
static io.grpc.MethodDescriptor<DeviceInteractionsByTimeLineRequest,DeviceInteractionsByTimeLineResponse> |
getDeviceInteractionsByTimeLineMethod() |
|
static io.grpc.MethodDescriptor<ExportMetricsRequest,ExportMetricsResponse> |
getExportMetricsMethod() |
|
static io.grpc.MethodDescriptor<FeaturedGroupsRequest,FeaturedGroupsResponse> |
getFeaturedGroupsMethod() |
|
static io.grpc.MethodDescriptor<ListCountriesRequest,ListCountriesResponse> |
getListCountriesMethod() |
|
static io.grpc.MethodDescriptor<ListMetricsRequest,ListMetricsResponse> |
getListMetricsMethod() |
|
static io.grpc.MethodDescriptor<PollsStatsByTimeLineRequest,PollsStatsByTimeLineResponse> |
getPollsStatsByTimeLineMethod() |
|
static io.grpc.MethodDescriptor<PollsTotalRequest,TotalPollsResponse> |
getPollsTotalMethod() |
|
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
|
static io.grpc.MethodDescriptor<UsersByTimeLineRequest,UsersByTimeLineResponse> |
getUsersByTimeLineMethod() |
|
static io.grpc.MethodDescriptor<WpMetricsByTimeLineRequest,WpMetricsByTimeLineResponse> |
getWpMetricsByTimeLineMethod() |
|
static DashboardGrpc.DashboardBlockingStub |
newBlockingStub(io.grpc.Channel channel) |
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static DashboardGrpc.DashboardFutureStub |
newFutureStub(io.grpc.Channel channel) |
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static DashboardGrpc.DashboardStub |
newStub(io.grpc.Channel channel) |
Creates a new async stub that supports all call types for the service
|