Uses of Class
org.yamcs.protobuf.Statistics
-
Packages that use Statistics Package Description org.yamcs.protobuf -
-
Uses of Statistics in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type Statistics Modifier and Type Field Description static com.google.protobuf.Parser<Statistics>Statistics. PARSERDeprecated.Methods in org.yamcs.protobuf that return Statistics Modifier and Type Method Description StatisticsStatistics.Builder. build()StatisticsStatistics.Builder. buildPartial()static StatisticsStatistics. getDefaultInstance()StatisticsStatistics.Builder. getDefaultInstanceForType()StatisticsStatistics. getDefaultInstanceForType()static StatisticsStatistics. parseDelimitedFrom(InputStream input)static StatisticsStatistics. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StatisticsStatistics. parseFrom(byte[] data)static StatisticsStatistics. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StatisticsStatistics. parseFrom(com.google.protobuf.ByteString data)static StatisticsStatistics. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StatisticsStatistics. parseFrom(com.google.protobuf.CodedInputStream input)static StatisticsStatistics. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StatisticsStatistics. parseFrom(InputStream input)static StatisticsStatistics. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StatisticsStatistics. parseFrom(ByteBuffer data)static StatisticsStatistics. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.yamcs.protobuf that return types with arguments of type Statistics Modifier and Type Method Description com.google.protobuf.Parser<Statistics>Statistics. getParserForType()static com.google.protobuf.Parser<Statistics>Statistics. parser()Methods in org.yamcs.protobuf with parameters of type Statistics Modifier and Type Method Description Statistics.BuilderStatistics.Builder. mergeFrom(Statistics other)static Statistics.BuilderStatistics. newBuilder(Statistics prototype)Method parameters in org.yamcs.protobuf with type arguments of type Statistics Modifier and Type Method Description abstract voidAbstractProcessingApi. subscribeTMStatistics(T ctx, SubscribeTMStatisticsRequest request, Observer<Statistics> observer)Receive TM statistics updatesvoidProcessingApiClient. subscribeTMStatistics(Void ctx, SubscribeTMStatisticsRequest request, Observer<Statistics> observer)Receive TM statistics updates
-