A B C D E F G H I J K L M N O P R S T U V W _

A

add(Object...) - Method in class org.apache.activemq.apollo.util.Combinator
 
add(E) - Method in class org.apache.activemq.apollo.util.HashList
Adds an object to the list if it is not already present.
add(Sequence) - Method in class org.apache.activemq.apollo.util.list.SequenceSet
 
add(long) - Method in class org.apache.activemq.apollo.util.list.SequenceSet
 
add(T) - Method in class org.apache.activemq.apollo.util.list.SortedLinkedList
 
add(Metric) - Method in class org.apache.activemq.apollo.util.metric.MetricAggregator
 
add(Path, int, Value) - Method in class org.apache.activemq.apollo.util.path.PathMapNode
 
add(E) - Method in class org.apache.activemq.apollo.util.PriorityLinkedList
 
add(E, int) - Method in class org.apache.activemq.apollo.util.PriorityLinkedList
 
addAbsolute(V, long, TimeUnit) - Method in class org.apache.activemq.apollo.util.TimerHeap
 
addFirst(T) - Method in class org.apache.activemq.apollo.util.list.LinkedNodeList
 
addFirst(LinkedNodeList<T>) - Method in class org.apache.activemq.apollo.util.list.LinkedNodeList
 
addKeyManager(KeyManager) - Method in class org.apache.activemq.apollo.util.SslContext
 
addLast(T) - Method in class org.apache.activemq.apollo.util.list.LinkedNodeList
 
addLast(LinkedNodeList<T>) - Method in class org.apache.activemq.apollo.util.list.LinkedNodeList
 
addRelative(V, long, TimeUnit) - Method in class org.apache.activemq.apollo.util.TimerHeap
 
addServiceListener(ServiceListener) - Method in class org.apache.activemq.apollo.util.ServiceSupport
 
addTrustManager(TrustManager) - Method in class org.apache.activemq.apollo.util.SslContext
 
all() - Method in class org.apache.activemq.apollo.util.Combinator
 
and() - Method in class org.apache.activemq.apollo.util.Combinator
 
ANY_CHILD - Static variable in class org.apache.activemq.apollo.util.path.Part
 
any_child_wildcard - Variable in class org.apache.activemq.apollo.util.path.PathParser
 
ANY_DESCENDANT - Static variable in class org.apache.activemq.apollo.util.path.Part
 
any_descendant_wildcard - Variable in class org.apache.activemq.apollo.util.path.PathParser
 
AnyChildPathNode<Value> - Class in org.apache.activemq.apollo.util.path
An implementation of PathNode which navigates all the children of the given node ignoring the name of the current path (so for navigating using * in a wildcard).
AnyChildPathNode(PathNode<Value>) - Constructor for class org.apache.activemq.apollo.util.path.AnyChildPathNode
 
ApolloThreadPool - Class in org.apache.activemq.apollo.util
Holds a singleton instance to a cached thread pool that can be used to execute blocking tasks.
ApolloThreadPool() - Constructor for class org.apache.activemq.apollo.util.ApolloThreadPool
 
appendDescendantValues(Set<Value>) - Method in class org.apache.activemq.apollo.util.path.AnyChildPathNode
 
appendDescendantValues(Set<Value>) - Method in class org.apache.activemq.apollo.util.path.PathMapNode
 
appendDescendantValues(Set<Value>) - Method in interface org.apache.activemq.apollo.util.path.PathNode
 
appendMatchingValues(Set<Value>, Path, int) - Method in class org.apache.activemq.apollo.util.path.AnyChildPathNode
 
appendMatchingValues(Set<Value>, Path, int) - Method in class org.apache.activemq.apollo.util.path.PathMapNode
 
appendMatchingValues(Set<Value>, Path, int) - Method in interface org.apache.activemq.apollo.util.path.PathNode
 
appendMatchingWildcards(Set<Value>, Path, int) - Method in class org.apache.activemq.apollo.util.path.AnyChildPathNode
 
appendMatchingWildcards(Set<Value>, Path, int) - Method in class org.apache.activemq.apollo.util.path.PathMapNode
Matches any entries in the map containing wildcards
appendMatchingWildcards(Set<Value>, Path, int) - Method in interface org.apache.activemq.apollo.util.path.PathNode
 
apply(T1) - Method in interface org.apache.activemq.apollo.util.VoidFunction1
 
asBeans(Combinator.BeanFactory<T>) - Method in class org.apache.activemq.apollo.util.Combinator
Creates a bean for each combination of the type specified by clazz argument and uses setter/field injection to initialize the Bean with the combination values.
average() - Method in class org.apache.activemq.apollo.util.metric.MetricAggregator
 

B

benchmark(File) - Method in class org.apache.activemq.apollo.util.DiskBenchmark
 
BitArray - Class in org.apache.activemq.apollo.util
Simple BitArray to enable setting multiple boolean values efficently Used instead of BitSet because BitSet does not allow for efficent serialization.
BitArray() - Constructor for class org.apache.activemq.apollo.util.BitArray
 
BitArrayBin - Class in org.apache.activemq.apollo.util
Holder for many bitArrays - used for message audit
BitArrayBin(int) - Constructor for class org.apache.activemq.apollo.util.BitArrayBin
Create a BitArrayBin to a certain window size (number of messages to keep)
BooleanEditor - Class in org.apache.activemq.apollo.util
 
BooleanEditor() - Constructor for class org.apache.activemq.apollo.util.BooleanEditor
 

C

Callback - Interface in org.apache.activemq.apollo.util
A simple callback object used by the org.apache.activemq.util.TransactionTemplate and org.apache.activemq.util.ExceptionTemplate objects to provide automatic transactional or exception handling blocks.
cancel(Runnable) - Static method in class org.apache.activemq.apollo.util.Scheduler
 
ceilingEntry(K) - Method in class org.apache.activemq.apollo.util.TreeMap
Returns a key-value mapping associated with the least key greater than or equal to the given key, or null if there is no such key.
changeScheme(URI, String) - Static method in class org.apache.activemq.apollo.util.URISupport
 
checkParenthesis(String) - Static method in class org.apache.activemq.apollo.util.URISupport
 
chooseValue(Path) - Method in class org.apache.activemq.apollo.util.path.PathMap
Returns the value which matches the given path or null if there is no matching value.
ClassLoadingAwareObjectInputStream - Class in org.apache.activemq.apollo.util
 
ClassLoadingAwareObjectInputStream(InputStream) - Constructor for class org.apache.activemq.apollo.util.ClassLoadingAwareObjectInputStream
 
clear() - Method in class org.apache.activemq.apollo.util.list.LinkedNodeList
 
clear() - Method in class org.apache.activemq.apollo.util.list.SortedLinkedList
 
clear() - Method in class org.apache.activemq.apollo.util.TreeMap
Clears all elements in this map.
CLibrary - Interface in org.apache.activemq.apollo.util.os
 
CLOCK_DAEMON - Static variable in class org.apache.activemq.apollo.util.Scheduler
 
close(Writer) - Static method in class org.apache.activemq.apollo.util.IOHelper
 
close(OutputStream) - Static method in class org.apache.activemq.apollo.util.IOHelper
 
close(InputStream) - Static method in class org.apache.activemq.apollo.util.IOHelper
 
CODEC - Static variable in class org.apache.activemq.apollo.util.list.SequenceSet
 
combinations() - Method in class org.apache.activemq.apollo.util.Combinator
 
combinationsAsBeans(Class<T>) - Method in class org.apache.activemq.apollo.util.Combinator
Creates a bean for each combination of the type specified by clazz arguement and uses setter/field injection to initialize the Bean with the combination values.
combinationsAsParameterArgBeans(Class<T>) - Method in class org.apache.activemq.apollo.util.Combinator
 
combinationsAsParameterArgBeans(Combinator.BeanFactory<T>) - Method in class org.apache.activemq.apollo.util.Combinator
 
combinationsAsParameterArgs() - Method in class org.apache.activemq.apollo.util.Combinator
 
Combinator - Class in org.apache.activemq.apollo.util
Combinator objects are used to compute all the possible combinations given a set of combination options.
Combinator() - Constructor for class org.apache.activemq.apollo.util.Combinator
 
