Uses of Class
org.yamcs.protobuf.TransactionId
-
Packages that use TransactionId Package Description org.yamcs.protobuf -
-
Uses of TransactionId in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type TransactionId Modifier and Type Field Description static com.google.protobuf.Parser<TransactionId>TransactionId. PARSERDeprecated.Methods in org.yamcs.protobuf that return TransactionId Modifier and Type Method Description TransactionIdTransactionId.Builder. build()TransactionIdTransactionId.Builder. buildPartial()static TransactionIdTransactionId. getDefaultInstance()TransactionIdTransactionId.Builder. getDefaultInstanceForType()TransactionIdTransactionId. getDefaultInstanceForType()TransactionIdTransferInfo.Builder. getTransactionId()valid for CFDP: transaction id; for the incoming transfers it is assigned by the remote peer so therefore might not be uniqueTransactionIdTransferInfo. getTransactionId()valid for CFDP: transaction id; for the incoming transfers it is assigned by the remote peer so therefore might not be uniqueTransactionIdTransferInfoOrBuilder. getTransactionId()valid for CFDP: transaction id; for the incoming transfers it is assigned by the remote peer so therefore might not be uniquestatic TransactionIdTransactionId. parseDelimitedFrom(InputStream input)static TransactionIdTransactionId. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TransactionIdTransactionId. parseFrom(byte[] data)static TransactionIdTransactionId. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TransactionIdTransactionId. parseFrom(com.google.protobuf.ByteString data)static TransactionIdTransactionId. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TransactionIdTransactionId. parseFrom(com.google.protobuf.CodedInputStream input)static TransactionIdTransactionId. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TransactionIdTransactionId. parseFrom(InputStream input)static TransactionIdTransactionId. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TransactionIdTransactionId. parseFrom(ByteBuffer data)static TransactionIdTransactionId. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.yamcs.protobuf that return types with arguments of type TransactionId Modifier and Type Method Description com.google.protobuf.Parser<TransactionId>TransactionId. getParserForType()static com.google.protobuf.Parser<TransactionId>TransactionId. parser()Methods in org.yamcs.protobuf with parameters of type TransactionId Modifier and Type Method Description TransactionId.BuilderTransactionId.Builder. mergeFrom(TransactionId other)TransferInfo.BuilderTransferInfo.Builder. mergeTransactionId(TransactionId value)valid for CFDP: transaction id; for the incoming transfers it is assigned by the remote peer so therefore might not be uniquestatic TransactionId.BuilderTransactionId. newBuilder(TransactionId prototype)TransferInfo.BuilderTransferInfo.Builder. setTransactionId(TransactionId value)valid for CFDP: transaction id; for the incoming transfers it is assigned by the remote peer so therefore might not be unique
-