Package org.h2.mvstore.tx
Class VersionedBitSet
java.lang.Object
java.util.BitSet
org.h2.mvstore.tx.VersionedBitSet
- All Implemented Interfaces:
Serializable
,Cloneable
Class VersionedBitSet extends standard BitSet to add a version field.
This will allow bit set and version to be changed atomically.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.BitSet
and, andNot, cardinality, clear, clear, clear, equals, flip, flip, get, get, hashCode, intersects, isEmpty, length, nextClearBit, nextSetBit, or, previousClearBit, previousSetBit, set, set, set, set, size, stream, toByteArray, toLongArray, toString, valueOf, valueOf, valueOf, valueOf, xor
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
version
private long version
-
-
Constructor Details
-
VersionedBitSet
public VersionedBitSet()
-
-
Method Details