Uses of Class
org.yamcs.protobuf.Table.StreamData
-
Packages that use Table.StreamData Package Description org.yamcs.protobuf -
-
Uses of Table.StreamData in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type Table.StreamData Modifier and Type Field Description static com.google.protobuf.Parser<Table.StreamData>Table.StreamData. PARSERDeprecated.Methods in org.yamcs.protobuf that return Table.StreamData Modifier and Type Method Description Table.StreamDataTable.StreamData.Builder. build()Table.StreamDataTable.StreamData.Builder. buildPartial()static Table.StreamDataTable.StreamData. getDefaultInstance()Table.StreamDataTable.StreamData.Builder. getDefaultInstanceForType()Table.StreamDataTable.StreamData. getDefaultInstanceForType()static Table.StreamDataTable.StreamData. parseDelimitedFrom(InputStream input)static Table.StreamDataTable.StreamData. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Table.StreamDataTable.StreamData. parseFrom(byte[] data)static Table.StreamDataTable.StreamData. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Table.StreamDataTable.StreamData. parseFrom(com.google.protobuf.ByteString data)static Table.StreamDataTable.StreamData. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Table.StreamDataTable.StreamData. parseFrom(com.google.protobuf.CodedInputStream input)static Table.StreamDataTable.StreamData. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Table.StreamDataTable.StreamData. parseFrom(InputStream input)static Table.StreamDataTable.StreamData. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Table.StreamDataTable.StreamData. parseFrom(ByteBuffer data)static Table.StreamDataTable.StreamData. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.yamcs.protobuf that return types with arguments of type Table.StreamData Modifier and Type Method Description com.google.protobuf.Parser<Table.StreamData>Table.StreamData. getParserForType()static com.google.protobuf.Parser<Table.StreamData>Table.StreamData. parser()Methods in org.yamcs.protobuf with parameters of type Table.StreamData Modifier and Type Method Description Table.StreamData.BuilderTable.StreamData.Builder. mergeFrom(Table.StreamData other)static Table.StreamData.BuilderTable.StreamData. newBuilder(Table.StreamData prototype)Method parameters in org.yamcs.protobuf with type arguments of type Table.StreamData Modifier and Type Method Description abstract voidAbstractTableApi. subscribeStream(T ctx, Table.SubscribeStreamRequest request, Observer<Table.StreamData> observer)Receive stream updatesvoidTableApiClient. subscribeStream(Void ctx, Table.SubscribeStreamRequest request, Observer<Table.StreamData> observer)Receive stream updates
-