Uses of Class
org.apache.cassandra.utils.Interval
Packages that use Interval
Package
Description
-
Uses of Interval in org.apache.cassandra.db.lifecycle
Methods in org.apache.cassandra.db.lifecycle that return IntervalModifier and TypeMethodDescriptionstatic Interval<PartitionPosition,SSTableReader>[] SSTableIntervalTree.buildIntervalsArray(Collection<SSTableReader> sstables) Methods in org.apache.cassandra.db.lifecycle that return types with arguments of type IntervalModifier and TypeMethodDescriptionstatic List<Interval<PartitionPosition,SSTableReader>> SSTableIntervalTree.buildIntervals(Collection<SSTableReader> sstables) Methods in org.apache.cassandra.db.lifecycle with parameters of type IntervalModifier and TypeMethodDescriptionprotected SSTableIntervalTreeSSTableIntervalTree.create(Interval<PartitionPosition, SSTableReader>[] minOrder, Interval<PartitionPosition, SSTableReader>[] maxOrder) -
Uses of Interval in org.apache.cassandra.index.sasi.conf.view
Fields in org.apache.cassandra.index.sasi.conf.view with type parameters of type IntervalModifier and TypeFieldDescriptionprotected final List<Interval<RangeTermTree.Term,SSTableIndex>> RangeTermTree.Builder.intervalsprotected final IntervalTree<RangeTermTree.Term,SSTableIndex, Interval<RangeTermTree.Term, SSTableIndex>> RangeTermTree.rangeTreeConstructor parameters in org.apache.cassandra.index.sasi.conf.view with type arguments of type IntervalModifierConstructorDescriptionPrefixTermTree(ByteBuffer min, ByteBuffer max, Trie<ByteBuffer, Set<SSTableIndex>> trie, IntervalTree<RangeTermTree.Term, SSTableIndex, Interval<RangeTermTree.Term, SSTableIndex>> ranges, OnDiskIndexBuilder.Mode mode, AbstractType<?> comparator) RangeTermTree(ByteBuffer min, ByteBuffer max, IntervalTree<RangeTermTree.Term, SSTableIndex, Interval<RangeTermTree.Term, SSTableIndex>> rangeTree, AbstractType<?> comparator) -
Uses of Interval in org.apache.cassandra.io.sstable.format
Methods in org.apache.cassandra.io.sstable.format that return Interval -
Uses of Interval in org.apache.cassandra.utils
Classes in org.apache.cassandra.utils with type parameters of type IntervalModifier and TypeClassDescriptionclassIntervalTree<C extends Comparable<? super C>,D extends Comparable<? super D>, I extends Interval<C, D>> Fields in org.apache.cassandra.utils declared as IntervalMethods in org.apache.cassandra.utils with type parameters of type IntervalModifier and TypeMethodDescriptionstatic <C extends Comparable<? super C>,D extends Comparable<? super D>, I extends Interval<C, D>>
IntervalTree<C,D, I> IntervalTree.build(Collection<I> intervals) static <C extends Comparable<? super C>,D extends Comparable<? super D>, I extends Interval<C, D>>
IntervalTree<C,D, I> IntervalTree.emptyTree()Methods in org.apache.cassandra.utils that return IntervalModifier and TypeMethodDescriptionstatic <C,D> Interval<C, D> Interval.create(C min, C max) static <C,D> Interval<C, D> Interval.create(C min, C max, D data) Methods in org.apache.cassandra.utils that return types with arguments of type IntervalModifier and TypeMethodDescriptionstatic <C extends Comparable<? super C>,V>
AsymmetricOrdering<Interval<C,V>, C> Interval.maxOrdering()static <C extends Comparable<? super C>,V>
AsymmetricOrdering<Interval<C,V>, C> Interval.minOrdering()Methods in org.apache.cassandra.utils with parameters of type IntervalModifier and TypeMethodDescriptionprotected IntervalTree<C,D, I> IntervalTree<C,D, I> The input arrays aren't defensively copied and will be sorted.Constructors in org.apache.cassandra.utils with parameters of type IntervalModifierConstructorDescriptionprotectedIntervalTree(I[] minSortedIntervals, I[] maxSortedIntervals) This constructor will not modify minSortedIntervals and maxSortedIntervals, but it also won't make defensive copies and will keep the originals.Constructor parameters in org.apache.cassandra.utils with type arguments of type Interval