Class TransactionIdentifier
java.lang.Object
org.opendaylight.controller.cluster.access.concepts.TransactionIdentifier
- All Implemented Interfaces:
Serializable,org.opendaylight.yangtools.concepts.Identifier,org.opendaylight.yangtools.concepts.Immutable,org.opendaylight.yangtools.concepts.WritableIdentifier,org.opendaylight.yangtools.concepts.WritableObject
public final class TransactionIdentifier
extends Object
implements org.opendaylight.yangtools.concepts.WritableIdentifier
Globally-unique identifier of a transaction.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTransactionIdentifier(@NonNull LocalHistoryIdentifier historyId, long transactionId) -
Method Summary
Modifier and TypeMethodDescriptionboolean@NonNull LocalHistoryIdentifierlonginthashCode()static @NonNull TransactionIdentifiertoString()voidwriteTo(DataOutput out)
-
Constructor Details
-
TransactionIdentifier
-
-
Method Details
-
readFrom
- Throws:
IOException
-
writeTo
- Specified by:
writeToin interfaceorg.opendaylight.yangtools.concepts.WritableObject- Throws:
IOException
-
getHistoryId
-
getTransactionId
public long getTransactionId() -
hashCode
public int hashCode() -
equals
-
toShortString
-
toString
-