Uses of Class
org.opendaylight.controller.cluster.datastore.utils.ImmutableUnsignedLongSet
-
Packages that use ImmutableUnsignedLongSet Package Description org.opendaylight.controller.cluster.datastore.persisted Persisted backend structures.org.opendaylight.controller.cluster.datastore.utils -
-
Uses of ImmutableUnsignedLongSet in org.opendaylight.controller.cluster.datastore.persisted
Methods in org.opendaylight.controller.cluster.datastore.persisted that return ImmutableUnsignedLongSet Modifier and Type Method Description ImmutableUnsignedLongSetFrontendClientMetadata. getPurgedHistories()ImmutableUnsignedLongSetFrontendHistoryMetadata. getPurgedTransactions()@NonNull ImmutableUnsignedLongSetSkipTransactionsPayload. getTransactionIds()Methods in org.opendaylight.controller.cluster.datastore.persisted with parameters of type ImmutableUnsignedLongSet Modifier and Type Method Description static @NonNull SkipTransactionsPayloadSkipTransactionsPayload. create(org.opendaylight.controller.cluster.access.concepts.LocalHistoryIdentifier historyId, ImmutableUnsignedLongSet transactionIds, int initialSerializedBufferCapacity)Constructors in org.opendaylight.controller.cluster.datastore.persisted with parameters of type ImmutableUnsignedLongSet Constructor Description FrontendClientMetadata(org.opendaylight.controller.cluster.access.concepts.ClientIdentifier identifier, ImmutableUnsignedLongSet purgedHistories, Collection<FrontendHistoryMetadata> currentHistories)FrontendHistoryMetadata(long historyId, long cookie, boolean closed, UnsignedLongBitmap closedTransactions, ImmutableUnsignedLongSet purgedTransactions) -
Uses of ImmutableUnsignedLongSet in org.opendaylight.controller.cluster.datastore.utils
Methods in org.opendaylight.controller.cluster.datastore.utils that return ImmutableUnsignedLongSet Modifier and Type Method Description ImmutableUnsignedLongSetImmutableUnsignedLongSet. immutableCopy()ImmutableUnsignedLongSetMutableUnsignedLongSet. immutableCopy()static @NonNull ImmutableUnsignedLongSetImmutableUnsignedLongSet. of()static @NonNull ImmutableUnsignedLongSetImmutableUnsignedLongSet. readFrom(DataInput in)static @NonNull ImmutableUnsignedLongSetImmutableUnsignedLongSet. readFrom(DataInput in, int size)
-