Uses of Class
org.apache.activemq.store.kahadb.disk.util.Sequence
-
Packages that use Sequence Package Description org.apache.activemq.store.kahadb.disk.util -
-
Uses of Sequence in org.apache.activemq.store.kahadb.disk.util
Methods in org.apache.activemq.store.kahadb.disk.util that return Sequence Modifier and Type Method Description Sequence
SequenceSet. get(int value)
Sequence
SequenceSet. removeFirstSequence(long count)
Removes and returns the first sequence that is count range large.Sequence
SequenceSet. removeLastSequence()
Removes and returns the last sequence from this list.Methods in org.apache.activemq.store.kahadb.disk.util that return types with arguments of type Sequence Modifier and Type Method Description List<Sequence>
SequenceSet. getMissing(long first, long last)
List<Sequence>
SequenceSet. getReceived()
Methods in org.apache.activemq.store.kahadb.disk.util with parameters of type Sequence Modifier and Type Method Description void
SequenceSet. add(Sequence value)
void
SequenceSet. remove(Sequence value)
-