Combinator(Combinator) - Constructor for class org.apache.activemq.apollo.util.Combinator
 
combinator() - Static method in class org.apache.activemq.apollo.util.Combinator
 
Combinator.BeanFactory<T> - Interface in org.apache.activemq.apollo.util
 
Combinator.CombinationAware - Interface in org.apache.activemq.apollo.util
 
comparator() - Method in class org.apache.activemq.apollo.util.TreeMap
 
Comparators - Class in org.apache.activemq.apollo.util
 
Comparators() - Constructor for class org.apache.activemq.apollo.util.Comparators
 
compare(String, String) - Static method in class org.apache.activemq.apollo.util.IdGenerator
Does a proper compare on the ids
contains(Object) - Method in class org.apache.activemq.apollo.util.HashList
 
contains(long) - Method in class org.apache.activemq.apollo.util.list.Sequence
 
contains(int, int) - Method in class org.apache.activemq.apollo.util.list.SequenceSet
 
containsKey(K) - Method in class org.apache.activemq.apollo.util.TreeMap
 
containsValue(Object) - Method in class org.apache.activemq.apollo.util.TreeMap
 
containsWildCards(Path) - Static method in class org.apache.activemq.apollo.util.path.PathParser
 
convertToString(Object, Class<?>) - Static method in class org.apache.activemq.apollo.util.IntrospectionSupport
 
copyFile(File, File) - Static method in class org.apache.activemq.apollo.util.IOHelper
 
copyInputStream(InputStream, OutputStream) - Static method in class org.apache.activemq.apollo.util.IOHelper
 
counter() - Method in class org.apache.activemq.apollo.util.metric.Metric
 
counter() - Method in class org.apache.activemq.apollo.util.metric.MetricAggregator
 
counter() - Method in class org.apache.activemq.apollo.util.metric.MetricCounter
 
create(String, Throwable) - Static method in class org.apache.activemq.apollo.util.IOExceptionSupport
 
create(String, Exception) - Static method in class org.apache.activemq.apollo.util.IOExceptionSupport
 
create(Throwable) - Static method in class org.apache.activemq.apollo.util.IOExceptionSupport
 
create(Exception) - Static method in class org.apache.activemq.apollo.util.IOExceptionSupport
 
create(String, Throwable) - Static method in class org.apache.activemq.apollo.util.JMSExceptionSupport
 
create(String, Exception) - Static method in class org.apache.activemq.apollo.util.JMSExceptionSupport
 
create(Throwable) - Static method in class org.apache.activemq.apollo.util.JMSExceptionSupport
 
create(Exception) - Static method in class org.apache.activemq.apollo.util.JMSExceptionSupport
 
createBean() - Method in interface org.apache.activemq.apollo.util.Combinator.BeanFactory
 
createChildNode() - Method in class org.apache.activemq.apollo.util.path.PathMapNode
Factory method to create a child node
CREATED - Static variable in class org.apache.activemq.apollo.util.JavaBaseService
 
createInvalidSelectorException(Exception) - Static method in class org.apache.activemq.apollo.util.JMSExceptionSupport
 
createMessageEOFException(Exception) - Static method in class org.apache.activemq.apollo.util.JMSExceptionSupport
 
createMessageFormatException(Exception) - Static method in class org.apache.activemq.apollo.util.JMSExceptionSupport
 
createQueryString(Map) - Static method in class org.apache.activemq.apollo.util.URISupport
 
createRemainingURI(URI, Map) - Static method in class org.apache.activemq.apollo.util.URISupport
Creates a URI from the original URI and the remaining paramaters
createURIWithQuery(URI, String) - Static method in class org.apache.activemq.apollo.util.URISupport
Creates a URI with the given query

D

decrementIndent() - Method in class org.apache.activemq.apollo.util.IndentPrinter
 
DEFAULT - Static variable in class org.apache.activemq.apollo.util.path.PathParser
 
deleteChildren(File) - Static method in class org.apache.activemq.apollo.util.IOHelper
 
deleteFile(File) - Static method in class org.apache.activemq.apollo.util.IOHelper
 
deviation() - Method in class org.apache.activemq.apollo.util.metric.MetricAggregator
 
DiskBenchmark - Class in org.apache.activemq.apollo.util
This class is used to get a benchmark the raw disk performance.
DiskBenchmark() - Constructor for class org.apache.activemq.apollo.util.DiskBenchmark
 
DiskBenchmark.Report - Class in org.apache.activemq.apollo.util
 
DiskBenchmark.Report() - Constructor for class org.apache.activemq.apollo.util.DiskBenchmark.Report
 
dispose(Service) - Static method in class org.apache.activemq.apollo.util.ServiceSupport
 
doStart() - Method in class org.apache.activemq.apollo.util.ServiceSupport
 
doStop(ServiceStopper) - Method in class org.apache.activemq.apollo.util.ServiceSupport
 
duration() - Method in class org.apache.activemq.apollo.util.metric.Period
 

E

each(Sequence.Closure<T>) - Method in class org.apache.activemq.apollo.util.list.Sequence
 
encodeObjectNamePart(String) - Static method in class org.apache.activemq.apollo.util.JMXSupport
 
entrySet() - Method in class org.apache.activemq.apollo.util.TreeMap
 
equals(Object) - Method in class org.apache.activemq.apollo.util.path.Path
 
equals(Object) - Method in class org.apache.activemq.apollo.util.TreeMap.TreeEntry
 
execute() - Method in interface org.apache.activemq.apollo.util.Callback
Executes some piece of code within a transaction performing a commit if there is no exception thrown else a rollback is performed
execute(long) - Method in interface org.apache.activemq.apollo.util.list.Sequence.Closure
 
execute(V) - Method in class org.apache.activemq.apollo.util.TimerHeap
Subclass must override this to execute ready timers
executeAfterDelay(Runnable, long) - Static method in class org.apache.activemq.apollo.util.Scheduler
 
executePeriodically(Runnable, long) - Static method in class org.apache.activemq.apollo.util.Scheduler
 
executeReadyTimers() - Method in class org.apache.activemq.apollo.util.TimerHeap
Executes ready timers.
extractProperties(Map, String) - Static method in class org.apache.activemq.apollo.util.IntrospectionSupport
 

F

fcntl(int, int, Object...) - Method in interface org.apache.activemq.apollo.util.os.CLibrary
 
fillString(int, char) - Static method in class org.apache.activemq.apollo.util.StringSupport
 
findWildcardMatches(Path) - Method in class org.apache.activemq.apollo.util.path.PathMap
 
firstEntry() - Method in class org.apache.activemq.apollo.util.TreeMap
Returns a key-value mapping associated with the least key in this map, or null if the map is empty.
firstKey() - Method in class org.apache.activemq.apollo.util.PriorityMap
 
firstKey() - Method in class org.apache.activemq.apollo.util.TreeMap
 
firstValue() - Method in class org.apache.activemq.apollo.util.PriorityMap
 
floorEntry(K) - Method in class org.apache.activemq.apollo.util.TreeMap
Returns a key-value mapping associated with the greatest key less than or equal to the given key, or null if there is no such key.
flush() - Method in class org.apache.activemq.apollo.util.IndentPrinter
 
FutureListener<V> - Interface in org.apache.activemq.apollo.util
FutureListener

G

generateId() - Method in class org.apache.activemq.apollo.util.IdGenerator
Generate a unqiue id
generateSanitizedId() - Method in class org.apache.activemq.apollo.util.IdGenerator
Generate a unique ID - that is friendly for a URL or file system
get(int) - Method in class org.apache.activemq.apollo.util.BitArray
 
get(E) - Method in class org.apache.activemq.apollo.util.HashList
 
get(long) - Method in class org.apache.activemq.apollo.util.list.SortedLinkedList
 
get(Path) - Method in class org.apache.activemq.apollo.util.path.PathMap
Looks up the value(s) matching the given AsciiBuffer key.
get(int) - Method in class org.apache.activemq.apollo.util.PriorityMap
 
get(K) - Method in class org.apache.activemq.apollo.util.TreeMap
 
getAsText() - Method in class org.apache.activemq.apollo.util.BooleanEditor
 
