Package org.apache.cassandra.db
Class ColumnFamilyStore.VersionedLocalRanges
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<E>
-
- java.util.ArrayList<Splitter.WeightedRange>
-
- org.apache.cassandra.db.ColumnFamilyStore.VersionedLocalRanges
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.lang.Iterable<Splitter.WeightedRange>
,java.util.Collection<Splitter.WeightedRange>
,java.util.List<Splitter.WeightedRange>
,java.util.RandomAccess
- Enclosing class:
- ColumnFamilyStore
public static class ColumnFamilyStore.VersionedLocalRanges extends java.util.ArrayList<Splitter.WeightedRange>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description long
ringVersion
-
Constructor Summary
Constructors Constructor Description VersionedLocalRanges(long ringVersion, int initialSize)
-
Method Summary
-
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
-
-