Uses of Class
org.opendaylight.controller.cluster.datastore.utils.UnsignedLongBitmap
-
Packages that use UnsignedLongBitmap Package Description org.opendaylight.controller.cluster.datastore.persisted Persisted backend structures.org.opendaylight.controller.cluster.datastore.utils -
-
Uses of UnsignedLongBitmap in org.opendaylight.controller.cluster.datastore.persisted
Methods in org.opendaylight.controller.cluster.datastore.persisted that return UnsignedLongBitmap Modifier and Type Method Description UnsignedLongBitmapFrontendHistoryMetadata. getClosedTransactions()Constructors in org.opendaylight.controller.cluster.datastore.persisted with parameters of type UnsignedLongBitmap Constructor Description FrontendHistoryMetadata(long historyId, long cookie, boolean closed, UnsignedLongBitmap closedTransactions, ImmutableUnsignedLongSet purgedTransactions) -
Uses of UnsignedLongBitmap in org.opendaylight.controller.cluster.datastore.utils
Methods in org.opendaylight.controller.cluster.datastore.utils that return UnsignedLongBitmap Modifier and Type Method Description static @NonNull UnsignedLongBitmapUnsignedLongBitmap. copyOf(Map<com.google.common.primitives.UnsignedLong,Boolean> map)static @NonNull UnsignedLongBitmapUnsignedLongBitmap. of()static @NonNull UnsignedLongBitmapUnsignedLongBitmap. of(long keyBits, boolean value)static @NonNull UnsignedLongBitmapUnsignedLongBitmap. readFrom(@NonNull DataInput in, int size)
-