getAsText() - Method in class org.apache.activemq.apollo.util.MemoryPropertyEditor
 
getAsText() - Method in class org.apache.activemq.apollo.util.URIEditor
 
getBeanClass() - Method in interface org.apache.activemq.apollo.util.Combinator.BeanFactory
 
getBit(long) - Method in class org.apache.activemq.apollo.util.BitArrayBin
Get the boolean value at the index
getBits() - Method in class org.apache.activemq.apollo.util.BitArray
 
getBs() - Method in class org.apache.activemq.apollo.util.DiskBenchmark
 
getChild(Part) - Method in class org.apache.activemq.apollo.util.path.AnyChildPathNode
 
getChild(Part) - Method in class org.apache.activemq.apollo.util.path.PathMapNode
Returns the child node for the given named path or null if it does not exist
getChild(Part) - Method in interface org.apache.activemq.apollo.util.path.PathNode
 
getChildCount() - Method in class org.apache.activemq.apollo.util.path.PathMapNode
 
getChildNodes() - Method in class org.apache.activemq.apollo.util.path.AnyChildPathNode
 
getChildOrCreate(Part) - Method in class org.apache.activemq.apollo.util.path.PathMapNode
Returns the child node for the given named path, lazily creating one if it does not yet exist
getChildRateSummary(Period) - Method in class org.apache.activemq.apollo.util.metric.MetricAggregator
 
getChildren() - Method in class org.apache.activemq.apollo.util.path.AnyChildPathNode
 
getChildren() - Method in class org.apache.activemq.apollo.util.path.PathMapNode
Returns the child nodes
getChildren() - Method in interface org.apache.activemq.apollo.util.path.PathNode
 
getCLibrary() - Static method in class org.apache.activemq.apollo.util.IOHelper
 
getComponents() - Method in class org.apache.activemq.apollo.util.URISupport.CompositeData
 
getCurrentSslContext() - Static method in class org.apache.activemq.apollo.util.SslContext
 
getDefaultDataDirectory() - Static method in class org.apache.activemq.apollo.util.IOHelper
 
getDefaultDirectoryPrefix() - Static method in class org.apache.activemq.apollo.util.IOHelper
Allows a system property to be used to overload the default data directory which can be useful for forcing the test cases to use a target/ prefix
getDefaultStoreDirectory() - Static method in class org.apache.activemq.apollo.util.IOHelper
 
getDesendentValues() - Method in class org.apache.activemq.apollo.util.path.AnyChildPathNode
 
getDesendentValues() - Method in class org.apache.activemq.apollo.util.path.PathMapNode
Returns a list of all the values from this node down the tree
getDesendentValues() - Method in interface org.apache.activemq.apollo.util.path.PathNode
 
getDispatchQueue() - Method in class org.apache.activemq.apollo.util.JavaBaseService
 
getEnd() - Method in class org.apache.activemq.apollo.util.metric.Period
 
getEntry(K) - Method in class org.apache.activemq.apollo.util.TreeMap
 
getFirst() - Method in class org.apache.activemq.apollo.util.list.Sequence
 
getFragment() - Method in class org.apache.activemq.apollo.util.URISupport.CompositeData
 
getHead() - Method in class org.apache.activemq.apollo.util.list.LinkedNodeList
 
getHead() - Method in class org.apache.activemq.apollo.util.list.SortedLinkedList
 
getHeadNode() - Method in class org.apache.activemq.apollo.util.list.LinkedNode
 
getHeadNode() - Method in class org.apache.activemq.apollo.util.list.SortedLinkedListNode
 
getHighestPriority() - Method in class org.apache.activemq.apollo.util.PriorityLinkedList
 
getHost() - Method in class org.apache.activemq.apollo.util.URISupport.CompositeData
 
getHostName() - Static method in class org.apache.activemq.apollo.util.IdGenerator
As we have to find the hostname as a side-affect of generating a unique stub, we allow it's easy retrevial here
getIndentLevel() - Method in class org.apache.activemq.apollo.util.IndentPrinter
 
getJavaInitializationString() - Method in class org.apache.activemq.apollo.util.BooleanEditor
 
getJavaInitializationString() - Method in class org.apache.activemq.apollo.util.URIEditor
 
getKey() - Method in class org.apache.activemq.apollo.util.TreeMap.TreeEntry
 
getKeyManagers() - Method in class org.apache.activemq.apollo.util.SslContext
 
getKeyManagersAsArray() - Method in class org.apache.activemq.apollo.util.SslContext
 
getLast() - Method in class org.apache.activemq.apollo.util.list.Sequence
 
getLastSequenceId() - Method in class org.apache.activemq.apollo.util.IntSequenceGenerator
 
getLastSequenceId() - Method in class org.apache.activemq.apollo.util.LongSequenceGenerator
 
getList() - Method in class org.apache.activemq.apollo.util.list.LinkedNode
 
getList() - Method in class org.apache.activemq.apollo.util.list.SortedLinkedListNode
 
getMaxCacheSize() - Method in class org.apache.activemq.apollo.util.LRUCache
 
getMissing(long, long) - Method in class org.apache.activemq.apollo.util.list.SequenceSet
 
getName() - Method in class org.apache.activemq.apollo.util.metric.Metric
 
getNext() - Method in class org.apache.activemq.apollo.util.list.LinkedNode
 
getNext() - Method in class org.apache.activemq.apollo.util.list.SortedLinkedListNode
 
getNextCircular() - Method in class org.apache.activemq.apollo.util.list.LinkedNode
 
getNextCircular() - Method in class org.apache.activemq.apollo.util.list.SortedLinkedListNode
 
getNextSequenceId() - Method in class org.apache.activemq.apollo.util.IntSequenceGenerator
 
getNextSequenceId() - Method in class org.apache.activemq.apollo.util.LongSequenceGenerator
 
getParameters() - Method in class org.apache.activemq.apollo.util.URISupport.CompositeData
 
getPart() - Method in class org.apache.activemq.apollo.util.path.PathMapNode
 
getPath() - Method in class org.apache.activemq.apollo.util.URISupport.CompositeData
 
getPrevious() - Method in class org.apache.activemq.apollo.util.list.LinkedNode
 
getPrevious() - Method in class org.apache.activemq.apollo.util.list.SortedLinkedListNode
 
getPreviousCircular() - Method in class org.apache.activemq.apollo.util.list.LinkedNode
 
getPreviousCircular() - Method in class org.apache.activemq.apollo.util.list.SortedLinkedListNode
 
getPriorityMapper() - Method in class org.apache.activemq.apollo.util.PriorityLinkedList
 
getProperties(Object, Map, String) - Static method in class org.apache.activemq.apollo.util.IntrospectionSupport
 
getPropertyType(Object, String) - Static method in class org.apache.activemq.apollo.util.IntrospectionSupport
 
getProtocol() - Method in class org.apache.activemq.apollo.util.SslContext
 
getProvider() - Method in class org.apache.activemq.apollo.util.SslContext
 
getRateSummary(Period) - Method in class org.apache.activemq.apollo.util.metric.Metric
 
getRateSummary(Period) - Method in class org.apache.activemq.apollo.util.metric.MetricAggregator
 
getReadDuration() - Method in class org.apache.activemq.apollo.util.DiskBenchmark.Report
 
getReads() - Method in class org.apache.activemq.apollo.util.DiskBenchmark.Report
 
getReceived() - Method in class org.apache.activemq.apollo.util.list.SequenceSet
 
getRootNode() - Method in class org.apache.activemq.apollo.util.path.PathMap
 
getSampleInterval() - Method in class org.apache.activemq.apollo.util.DiskBenchmark
 
getScheme() - Method in class org.apache.activemq.apollo.util.URISupport.CompositeData
 
getSecureRandom() - Method in class org.apache.activemq.apollo.util.SslContext
 
