Class MonitordGrpc
java.lang.Object
de.serosystems.proto.v3.grx.monitord.MonitordGrpc
@Generated(value="by gRPC proto compiler (version 1.56.1)",
comments="Source: Monitord.proto")
public final class MonitordGrpc
extends Object
Monitor daemon service definition. Port 5305.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
Monitor daemon service definition.static final class
A stub to allow clients to do synchronous rpc calls to service Monitord.static final class
A stub to allow clients to do ListenableFuture-style rpc calls to service Monitord.static class
Base class for the server implementation of the service Monitord.static final class
A stub to allow clients to do asynchronous rpc calls to service Monitord. -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinition
bindService
(MonitordGrpc.AsyncService service) static io.grpc.MethodDescriptor<com.google.protobuf.Empty,
com.google.protobuf.Empty> static io.grpc.MethodDescriptor<com.google.protobuf.Empty,
MonitorDProto.GetCPUUsageHistoryReply> static io.grpc.MethodDescriptor<com.google.protobuf.Empty,
MonitorDProto.CPUUsage> static io.grpc.MethodDescriptor<com.google.protobuf.Empty,
MonitorDProto.GetFullSystemStatusReply> static io.grpc.MethodDescriptor<com.google.protobuf.Empty,
MonitorDProto.GNSSInformation> static io.grpc.MethodDescriptor<MonitorDProto.GetLogMessagesRequest,
MonitorDProto.GetLogMessagesReply> static io.grpc.MethodDescriptor<com.google.protobuf.Empty,
MonitorDProto.GetMemoryUsageHistoryReply> static io.grpc.MethodDescriptor<com.google.protobuf.Empty,
MonitorDProto.MemoryUsage> static io.grpc.MethodDescriptor<com.google.protobuf.Empty,
MonitorDProto.GetMountedFilesystemUsageReply> static io.grpc.MethodDescriptor<com.google.protobuf.Empty,
MonitorDProto.GetNetworkCountersReply> static io.grpc.MethodDescriptor<com.google.protobuf.Empty,
MonitorDProto.GetNetworkUsageHistoryReply> static io.grpc.MethodDescriptor<com.google.protobuf.Empty,
MonitorDProto.GetNetworkUsageReply> static io.grpc.MethodDescriptor<com.google.protobuf.Empty,
MonitorDProto.GetProcessListReply> static io.grpc.MethodDescriptor<com.google.protobuf.Empty,
MonitorDProto.GetSwapUsageHistoryReply> static io.grpc.MethodDescriptor<com.google.protobuf.Empty,
MonitorDProto.SwapUsage> static io.grpc.MethodDescriptor<com.google.protobuf.Empty,
MonitorDProto.GetSystemHealthHistoryReply> static io.grpc.MethodDescriptor<com.google.protobuf.Empty,
MonitorDProto.SystemHealth> static io.grpc.MethodDescriptor<com.google.protobuf.Empty,
MonitorDProto.SystemInformation> static io.grpc.MethodDescriptor<com.google.protobuf.Empty,
MonitorDProto.GetSystemLoadHistoryReply> static io.grpc.MethodDescriptor<com.google.protobuf.Empty,
MonitorDProto.SystemLoad> static io.grpc.MethodDescriptor<com.google.protobuf.Empty,
MonitorDProto.GetSystemPackagesReply> static io.grpc.MethodDescriptor<com.google.protobuf.Empty,
MonitorDProto.GetUnitListReply> static io.grpc.ServiceDescriptor
newBlockingStub
(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub
(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic MonitordGrpc.MonitordStub
newStub
(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getGetCPUUsageMethod
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,MonitorDProto.CPUUsage> getGetCPUUsageMethod() -
getGetCPUUsageHistoryMethod
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,MonitorDProto.GetCPUUsageHistoryReply> getGetCPUUsageHistoryMethod() -
getGetMemoryUsageMethod
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,MonitorDProto.MemoryUsage> getGetMemoryUsageMethod() -
getGetMemoryUsageHistoryMethod
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,MonitorDProto.GetMemoryUsageHistoryReply> getGetMemoryUsageHistoryMethod() -
getGetSwapUsageMethod
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,MonitorDProto.SwapUsage> getGetSwapUsageMethod() -
getGetSwapUsageHistoryMethod
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,MonitorDProto.GetSwapUsageHistoryReply> getGetSwapUsageHistoryMethod() -
getGetMountedFilesystemUsageMethod
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,MonitorDProto.GetMountedFilesystemUsageReply> getGetMountedFilesystemUsageMethod() -
getGetProcessListMethod
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,MonitorDProto.GetProcessListReply> getGetProcessListMethod() -
getGetSystemPackagesMethod
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,MonitorDProto.GetSystemPackagesReply> getGetSystemPackagesMethod() -
getGetLogMessagesMethod
public static io.grpc.MethodDescriptor<MonitorDProto.GetLogMessagesRequest,MonitorDProto.GetLogMessagesReply> getGetLogMessagesMethod() -
getGetUnitListMethod
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,MonitorDProto.GetUnitListReply> getGetUnitListMethod() -
getGetNetworkUsageMethod
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,MonitorDProto.GetNetworkUsageReply> getGetNetworkUsageMethod() -
getGetNetworkUsageHistoryMethod
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,MonitorDProto.GetNetworkUsageHistoryReply> getGetNetworkUsageHistoryMethod() -
getGetNetworkCountersMethod
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,MonitorDProto.GetNetworkCountersReply> getGetNetworkCountersMethod() -
getGetSystemHealthMethod
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,MonitorDProto.SystemHealth> getGetSystemHealthMethod() -
getGetSystemHealthHistoryMethod
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,MonitorDProto.GetSystemHealthHistoryReply> getGetSystemHealthHistoryMethod() -
getGetSystemLoadMethod
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,MonitorDProto.SystemLoad> getGetSystemLoadMethod() -
getGetSystemLoadHistoryMethod
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,MonitorDProto.GetSystemLoadHistoryReply> getGetSystemLoadHistoryMethod() -
getGetSystemInformationMethod
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,MonitorDProto.SystemInformation> getGetSystemInformationMethod() -
getClearResetReasonsMethod
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,com.google.protobuf.Empty> getClearResetReasonsMethod() -
getGetGNSSInformationMethod
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,MonitorDProto.GNSSInformation> getGetGNSSInformationMethod() -
getGetFullSystemStatusMethod
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,MonitorDProto.GetFullSystemStatusReply> getGetFullSystemStatusMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
Creates a new ListenableFuture-style stub that supports unary calls on the service -
bindService
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-