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 SequenceSequenceSet. get(int value)SequenceSequenceSet. removeFirstSequence(long count)Removes and returns the first sequence that is count range large.SequenceSequenceSet. 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 voidSequenceSet. add(Sequence value)voidSequenceSet. remove(Sequence value)
-