Uses of Class
org.opendaylight.controller.cluster.raft.spi.UnsignedLongBitmap
Packages that use UnsignedLongBitmap
Package
Description
Persisted backend structures.
Various provider-level APIs for plugging into
RaftActor
.-
Uses of UnsignedLongBitmap in org.opendaylight.controller.cluster.datastore.persisted
Methods in org.opendaylight.controller.cluster.datastore.persisted that return UnsignedLongBitmapConstructors in org.opendaylight.controller.cluster.datastore.persisted with parameters of type UnsignedLongBitmapModifierConstructorDescriptionFrontendHistoryMetadata
(long historyId, long cookie, boolean closed, UnsignedLongBitmap closedTransactions, ImmutableUnsignedLongSet purgedTransactions) -
Uses of UnsignedLongBitmap in org.opendaylight.controller.cluster.raft.spi
Methods in org.opendaylight.controller.cluster.raft.spi that return UnsignedLongBitmapModifier and TypeMethodDescriptionstatic @NonNull UnsignedLongBitmap
UnsignedLongBitmap.copyOf
(Map<UnsignedLong, Boolean> map) static @NonNull UnsignedLongBitmap
UnsignedLongBitmap.of()
static @NonNull UnsignedLongBitmap
UnsignedLongBitmap.of
(long keyBits, boolean value) static @NonNull UnsignedLongBitmap