Uses of Class
org.yamcs.protobuf.AlgorithmTrace
-
Packages that use AlgorithmTrace Package Description org.yamcs.protobuf -
-
Uses of AlgorithmTrace in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type AlgorithmTrace Modifier and Type Field Description static com.google.protobuf.Parser<AlgorithmTrace>AlgorithmTrace. PARSERDeprecated.Methods in org.yamcs.protobuf that return AlgorithmTrace Modifier and Type Method Description AlgorithmTraceAlgorithmTrace.Builder. build()AlgorithmTraceAlgorithmTrace.Builder. buildPartial()static AlgorithmTraceAlgorithmTrace. getDefaultInstance()AlgorithmTraceAlgorithmTrace.Builder. getDefaultInstanceForType()AlgorithmTraceAlgorithmTrace. getDefaultInstanceForType()static AlgorithmTraceAlgorithmTrace. parseDelimitedFrom(InputStream input)static AlgorithmTraceAlgorithmTrace. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AlgorithmTraceAlgorithmTrace. parseFrom(byte[] data)static AlgorithmTraceAlgorithmTrace. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AlgorithmTraceAlgorithmTrace. parseFrom(com.google.protobuf.ByteString data)static AlgorithmTraceAlgorithmTrace. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AlgorithmTraceAlgorithmTrace. parseFrom(com.google.protobuf.CodedInputStream input)static AlgorithmTraceAlgorithmTrace. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AlgorithmTraceAlgorithmTrace. parseFrom(InputStream input)static AlgorithmTraceAlgorithmTrace. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AlgorithmTraceAlgorithmTrace. parseFrom(ByteBuffer data)static AlgorithmTraceAlgorithmTrace. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.yamcs.protobuf that return types with arguments of type AlgorithmTrace Modifier and Type Method Description com.google.protobuf.Parser<AlgorithmTrace>AlgorithmTrace. getParserForType()static com.google.protobuf.Parser<AlgorithmTrace>AlgorithmTrace. parser()Methods in org.yamcs.protobuf with parameters of type AlgorithmTrace Modifier and Type Method Description AlgorithmTrace.BuilderAlgorithmTrace.Builder. mergeFrom(AlgorithmTrace other)static AlgorithmTrace.BuilderAlgorithmTrace. newBuilder(AlgorithmTrace prototype)Method parameters in org.yamcs.protobuf with type arguments of type AlgorithmTrace Modifier and Type Method Description abstract voidAbstractProcessingApi. getAlgorithmTrace(T ctx, GetAlgorithmTraceRequest request, Observer<AlgorithmTrace> observer)Get the algorithm tracevoidProcessingApiClient. getAlgorithmTrace(Void ctx, GetAlgorithmTraceRequest request, Observer<AlgorithmTrace> observer)Get the algorithm trace
-