getSeedFromId(String) - Static method in class org.apache.activemq.apollo.util.IdGenerator
From a generated id - return the seed (i.e.
getSequence() - Method in class org.apache.activemq.apollo.util.list.SortedLinkedListNode
 
getSequenceFromId(String) - Static method in class org.apache.activemq.apollo.util.IdGenerator
From a generated id - return the generator count
getServiceState() - Method in class org.apache.activemq.apollo.util.JavaBaseService
 
getSize() - Method in class org.apache.activemq.apollo.util.DiskBenchmark
 
getSize() - Method in class org.apache.activemq.apollo.util.DiskBenchmark.Report
 
getSSLContext() - Method in class org.apache.activemq.apollo.util.SslContext
 
getStart() - Method in class org.apache.activemq.apollo.util.metric.Period
 
getSyncWriteDuration() - Method in class org.apache.activemq.apollo.util.DiskBenchmark.Report
 
getSyncWrites() - Method in class org.apache.activemq.apollo.util.DiskBenchmark.Report
 
getTags() - Method in class org.apache.activemq.apollo.util.BooleanEditor
 
getTail() - Method in class org.apache.activemq.apollo.util.list.LinkedNodeList
 
getTail() - Method in class org.apache.activemq.apollo.util.list.SortedLinkedList
 
getTailNode() - Method in class org.apache.activemq.apollo.util.list.LinkedNode
 
getTailNode() - Method in class org.apache.activemq.apollo.util.list.SortedLinkedListNode
 
getTrustManagers() - Method in class org.apache.activemq.apollo.util.SslContext
 
getTrustManagersAsArray() - Method in class org.apache.activemq.apollo.util.SslContext
 
getUnit() - Method in class org.apache.activemq.apollo.util.metric.Metric
 
getValue() - Method in class org.apache.activemq.apollo.util.TreeMap.TreeEntry
 
getValues() - Method in class org.apache.activemq.apollo.util.path.AnyChildPathNode
 
getValues() - Method in class org.apache.activemq.apollo.util.path.PathMapNode
Returns a mutable List of the values available at this node in the tree
getValues() - Method in interface org.apache.activemq.apollo.util.path.PathNode
 
getWriteDuration() - Method in class org.apache.activemq.apollo.util.DiskBenchmark.Report
 
getWrites() - Method in class org.apache.activemq.apollo.util.DiskBenchmark.Report
 

H

hashCode() - Method in class org.apache.activemq.apollo.util.path.Path
 
hashCode() - Method in class org.apache.activemq.apollo.util.TreeMap.TreeEntry
 
HashList<E> - Class in org.apache.activemq.apollo.util
 
HashList() - Constructor for class org.apache.activemq.apollo.util.HashList
 

I

IdGenerator - Class in org.apache.activemq.apollo.util
Generator for Globally unique Strings.
IdGenerator(String) - Constructor for class org.apache.activemq.apollo.util.IdGenerator
Construct an IdGenerator
IdGenerator() - Constructor for class org.apache.activemq.apollo.util.IdGenerator
 
increment(long) - Method in class org.apache.activemq.apollo.util.metric.MetricCounter
 
increment() - Method in class org.apache.activemq.apollo.util.metric.MetricCounter
 
incrementIndent() - Method in class org.apache.activemq.apollo.util.IndentPrinter
 
indent(String, int) - Static method in class org.apache.activemq.apollo.util.StringSupport
 
IndentPrinter - Class in org.apache.activemq.apollo.util
A helper class for printing indented text
IndentPrinter() - Constructor for class org.apache.activemq.apollo.util.IndentPrinter
 
IndentPrinter(PrintWriter) - Constructor for class org.apache.activemq.apollo.util.IndentPrinter
 
IndentPrinter(PrintWriter, String) - Constructor for class org.apache.activemq.apollo.util.IndentPrinter
 
index - Variable in class org.apache.activemq.apollo.util.list.SortedLinkedList
 
indexOfParenthesisMatch(String) - Method in class org.apache.activemq.apollo.util.URISupport
 
INSTANCE - Static variable in class org.apache.activemq.apollo.util.ApolloThreadPool
 
INSTANCE - Static variable in interface org.apache.activemq.apollo.util.os.JnaCLibrary
 
IntrospectionSupport - Class in org.apache.activemq.apollo.util
 
IntSequenceGenerator - Class in org.apache.activemq.apollo.util
 
IntSequenceGenerator() - Constructor for class org.apache.activemq.apollo.util.IntSequenceGenerator
 
IOExceptionSupport - Class in org.apache.activemq.apollo.util
 
IOHelper - Class in org.apache.activemq.apollo.util
 
IOHelper.IOStrategy - Interface in org.apache.activemq.apollo.util
 
isAdjacentToFirst(long) - Method in class org.apache.activemq.apollo.util.list.Sequence
 
isAdjacentToLast(long) - Method in class org.apache.activemq.apollo.util.list.Sequence
 
isEmpty() - Method in class org.apache.activemq.apollo.util.list.LinkedNodeList
 
isEmpty() - Method in class org.apache.activemq.apollo.util.list.SortedLinkedList
 
isEmpty() - Method in class org.apache.activemq.apollo.util.PriorityLinkedList
 
isEmpty() - Method in class org.apache.activemq.apollo.util.PriorityMap
 
isEmpty() - Method in class org.apache.activemq.apollo.util.TreeMap
 
isHeadNode() - Method in class org.apache.activemq.apollo.util.list.LinkedNode
 
isHeadNode() - Method in class org.apache.activemq.apollo.util.list.SortedLinkedListNode
 
isInOrder(long) - Method in class org.apache.activemq.apollo.util.BitArrayBin
Test if in order
isLinked() - Method in class org.apache.activemq.apollo.util.list.LinkedNode
 
isLinked() - Method in class org.apache.activemq.apollo.util.list.SortedLinkedListNode
 
isLiteral() - Method in class org.apache.activemq.apollo.util.path.Part
 
isStarted() - Method in class org.apache.activemq.apollo.util.JavaBaseService.State
 
isStarted() - Method in class org.apache.activemq.apollo.util.ServiceSupport
 
isStopped() - Method in class org.apache.activemq.apollo.util.ServiceSupport
 
isStopping() - Method in class org.apache.activemq.apollo.util.ServiceSupport
 
isTailNode() - Method in class org.apache.activemq.apollo.util.list.LinkedNode
 
isTailNode() - Method in class org.apache.activemq.apollo.util.list.SortedLinkedListNode
 
isVerbose() - Method in class org.apache.activemq.apollo.util.DiskBenchmark
 
iterator() - Method in class org.apache.activemq.apollo.util.HashList
 
iterator() - Method in class org.apache.activemq.apollo.util.list.LinkedNodeList
 

J

JavaBaseService - Class in org.apache.activemq.apollo.util
The BaseService provides helpers for dealing async service state.
JavaBaseService() - Constructor for class org.apache.activemq.apollo.util.JavaBaseService
 
JavaBaseService.STARTING - Class in org.apache.activemq.apollo.util
 
JavaBaseService.STARTING() - Constructor for class org.apache.activemq.apollo.util.JavaBaseService.STARTING
 
JavaBaseService.State - Class in org.apache.activemq.apollo.util
 
JavaBaseService.State() - Constructor for class org.apache.activemq.apollo.util.JavaBaseService.State
 
JavaBaseService.STOPPING - Class in org.apache.activemq.apollo.util
 
JavaBaseService.STOPPING() - Constructor for class org.apache.activemq.apollo.util.JavaBaseService.STOPPING
 
JMSExceptionSupport - Class in org.apache.activemq.apollo.util
 
JMXSupport - Class in org.apache.activemq.apollo.util
 
JnaCLibrary - Interface in org.apache.activemq.apollo.util.os
 

K

keyManagers - Variable in class org.apache.activemq.apollo.util.SslContext
 
keySet() - Method in class org.apache.activemq.apollo.util.TreeMap
 

L

lastEntry() - Method in class org.apache.activemq.apollo.util.TreeMap
Returns a key-value mapping associated with the greatest key in this map, or null if the map is empty.
lastKey() - Method in class org.apache.activemq.apollo.util.TreeMap
 
length() - Method in class org.apache.activemq.apollo.util.BitArray
 
linkAfter(T) - Method in class org.apache.activemq.apollo.util.list.LinkedNode
 
linkAfter(LinkedNodeList<T>) - Method in class org.apache.activemq.apollo.util.list.LinkedNode
 
linkAfter(T) - Method in class org.apache.activemq.apollo.util.list.SortedLinkedListNode
 
linkBefore(T) - Method in class org.apache.activemq.apollo.util.list.LinkedNode
 
linkBefore(LinkedNodeList<T>) - Method in class org.apache.activemq.apollo.util.list.LinkedNode
 
linkBefore(T) - Method in class org.apache.activemq.apollo.util.list.SortedLinkedListNode
 
LinkedNode<T extends LinkedNode<T>> - Class in org.apache.activemq.apollo.util.list
Provides a base class for you to extend when you want object to maintain a doubly linked list to other objects without using a collection class.
LinkedNode() - Constructor for class org.apache.activemq.apollo.util.list.LinkedNode
 
LinkedNodeList<T extends LinkedNode<T>> - Class in org.apache.activemq.apollo.util.list
Provides a list of LinkedNode objects.
LinkedNodeList() - Constructor for class org.apache.activemq.apollo.util.list.LinkedNodeList
 
linkToHead(LinkedNodeList<T>) - Method in class org.apache.activemq.apollo.util.list.LinkedNode
 
linkToHead(SortedLinkedList<T>) - Method in class org.apache.activemq.apollo.util.list.SortedLinkedListNode
Adds the specified node to the head of the list.
linkToTail(LinkedNodeList<T>) - Method in class org.apache.activemq.apollo.util.list.LinkedNode
 
list - Variable in class org.apache.activemq.apollo.util.list.LinkedNode
 
list - Variable in class org.apache.activemq.apollo.util.list.SortedLinkedListNode
 
ListenableFuture<V> - Interface in org.apache.activemq.apollo.util
ListenableFuture
lock() - Method in class org.apache.activemq.apollo.util.LockFile
 
LockFile - Class in org.apache.activemq.apollo.util
Used to lock a File.
LockFile(File, boolean) - Constructor for class org.apache.activemq.apollo.util.LockFile
 
logError(Object, Throwable) - Method in class org.apache.activemq.apollo.util.ServiceStopper
 
LONG_COMPARATOR - Static variable in class org.apache.activemq.apollo.util.Comparators
Compares Long objects for order.
LongSequenceGenerator - Class in org.apache.activemq.apollo.util
 
LongSequenceGenerator() - Constructor for class org.apache.activemq.apollo.util.LongSequenceGenerator
 
lower(long, boolean) - Method in class org.apache.activemq.apollo.util.list.SortedLinkedList
 
lowerEntry(K) - Method in class org.apache.activemq.apollo.util.TreeMap
Returns a key-value mapping associated with the greatest key strictly less than the given key, or null if there is no such key
LRUCache<K,V> - Class in org.apache.activemq.apollo.util
A Simple LRU Cache
LRUCache() - Constructor for class org.apache.activemq.apollo.util.LRUCache
Default constructor for an LRU Cache The default capacity is 10000
LRUCache(int) - Constructor for class org.apache.activemq.apollo.util.LRUCache
Constructs a LRUCache with a maximum capacity
LRUCache(int, int, float, boolean) - Constructor for class org.apache.activemq.apollo.util.LRUCache
Constructs an empty LRUCache instance with the specified initial capacity, maximumCacheSize,load factor and ordering mode.

M

main(String[]) - Static method in class org.apache.activemq.apollo.util.DiskBenchmark
 
map(V) - Method in interface org.apache.activemq.apollo.util.Mapper
 
Mapper<K,V> - Interface in org.apache.activemq.apollo.util
 
matches(Part) - Method in class org.apache.activemq.apollo.util.path.Part
 
matches(Path) - Method in interface org.apache.activemq.apollo.util.path.PathFilter
 
max() - Method in class org.apache.activemq.apollo.util.metric.MetricAggregator
 
MAX_DIR_NAME_LENGTH - Static variable in class org.apache.activemq.apollo.util.IOHelper
 
MAX_FILE_NAME_LENGTH - Static variable in class org.apache.activemq.apollo.util.IOHelper
 
maxCacheSize - Variable in class org.apache.activemq.apollo.util.LRUCache
 
MemoryPropertyEditor - Class in org.apache.activemq.apollo.util
Converts string values like "20 Mb", "1024kb", and "1g" to long values in bytes.
MemoryPropertyEditor() - Constructor for class org.apache.activemq.apollo.util.MemoryPropertyEditor
 
Metric - Class in org.apache.activemq.apollo.util.metric
 
Metric() - Constructor for class org.apache.activemq.apollo.util.metric.Metric
 
MetricAggregator - Class in org.apache.activemq.apollo.util.metric
 
MetricAggregator() - Constructor for class org.apache.activemq.apollo.util.metric.MetricAggregator
 
MetricCounter - Class in org.apache.activemq.apollo.util.metric
 
MetricCounter() - Constructor for class org.apache.activemq.apollo.util.metric.MetricCounter
 
min() - Method in class org.apache.activemq.apollo.util.metric.MetricAggregator
 
mkdirs(File) - Static method in class org.apache.activemq.apollo.util.IOHelper
 
moveFile(File, File) - Static method in class org.apache.activemq.apollo.util.IOHelper
 

N

name(String) - Method in class org.apache.activemq.apollo.util.metric.Metric
 
name(String) - Method in class org.apache.activemq.apollo.util.metric.MetricAggregator
 
name(String) - Method in class org.apache.activemq.apollo.util.metric.MetricCounter
 
next - Variable in class org.apache.activemq.apollo.util.list.LinkedNode
 
next - Variable in class org.apache.activemq.apollo.util.list.SortedLinkedListNode
 
next() - Method in class org.apache.activemq.apollo.util.TreeMap.TreeEntry
 

O

onCacheEviction(Map.Entry<K, V>) - Method in class org.apache.activemq.apollo.util.LRUCache
 
onException(Object, Throwable) - Method in class org.apache.activemq.apollo.util.ServiceStopper
 
onFutureComplete(Future<? extends V>) - Method in interface org.apache.activemq.apollo.util.FutureListener
 
org.apache.activemq.apollo.util - package org.apache.activemq.apollo.util
 
org.apache.activemq.apollo.util.list - package org.apache.activemq.apollo.util.list
 
org.apache.activemq.apollo.util.metric - package org.apache.activemq.apollo.util.metric
 
org.apache.activemq.apollo.util.os - package org.apache.activemq.apollo.util.os
 
org.apache.activemq.apollo.util.path - package org.apache.activemq.apollo.util.path
 

P

parseComposite(URI) - Static method in class org.apache.activemq.apollo.util.URISupport
 
parseFilter(AsciiBuffer) - Method in class org.apache.activemq.apollo.util.path.PathParser
 
parseParamters(URI) - Static method in class org.apache.activemq.apollo.util.URISupport
 
parsePath(AsciiBuffer) - Method in class org.apache.activemq.apollo.util.path.PathParser
 
parseQuery(String) - Static method in class org.apache.activemq.apollo.util.URISupport
 
Part - Class in org.apache.activemq.apollo.util.path
Holds the delimiters used to parse paths.
Part() - Constructor for class org.apache.activemq.apollo.util.path.Part
 
part_pattern - Variable in class org.apache.activemq.apollo.util.path.PathParser
 
parts - Variable in class org.apache.activemq.apollo.util.path.Path
 
Path - Class in org.apache.activemq.apollo.util.path
Path(ArrayList<Part>) - Constructor for class org.apache.activemq.apollo.util.path.Path
 
path_seperator - Variable in class org.apache.activemq.apollo.util.path.PathParser
 
PathFilter - Interface in org.apache.activemq.apollo.util.path
Represents a filter which only operates on a path
PathMap<Value> - Class in org.apache.activemq.apollo.util.path
A Map-like data structure allowing values to be indexed by AsciiBuffer and retrieved by path - supporting both * and > style of wildcard as well as composite paths.
PathMap() - Constructor for class org.apache.activemq.apollo.util.path.PathMap
 
PathMapNode<Value> - Class in org.apache.activemq.apollo.util.path
An implementation class used to implement PathMap
PathMapNode(PathMapNode<Value>) - Constructor for class org.apache.activemq.apollo.util.path.PathMapNode
 
PathNode<Value> - Interface in org.apache.activemq.apollo.util.path
Represents a node in the PathMap tree
PathParser - Class in org.apache.activemq.apollo.util.path
Holds the delimiters used to parse paths.
PathParser() - Constructor for class org.apache.activemq.apollo.util.path.PathParser
 
PathParser.PathException - Exception in org.apache.activemq.apollo.util.path
 
PathParser.PathException(String) - Constructor for exception org.apache.activemq.apollo.util.path.PathParser.PathException
 
peek() - Method in class org.apache.activemq.apollo.util.PriorityLinkedList
Gets the element at the front of the list:
Period - Class in org.apache.activemq.apollo.util.metric
 
Period() - Constructor for class org.apache.activemq.apollo.util.metric.Period
 
poll() - Method in class org.apache.activemq.apollo.util.PriorityLinkedList
Gets the element at the front of the list:
POOL_SIZE - Static variable in class org.apache.activemq.apollo.util.ApolloThreadPool
 
prev - Variable in class org.apache.activemq.apollo.util.list.LinkedNode
 
prev - Variable in class org.apache.activemq.apollo.util.list.SortedLinkedListNode
 
previous() - Method in class org.apache.activemq.apollo.util.TreeMap.TreeEntry
 
print(String) - Method in class org.apache.activemq.apollo.util.IndentPrinter
 
printIndent() - Method in class org.apache.activemq.apollo.util.IndentPrinter
 
println(Object) - Method in class org.apache.activemq.apollo.util.IndentPrinter
 
println(String) - Method in class org.apache.activemq.apollo.util.IndentPrinter
 
println() - Method in class org.apache.activemq.apollo.util.IndentPrinter
 
PriorityLinkedList<E extends LinkedNode<E>> - Class in org.apache.activemq.apollo.util
 
PriorityLinkedList(int) - Constructor for class org.apache.activemq.apollo.util.PriorityLinkedList
 
PriorityLinkedList(int, Mapper<Integer, E>) - Constructor for class org.apache.activemq.apollo.util.PriorityLinkedList
 
PriorityMap<E> - Class in org.apache.activemq.apollo.util
 
PriorityMap() - Constructor for class org.apache.activemq.apollo.util.PriorityMap
 
protocol - Variable in class org.apache.activemq.apollo.util.SslContext
 
provider - Variable in class org.apache.activemq.apollo.util.SslContext
 
pruneIfEmpty() - Method in class org.apache.activemq.apollo.util.path.PathMapNode
 
put(String, Object...) - Method in class org.apache.activemq.apollo.util.Combinator
 
put(Path, Value) - Method in class org.apache.activemq.apollo.util.path.PathMap
 
put(int, E) - Method in class org.apache.activemq.apollo.util.PriorityMap
 
put(K, V) - Method in class org.apache.activemq.apollo.util.TreeMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.apache.activemq.apollo.util.TreeMap
 

R

range() - Method in class org.apache.activemq.apollo.util.list.Sequence
 
rate(Long) - Method in class org.apache.activemq.apollo.util.metric.Period
 
rate(Float) - Method in class org.apache.activemq.apollo.util.metric.Period
 
readBytes(File) - Static method in class org.apache.activemq.apollo.util.IOHelper
 
readBytes(InputStream) - Static method in class org.apache.activemq.apollo.util.IOHelper
 
readDuration - Variable in class org.apache.activemq.apollo.util.DiskBenchmark.Report
 
readFromStream(DataInput) - Method in class org.apache.activemq.apollo.util.BitArray
read the bits from an input stream
reads - Variable in class org.apache.activemq.apollo.util.DiskBenchmark.Report
 
readText(File) - Static method in class org.apache.activemq.apollo.util.IOHelper
 
readText(File, String) - Static method in class org.apache.activemq.apollo.util.IOHelper
 
readText(InputStream) - Static method in class org.apache.activemq.apollo.util.IOHelper
 
readText(InputStream, String) - Static method in class org.apache.activemq.apollo.util.IOHelper
 
remove(E) - Method in class org.apache.activemq.apollo.util.HashList
 
remove(T) - Method in class org.apache.activemq.apollo.util.list.SortedLinkedList
 
remove(Metric) - Method in class org.apache.activemq.apollo.util.metric.MetricAggregator
 
remove(Path, Value) - Method in class org.apache.activemq.apollo.util.path.PathMap
Removes the value from the associated path
remove(Path, int, Value) - Method in class org.apache.activemq.apollo.util.path.PathMapNode
 
remove(int) - Method in class org.apache.activemq.apollo.util.PriorityMap
 
remove(K) - Method in class org.apache.activemq.apollo.util.TreeMap
 
removeAll(Path) - Method in class org.apache.activemq.apollo.util.path.PathMap
 
removeAll(Set<Value>, Path, int) - Method in class org.apache.activemq.apollo.util.path.PathMapNode
 
removeAllMetrics() - Method in class org.apache.activemq.apollo.util.metric.MetricAggregator
 
removeChild(PathMapNode<Value>) - Method in class org.apache.activemq.apollo.util.path.PathMapNode
 
removeDesendentValues() - Method in class org.apache.activemq.apollo.util.path.AnyChildPathNode
 
removeDesendentValues() - Method in class org.apache.activemq.apollo.util.path.PathMapNode
 
removeDesendentValues(Set<Value>) - Method in class org.apache.activemq.apollo.util.path.PathMapNode
 
removeDesendentValues() - Method in interface org.apache.activemq.apollo.util.path.PathNode
 
removeEldestEntry(Map.Entry<K, V>) - Method in class org.apache.activemq.apollo.util.LRUCache
 
removeEntry(TreeMap.TreeEntry<K, V>) - Method in class org.apache.activemq.apollo.util.TreeMap
complicated red-black delete stuff.
removeFirst() - Method in class org.apache.activemq.apollo.util.list.SequenceSet
Removes and returns the first element from this list.
removeFirstSequence(long) - Method in class org.apache.activemq.apollo.util.list.SequenceSet
Removes and returns the first sequence that is count range large.
removeKeyManager(KeyManager) - Method in class org.apache.activemq.apollo.util.SslContext
 
removeLastSequence() - Method in class org.apache.activemq.apollo.util.list.SequenceSet
 
removeQuery(URI) - Static method in class org.apache.activemq.apollo.util.URISupport
Removes any URI query from the given uri
removeServiceListener(ServiceListener) - Method in class org.apache.activemq.apollo.util.ServiceSupport
 
removeTrustManager(TrustManager) - Method in class org.apache.activemq.apollo.util.SslContext
 
removeValues() - Method in class org.apache.activemq.apollo.util.path.AnyChildPathNode
 
removeValues() - Method in class org.apache.activemq.apollo.util.path.PathMapNode
Returns a mutable List of the values available at this node in the tree
removeValues() - Method in interface org.apache.activemq.apollo.util.path.PathNode
 
reparent(LinkedNodeList<T>) - Method in class org.apache.activemq.apollo.util.list.LinkedNodeList
 
reset() - Method in class org.apache.activemq.apollo.util.BitArray
reset all the bit values to false
reset(long) - Method in class org.apache.activemq.apollo.util.BitArray
reset all the bits to the value supplied
reset() - Method in class org.apache.activemq.apollo.util.metric.Metric
 
reset() - Method in class org.apache.activemq.apollo.util.metric.MetricAggregator
 
reset() - Method in class org.apache.activemq.apollo.util.metric.MetricCounter
 
reset() - Method in class org.apache.activemq.apollo.util.metric.Period
 
resolveClass(ObjectStreamClass) - Method in class org.apache.activemq.apollo.util.ClassLoadingAwareObjectInputStream
 
resolveProxyClass(String[]) - Method in class org.apache.activemq.apollo.util.ClassLoadingAwareObjectInputStream
 
ROOT - Static variable in class org.apache.activemq.apollo.util.path.Part
 
rotate() - Method in class org.apache.activemq.apollo.util.list.LinkedNodeList
Move the head to the tail and returns the new head node.
rotateTo(T) - Method in class org.apache.activemq.apollo.util.list.LinkedNodeList
Move the head to the tail and returns the new head node.
run() - Method in class org.apache.activemq.apollo.util.SchedulerTimerTask
 
run(Callback) - Method in class org.apache.activemq.apollo.util.ServiceStopper
Performs the given code to stop some service handling the exceptions which may be thrown properly

S

Scheduler - Class in org.apache.activemq.apollo.util
 
SchedulerTimerTask - Class in org.apache.activemq.apollo.util
A TimeTask for a Runnable object
SchedulerTimerTask(Runnable) - Constructor for class org.apache.activemq.apollo.util.SchedulerTimerTask
 
secureRandom - Variable in class org.apache.activemq.apollo.util.SslContext
 
Sequence - Class in org.apache.activemq.apollo.util.list
Represents a range of numbers.
Sequence(long) - Constructor for class org.apache.activemq.apollo.util.list.Sequence
 
Sequence(long, long) - Constructor for class org.apache.activemq.apollo.util.list.Sequence
 
Sequence.Closure<T extends java.lang.Throwable> - Interface in org.apache.activemq.apollo.util.list
 
SequenceSet - Class in org.apache.activemq.apollo.util.list
Keeps track of a added long values.
SequenceSet() - Constructor for class org.apache.activemq.apollo.util.list.SequenceSet
 
Service - Interface in org.apache.activemq.apollo.util
The core lifecyle interface for ActiveMQ components.
ServiceListener - Interface in org.apache.activemq.apollo.util
A listener for service start, stop events
ServiceStopper - Class in org.apache.activemq.apollo.util
A helper class used to stop a bunch of services, catching and logging any exceptions and then throwing the first exception when everything is stoped.
ServiceStopper() - Constructor for class org.apache.activemq.apollo.util.ServiceStopper
 
ServiceSupport - Class in org.apache.activemq.apollo.util
A helper class for working with services together with a useful base class for service implementations.
ServiceSupport() - Constructor for class org.apache.activemq.apollo.util.ServiceSupport
 
set(int, boolean) - Method in class org.apache.activemq.apollo.util.BitArray
set the boolean value at the index
setAsText(String) - Method in class org.apache.activemq.apollo.util.BooleanEditor
 
setAsText(String) - Method in class org.apache.activemq.apollo.util.MemoryPropertyEditor
 
setAsText(String) - Method in class org.apache.activemq.apollo.util.URIEditor
 
setBit(long, boolean) - Method in class org.apache.activemq.apollo.util.BitArrayBin
Set a bit
setBs(int) - Method in class org.apache.activemq.apollo.util.DiskBenchmark
 
setCombination(Map<String, Object>) - Method in interface org.apache.activemq.apollo.util.Combinator.CombinationAware
 
setCurrentSslContext(SslContext) - Static method in class org.apache.activemq.apollo.util.SslContext
 
setEnd(long) - Method in class org.apache.activemq.apollo.util.metric.Period
 
setFirst(long) - Method in class org.apache.activemq.apollo.util.list.Sequence
 
setFutureListener(FutureListener<? super V>) - Method in interface org.apache.activemq.apollo.util.ListenableFuture
Adds a listener for this future.
setIndentLevel(int) - Method in class org.apache.activemq.apollo.util.IndentPrinter
 
setKeyManagers(List<KeyManager>) - Method in class org.apache.activemq.apollo.util.SslContext
 
setLast(long) - Method in class org.apache.activemq.apollo.util.list.Sequence
 
setLastSequenceId(int) - Method in class org.apache.activemq.apollo.util.IntSequenceGenerator
 
setLastSequenceId(long) - Method in class org.apache.activemq.apollo.util.LongSequenceGenerator
 
setMaxCacheSize(int) - Method in class org.apache.activemq.apollo.util.LRUCache
 
setName(String) - Method in class org.apache.activemq.apollo.util.metric.Metric
 
setPriorityMapper(Mapper<Integer, E>) - Method in class org.apache.activemq.apollo.util.PriorityLinkedList
 
setProperties(Object, Map<String, ?>, String) - Static method in class org.apache.activemq.apollo.util.IntrospectionSupport
 
setProperties(Object, Map) - Static method in class org.apache.activemq.apollo.util.IntrospectionSupport
 
setProperty(Object, String, Object) - Static method in class org.apache.activemq.apollo.util.IntrospectionSupport
 
setProtocol(String) - Method in class org.apache.activemq.apollo.util.SslContext
 
setProvider(String) - Method in class org.apache.activemq.apollo.util.SslContext
 
setReadDuration(long) - Method in class org.apache.activemq.apollo.util.DiskBenchmark.Report
 
setReads(int) - Method in class org.apache.activemq.apollo.util.DiskBenchmark.Report
 
setSampleInterval(long) - Method in class org.apache.activemq.apollo.util.DiskBenchmark
 
setSecureRandom(SecureRandom) - Method in class org.apache.activemq.apollo.util.SslContext
 
setSize(int) - Method in class org.apache.activemq.apollo.util.DiskBenchmark.Report
 
setSize(long) - Method in class org.apache.activemq.apollo.util.DiskBenchmark
 
setSSLContext(SSLContext) - Method in class org.apache.activemq.apollo.util.SslContext
 
setStart(long) - Method in class org.apache.activemq.apollo.util.metric.Period
 
setSyncWriteDuration(long) - Method in class org.apache.activemq.apollo.util.DiskBenchmark.Report
 
setSyncWrites(int) - Method in class org.apache.activemq.apollo.util.DiskBenchmark.Report
 
setTrustManagers(List<TrustManager>) - Method in class org.apache.activemq.apollo.util.SslContext
 
setUnit(String) - Method in class org.apache.activemq.apollo.util.metric.Metric
 
setValue(V) - Method in class org.apache.activemq.apollo.util.TreeMap.TreeEntry
 
setVerbose(boolean) - Method in class org.apache.activemq.apollo.util.DiskBenchmark
 
setWriteDuration(long) - Method in class org.apache.activemq.apollo.util.DiskBenchmark.Report
 
setWrites(int) - Method in class org.apache.activemq.apollo.util.DiskBenchmark.Report
 
shutdown() - Static method in class org.apache.activemq.apollo.util.Scheduler
 
simpleName(Class<?>) - Static method in class org.apache.activemq.apollo.util.IntrospectionSupport
 
size - Variable in class org.apache.activemq.apollo.util.DiskBenchmark.Report
 
size() - Method in class org.apache.activemq.apollo.util.HashList
 
size() - Method in class org.apache.activemq.apollo.util.list.LinkedNodeList
 
size() - Method in class org.apache.activemq.apollo.util.list.SortedLinkedList
 
size() - Method in class org.apache.activemq.apollo.util.TimerHeap
 
size() - Method in class org.apache.activemq.apollo.util.TreeMap
 
SortedLinkedList<T extends SortedLinkedListNode<T>> - Class in org.apache.activemq.apollo.util.list
 
SortedLinkedList() - Constructor for class org.apache.activemq.apollo.util.list.SortedLinkedList
 
SortedLinkedListNode<T extends SortedLinkedListNode<T>> - Class in org.apache.activemq.apollo.util.list
 
SortedLinkedListNode() - Constructor for class org.apache.activemq.apollo.util.list.SortedLinkedListNode
 
splitAfter() - Method in class org.apache.activemq.apollo.util.list.LinkedNode
Splits the list into 2 lists.
splitBefore() - Method in class org.apache.activemq.apollo.util.list.LinkedNode
Splits the list into 2 lists.
SslContext - Class in org.apache.activemq.apollo.util
A holder of SSL configuration.
SslContext() - Constructor for class org.apache.activemq.apollo.util.SslContext
 
SslContext(KeyManager[], TrustManager[], SecureRandom) - Constructor for class org.apache.activemq.apollo.util.SslContext
 
start() - Method in class org.apache.activemq.apollo.util.JavaBaseService
 
start(Runnable) - Method in class org.apache.activemq.apollo.util.JavaBaseService
 
start() - Method in interface org.apache.activemq.apollo.util.Service
Starts the service.
start(Runnable) - Method in interface org.apache.activemq.apollo.util.Service
Starts the service.
start() - Method in class org.apache.activemq.apollo.util.ServiceSupport
 
STARTED - Static variable in class org.apache.activemq.apollo.util.JavaBaseService
 
started(Service) - Method in interface org.apache.activemq.apollo.util.ServiceListener
 
stop() - Method in class org.apache.activemq.apollo.util.JavaBaseService
 
stop(Runnable) - Method in class org.apache.activemq.apollo.util.JavaBaseService
 
stop() - Method in interface org.apache.activemq.apollo.util.Service
Stops the service.
stop(Runnable) - Method in interface org.apache.activemq.apollo.util.Service
Stops the service.
stop(Service) - Method in class org.apache.activemq.apollo.util.ServiceStopper
Stops the given service, catching any exceptions that are thrown.
stop() - Method in class org.apache.activemq.apollo.util.ServiceSupport
 
STOPPED - Static variable in class org.apache.activemq.apollo.util.JavaBaseService
 
stopped(Service) - Method in interface org.apache.activemq.apollo.util.ServiceListener
 
stopServices(List) - Method in class org.apache.activemq.apollo.util.ServiceStopper
Stops a list of services
StringSupport - Class in org.apache.activemq.apollo.util
Helper class to hold common text/string manipulation methods.
StringSupport() - Constructor for class org.apache.activemq.apollo.util.StringSupport
 
stripPrefix(String, String) - Static method in class org.apache.activemq.apollo.util.URISupport
 
stripScheme(URI) - Static method in class org.apache.activemq.apollo.util.URISupport
 
sync(FileDescriptor) - Method in interface org.apache.activemq.apollo.util.IOHelper.IOStrategy
 
sync(FileDescriptor) - Static method in class org.apache.activemq.apollo.util.IOHelper
 
syncWriteDuration - Variable in class org.apache.activemq.apollo.util.DiskBenchmark.Report
 
syncWrites - Variable in class org.apache.activemq.apollo.util.DiskBenchmark.Report
 

T

throwFirstException() - Method in class org.apache.activemq.apollo.util.ServiceStopper
Throws the first exception that was thrown if there was one.
TimerHeap<V> - Class in org.apache.activemq.apollo.util
 
TimerHeap() - Constructor for class org.apache.activemq.apollo.util.TimerHeap
 
timeToNext(TimeUnit) - Method in class org.apache.activemq.apollo.util.TimerHeap
Returns the time of the next scheduled event.
toArray(T[]) - Method in class org.apache.activemq.apollo.util.list.LinkedNodeList
Copies the nodes of the LinkedNodeList to the specified array.
toArrayList() - Method in class org.apache.activemq.apollo.util.list.LinkedNodeList
Copies the nodes of the LinkedNodeList to an ArrayList.
toArrayList() - Method in class org.apache.activemq.apollo.util.list.SortedLinkedList
Copies the nodes of the LinkedNodeList to an ArrayList.
toArrayListReversed() - Method in class org.apache.activemq.apollo.util.list.LinkedNodeList
Copies the nodes of the LinkedNodeList to an ArrayList in reverse order.
toFileSystemDirectorySafeName(String) - Static method in class org.apache.activemq.apollo.util.IOHelper
Converts any string into a string that is safe to use as a file name.
toFileSystemSafeName(String) - Static method in class org.apache.activemq.apollo.util.IOHelper
 
toFileSystemSafeName(String, boolean, int) - Static method in class org.apache.activemq.apollo.util.IOHelper
Converts any string into a string that is safe to use as a file name.
toString() - Method in class org.apache.activemq.apollo.util.DiskBenchmark.Report
 
toString(Object) - Static method in class org.apache.activemq.apollo.util.IntrospectionSupport
 
toString(Object, String...) - Static method in class org.apache.activemq.apollo.util.IntrospectionSupport
 
toString(Object, Class<?>) - Static method in class org.apache.activemq.apollo.util.IntrospectionSupport
 
toString(Object, Map<String, Object>, String...) - Static method in class org.apache.activemq.apollo.util.IntrospectionSupport
 
toString(Object, Class<?>, Map<String, Object>, String...) - Static method in class org.apache.activemq.apollo.util.IntrospectionSupport
 
toString() - Method in class org.apache.activemq.apollo.util.JavaBaseService.State
 
toString() - Method in class org.apache.activemq.apollo.util.list.LinkedNodeList
 
toString() - Method in class org.apache.activemq.apollo.util.list.Sequence
 
toString() - Method in class org.apache.activemq.apollo.util.list.SortedLinkedList
 
toString(PathParser) - Method in class org.apache.activemq.apollo.util.path.Part
 
toString() - Method in class org.apache.activemq.apollo.util.path.Path
 
toString(PathParser) - Method in class org.apache.activemq.apollo.util.path.Path
 
toString(Path) - Method in class org.apache.activemq.apollo.util.path.PathParser
Converts the path back to the string representation.
toString() - Method in class org.apache.activemq.apollo.util.TreeMap.TreeEntry
 
total(Period) - Method in class org.apache.activemq.apollo.util.metric.MetricAggregator
 
total() - Method in class org.apache.activemq.apollo.util.metric.MetricAggregator
 
toURI() - Method in class org.apache.activemq.apollo.util.URISupport.CompositeData
 
TreeMap<K,V> - Class in org.apache.activemq.apollo.util
A TreeMap that is lighter weight than the Sun implementation with implementations for upper/lower/floor/ceiling accessors.
TreeMap() - Constructor for class org.apache.activemq.apollo.util.TreeMap
 
TreeMap(Comparator<? super K>) - Constructor for class org.apache.activemq.apollo.util.TreeMap
 
TreeMap.TreeEntry<K,V> - Class in org.apache.activemq.apollo.util
 
trustManagers - Variable in class org.apache.activemq.apollo.util.SslContext
 

U

unit(String) - Method in class org.apache.activemq.apollo.util.metric.Metric
 
unit(String) - Method in class org.apache.activemq.apollo.util.metric.MetricAggregator
 
unlink() - Method in class org.apache.activemq.apollo.util.list.LinkedNode
Removes this node out of the linked list it is chained in.
unlink() - Method in class org.apache.activemq.apollo.util.list.SortedLinkedListNode
Removes this node out of the linked list it is chained in.
unlock() - Method in class org.apache.activemq.apollo.util.LockFile
 
upper(long, boolean) - Method in class org.apache.activemq.apollo.util.list.SortedLinkedList
 
upperEntry(K) - Method in class org.apache.activemq.apollo.util.TreeMap
Returns a key-value mapping associated with the lowest key strictly greater than the given key, or null if there is no such key
URIEditor - Class in org.apache.activemq.apollo.util
 
URIEditor() - Constructor for class org.apache.activemq.apollo.util.URIEditor
 
URISupport - Class in org.apache.activemq.apollo.util
 
URISupport() - Constructor for class org.apache.activemq.apollo.util.URISupport
 
URISupport.CompositeData - Class in org.apache.activemq.apollo.util
 
URISupport.CompositeData() - Constructor for class org.apache.activemq.apollo.util.URISupport.CompositeData
 

V

values() - Method in class org.apache.activemq.apollo.util.TreeMap
 
VoidFunction1<T1> - Interface in org.apache.activemq.apollo.util

W

write(Path, ByteArrayOutputStream) - Method in class org.apache.activemq.apollo.util.path.PathParser
 
writeBinaryFile(File, byte[]) - Static method in class org.apache.activemq.apollo.util.IOHelper
 
writeDuration - Variable in class org.apache.activemq.apollo.util.DiskBenchmark.Report
 
writes - Variable in class org.apache.activemq.apollo.util.DiskBenchmark.Report
 
writeText(File, String) - Static method in class org.apache.activemq.apollo.util.IOHelper
 
writeText(File, String, String) - Static method in class org.apache.activemq.apollo.util.IOHelper
 
writeToStream(DataOutput) - Method in class org.apache.activemq.apollo.util.BitArray
write the bits to an output stream

_

_serviceState - Variable in class org.apache.activemq.apollo.util.JavaBaseService
 
_start(Runnable) - Method in class org.apache.activemq.apollo.util.JavaBaseService
 
_stop(Runnable) - Method in class org.apache.activemq.apollo.util.JavaBaseService
 

A B C D E F G H I J K L M N O P R S T U V W _

Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.