Class MonitordGrpc.MonitordImplBase
java.lang.Object
de.serosystems.proto.v3.grx.monitord.MonitordGrpc.MonitordImplBase
- All Implemented Interfaces:
MonitordGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- MonitordGrpc
public abstract static class MonitordGrpc.MonitordImplBase
extends Object
implements io.grpc.BindableService, MonitordGrpc.AsyncService
Base class for the server implementation of the service Monitord.
Monitor daemon service definition. Port 5305.
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.serosystems.proto.v3.grx.monitord.MonitordGrpc.AsyncService
clearResetReasons, getCPUUsage, getCPUUsageHistory, getFullSystemStatus, getGNSSInformation, getLogMessages, getMemoryUsage, getMemoryUsageHistory, getMountedFilesystemUsage, getNetworkCounters, getNetworkUsage, getNetworkUsageHistory, getProcessList, getSwapUsage, getSwapUsageHistory, getSystemHealth, getSystemHealthHistory, getSystemInformation, getSystemLoad, getSystemLoadHistory, getSystemPackages, getUnitList
-
Constructor Details
-
MonitordImplBase
public MonitordImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-