- abbreviate(String, int) - Static method in class com.varra.util.StringUtils
-
Abbreviates a String using ellipses.
- abbreviate(String, int, int) - Static method in class com.varra.util.StringUtils
-
Abbreviates a String using ellipses.
- abbreviateMiddle(String, String, int) - Static method in class com.varra.util.StringUtils
-
Abbreviates a String to the length passed, replacing the middle
characters with the supplied replacement String.
- AbstractConfigFileReader - Class in com.varra.util
-
Common configuration entry parser class.
- AbstractConfigFileReader() - Constructor for class com.varra.util.AbstractConfigFileReader
-
- AbstractTimerTaskListener - Class in com.varra.listener
-
- AbstractTimerTaskListener() - Constructor for class com.varra.listener.AbstractTimerTaskListener
-
- activateOptions() - Method in class com.varra.log4j.appender.BackupEnabledDailyRollingFileAppender
-
- add(int, E) - Method in class com.varra.util.FIFOQueue
-
Adds the.
- add(E) - Method in class com.varra.util.FIFOQueue
-
- addAll(Collection<? extends E>) - Method in class com.varra.util.FIFOQueue
-
Adds the all.
- addAll(int, Collection<? extends E>) - Method in class com.varra.util.FIFOQueue
-
Adds the all.
- addApplicationProperties(ApplicationProperties) - Static method in class com.varra.props.VarraProperties
-
Adds the application properties.
- addFIFOQueueItemRemovedListener(BufferOverflowListener<E>) - Method in class com.varra.util.FIFOQueue
-
Adds the FIFOQueueItemRemovedListener to the list so that it can be
notified with an item that is to be removed.
- addFirst(E) - Method in class com.varra.util.FIFOQueue
-
Inserts the specified value at the beginning of this list.
- addLast(E) - Method in class com.varra.util.FIFOQueue
-
Appends the specified value to the end of this list (fast).
- addListener(T) - Method in interface com.varra.listener.ListenerManager
-
Adds the listener.
- addPropertyChangeListener(PropertyChangeListener) - Method in class com.varra.props.ApplicationProperties
-
Adds the property change listener.
- addTimerTaskListener(TimerTaskListener, Class<? extends EnhancedTimerTask>) - Method in class com.varra.util.SafeThread
-
Adds the timer task listener.
- AMPERSAND - Static variable in interface com.varra.util.StringPool
-
- AND - Static variable in interface com.varra.util.StringPool
-
- append(byte[], int, int) - Method in class com.varra.io.FastByteBuffer
-
Appends byte array to buffer.
- append(byte[]) - Method in class com.varra.io.FastByteBuffer
-
Appends byte array to buffer.
- append(byte) - Method in class com.varra.io.FastByteBuffer
-
Appends single byte to buffer.
- append(FastByteBuffer) - Method in class com.varra.io.FastByteBuffer
-
Appends another fast buffer to this one.
- append(char[], int, int) - Method in class com.varra.io.FastCharBuffer
-
Appends char array to buffer.
- append(char[]) - Method in class com.varra.io.FastCharBuffer
-
Appends char array to buffer.
- append(char) - Method in class com.varra.io.FastCharBuffer
-
Appends single char to buffer.
- append(FastCharBuffer) - Method in class com.varra.io.FastCharBuffer
-
Appends another fast buffer to this one.
- append(String) - Method in class com.varra.io.FastCharBuffer
-
Appends string content to buffer.
- append(CharSequence) - Method in class com.varra.io.FastCharBuffer
-
Appends character sequence to buffer.
- append(CharSequence, int, int) - Method in class com.varra.io.FastCharBuffer
-
Appends character sequence to buffer.
- ApplicationProperties - Class in com.varra.props
-
This is the utility class to provide the application properties file details
to be loaded for application.
Contains the properties file name and the flag to enable/disable the
monitoring functionality.
- ApplicationProperties(String) - Constructor for class com.varra.props.ApplicationProperties
-
Instantiates a new application properties with the parameters given.
- ApplicationProperties(String, boolean) - Constructor for class com.varra.props.ApplicationProperties
-
Instantiates a new application properties with the parameters given.
- ApplicationProperties(String, boolean, int) - Constructor for class com.varra.props.ApplicationProperties
-
Instantiates a new application properties with the parameters given.
- areBothEqual(Integer, Integer) - Static method in class com.varra.util.IntegerUtils
-
Checks if the given values are EQUAL i.e first == second.
- array(int) - Method in class com.varra.io.FastByteBuffer
-
Returns byte inner array chunk at given index.
- array(int) - Method in class com.varra.io.FastCharBuffer
-
Returns char inner array chunk at given index.
- ArrayUtils - Class in com.varra.util
-
Array related general day to day used operations.
- asList(String, String) - Static method in class com.varra.util.ListUtils
-
Gets the property as list based on the delimiters provided, and uses
LinkedList.
- asList(String, String, Class<? extends List>, Class<E>) - Static method in class com.varra.util.ListUtils
-
Gets the property as list based on the delimiter provided, and uses your
specified class.
- ASTERISK - Static variable in interface com.varra.util.StringPool
-
- AT - Static variable in interface com.varra.util.StringPool
-
- AutomatedMailerClient - Class in com.varra.mail
-
The Class AutomatedMailSenderClient.
- AutomatedMailerClient() - Constructor for class com.varra.mail.AutomatedMailerClient
-
Instantiates a new automated mail sender client.
- await() - Method in class com.varra.util.FIFOQueue
-
Causes the current thread to wait until it is signalled or.
- await(long, TimeUnit) - Method in class com.varra.util.FIFOQueue
-
Causes the current thread to wait until it is signalled or specified time
is elapsed.
- cancel() - Method in class com.varra.util.EnhancedTimerTask
-
- capitalise(String) - Static method in class com.varra.util.StringUtils
-
- capitaliseAllWords(String) - Static method in class com.varra.util.StringUtils
-
- capitalize(String) - Static method in class com.varra.util.StringUtils
-
- capitalize(String, char[]) - Static method in class com.varra.util.StringUtils
-
Capitalizes all the delimiter separated words in a String.
- center(String, int) - Static method in class com.varra.util.StringUtils
-
Centers a String in a larger String of size size using the
space character (' ').
- center(String, int, char) - Static method in class com.varra.util.StringUtils
-
Centers a String in a larger String of size size.
- center(String, int, String) - Static method in class com.varra.util.StringUtils
-
Centers a String in a larger String of size size.
- ChainedException - Exception in com.varra.exception
-
This
Exception is the base class for the this Exception module.
It extends the Exception class and adds Chaining feature.
Through the use of chaining, stack traces of all the exceptions in the chain
can be maintained.
- ChainedException() - Constructor for exception com.varra.exception.ChainedException
-
Constructor.
- ChainedException(String) - Constructor for exception com.varra.exception.ChainedException
-
Constructor.
- ChainedException(String, Throwable) - Constructor for exception com.varra.exception.ChainedException
-
Useful for revealing the original error with a bonus message.
- ChainedException(Throwable) - Constructor for exception com.varra.exception.ChainedException
-
Useful for revealing the original error.
- charAt(int) - Method in class com.varra.io.FastCharBuffer
-
Returns char at given index.
- chomp(String) - Static method in class com.varra.util.StringUtils
-
Removes one newline from end of a String if it's there, otherwise leave
it alone.
- chomp(String, String) - Static method in class com.varra.util.StringUtils
-
Removes separator from the end of str if it's
there, otherwise leave it alone.
- chompLast(String) - Static method in class com.varra.util.StringUtils
-
- chompLast(String, String) - Static method in class com.varra.util.StringUtils
-
- chop(String) - Static method in class com.varra.util.StringUtils
-
Remove the last character from a String.
- chopNewline(String) - Static method in class com.varra.util.StringUtils
-
- ClassUtils - Class in com.varra.util
-
Class related utilities.
- ClassUtils() - Constructor for class com.varra.util.ClassUtils
-
- clean(String) - Static method in class com.varra.util.StringUtils
-
- clear() - Method in class com.varra.io.FastByteBuffer
-
Resets the buffer content.
- clear() - Method in class com.varra.io.FastCharBuffer
-
Resets the buffer content.
- clear() - Method in class com.varra.util.FIFOQueue
-
- clear() - Method in class com.varra.util.RapidFastMap
-
Removes all mappings from this map.
- Client - Class in com.varra.tcp
-
TODO Description go here.
- Client() - Constructor for class com.varra.tcp.Client
-
- clone(Object) - Static method in class com.varra.util.ObjectUtils
-
Clone an object by invoking it's clone() method, even if it
is not overridden.
- cloneViaSerialization(Serializable) - Static method in class com.varra.util.ObjectUtils
-
Create object copy using serialization mechanism.
- close() - Method in class com.varra.io.FastByteArrayOutputStream
-
Closing a FastByteArrayOutputStream has no effect.
- close() - Method in class com.varra.io.FastCharArrayWriter
-
Closing a FastCharArrayWriter has no effect.
- close(InputStream) - Static method in class com.varra.util.StreamUtils
-
Closes an input stream and releases any system resources associated with
this stream.
- close(OutputStream) - Static method in class com.varra.util.StreamUtils
-
Closes an output stream and releases any system resources associated with
this stream.
- close(Reader) - Static method in class com.varra.util.StreamUtils
-
Closes a character-input stream and releases any system resources
associated with this stream.
- close(Writer) - Static method in class com.varra.util.StreamUtils
-
Closes a character-output stream and releases any system resources
associated with this stream.
- COLON - Static variable in interface com.varra.util.StringPool
-
- com.varra - package com.varra
-
- com.varra.classification - package com.varra.classification
-
- com.varra.exception - package com.varra.exception
-
- com.varra.io - package com.varra.io
-
- com.varra.jmx.exception - package com.varra.jmx.exception
-
- com.varra.jmx.mbean - package com.varra.jmx.mbean
-
- com.varra.jmx.notification - package com.varra.jmx.notification
-
- com.varra.jmx.registry - package com.varra.jmx.registry
-
- com.varra.jmx.util - package com.varra.jmx.util
-
- com.varra.lang - package com.varra.lang
-
- com.varra.listener - package com.varra.listener
-
- com.varra.log - package com.varra.log
-
- com.varra.log4j.appender - package com.varra.log4j.appender
-
- com.varra.mail - package com.varra.mail
-
- com.varra.net - package com.varra.net
-
- com.varra.props - package com.varra.props
-
- com.varra.spring - package com.varra.spring
-
- com.varra.tcp - package com.varra.tcp
-
- com.varra.util - package com.varra.util
-
- COMMA - Static variable in interface com.varra.util.StringPool
-
- compare(InputStream, InputStream) - Static method in class com.varra.util.StreamUtils
-
Compares the content of two byte streams.
- compare(Reader, Reader) - Static method in class com.varra.util.StreamUtils
-
Compares the content of two character streams.
- compareDeclarations(Method, Method) - Static method in class com.varra.util.ReflectUtil
-
Compares method declarations: signature and return types.
- compareParameters(Class[], Class[]) - Static method in class com.varra.util.ReflectUtil
-
Compares method or ctor parameters.
- compareSignatures(Method, Method) - Static method in class com.varra.util.ReflectUtil
-
Compares method signatures: names and parameters.
- compareSignatures(Constructor, Constructor) - Static method in class com.varra.util.ReflectUtil
-
Compares constructor signatures: names and parameters.
- compareSignatures(Field, Field) - Static method in class com.varra.util.ReflectUtil
-
Compare signatures.
- compareTo(EnhancedTimerTask) - Method in class com.varra.util.EnhancedTimerTask
-
Compares 2 TimeTasks by comparing their next execution times.
- Computable - Interface in com.varra.util
-
An easy convenient interface to compute the business logic required.
- compute() - Method in class com.varra.props.PropertyFileMonitor
-
- compute() - Method in interface com.varra.util.Computable
-
Computes the business logic based on the request of subclasses.
- compute() - Method in class com.varra.util.EnhancedTimerTask
-
- ComputingException - Exception in com.varra.exception
-
TODO Description go here.
- ComputingException() - Constructor for exception com.varra.exception.ComputingException
-
Instantiates a new computing exception.
- ComputingException(String) - Constructor for exception com.varra.exception.ComputingException
-
Instantiates a new computing exception.
- ComputingException(Throwable) - Constructor for exception com.varra.exception.ComputingException
-
Instantiates a new computing exception.
- ComputingException(String, Throwable) - Constructor for exception com.varra.exception.ComputingException
-
Instantiates a new computing exception.
- concatenate(Object[]) - Static method in class com.varra.util.StringUtils
-
- connector - Variable in class com.varra.jmx.util.JMXUtility
-
The connector.
- ConsoleLogger - Class in com.varra.log
-
- ConsoleLogger() - Constructor for class com.varra.log.ConsoleLogger
-
Instantiates a new console logger.
- Constants - Interface in com.varra.props
-
An convenient interface which is used to store all the constant property
names.
- contains(T, T[]) - Static method in class com.varra.util.ArrayUtils
-
Checks whether the given object to find is in the array.
- contains(Object) - Method in class com.varra.util.FIFOQueue
-
- contains(String, char) - Static method in class com.varra.util.StringUtils
-
Checks if String contains a search character, handling null.
- contains(String, String) - Static method in class com.varra.util.StringUtils
-
Checks if String contains a search String, handling null.
- containsAll(Collection<?>) - Method in class com.varra.util.FIFOQueue
-
- containsAny(String, char[]) - Static method in class com.varra.util.StringUtils
-
Checks if the String contains any character in the given set of
characters.
- containsAny(String, String) - Static method in class com.varra.util.StringUtils
-
Checks if the String contains any character in the given set of
characters.
- containsElement(Object, Object) - Static method in class com.varra.util.ObjectUtils
-
Returns true if first argument contains provided element.
- containsIgnoreCase(String, String) - Static method in class com.varra.util.StringUtils
-
Checks if String contains a search String irrespective of case, handling
null.
- containsKey(K) - Method in class com.varra.util.RapidFastMap
-
Tests if the specified object is a key in this table.
- containsNone(String, char[]) - Static method in class com.varra.util.StringUtils
-
Checks that the String does not contain certain characters.
- containsNone(String, String) - Static method in class com.varra.util.StringUtils
-
Checks that the String does not contain certain characters.
- containsOnly(String, char[]) - Static method in class com.varra.util.StringUtils
-
Checks if the String contains only certain characters.
- containsOnly(String, String) - Static method in class com.varra.util.StringUtils
-
Checks if the String contains only certain characters.
- containsValue(V) - Method in class com.varra.util.RapidFastMap
-
Returns true if this map maps one or more keys to the specified
value.
- copy(InputStream, OutputStream) - Static method in class com.varra.util.StreamUtils
-
Copies input stream to output stream using buffer.
- copy(InputStream, OutputStream, int) - Static method in class com.varra.util.StreamUtils
-
Copies specified number of bytes from input stream to output stream using
buffer.
- copy(InputStream, Writer) - Static method in class com.varra.util.StreamUtils
-
Copies input stream to writer using buffer.
- copy(InputStream, Writer, int) - Static method in class com.varra.util.StreamUtils
-
Copies specified number of bytes from input stream to writer using
buffer.
- copy(InputStream, Writer, String) - Static method in class com.varra.util.StreamUtils
-
Copies input stream to writer using buffer and specified encoding.
- copy(InputStream, Writer, String, int) - Static method in class com.varra.util.StreamUtils
-
Copies specified number of bytes from input stream to writer using buffer
and specified encoding.
- copy(Reader, Writer) - Static method in class com.varra.util.StreamUtils
-
Copies reader to writer using buffer.
- copy(Reader, Writer, int) - Static method in class com.varra.util.StreamUtils
-
Copies specified number of characters from reader to writer using buffer.
- copy(Reader, OutputStream) - Static method in class com.varra.util.StreamUtils
-
Copies reader to output stream using buffer.
- copy(Reader, OutputStream, int) - Static method in class com.varra.util.StreamUtils
-
Copies specified number of characters from reader to output stream using
buffer.
- copy(Reader, OutputStream, String) - Static method in class com.varra.util.StreamUtils
-
Copies reader to output stream using buffer and specified encoding.
- copy(Reader, OutputStream, String, int) - Static method in class com.varra.util.StreamUtils
-
Copies specified number of characters from reader to output stream using
buffer and specified encoding.
- countMatches(String, String) - Static method in class com.varra.util.StringUtils
-
Counts how many times the substring appears in the larger String.
- CR - Static variable in interface com.varra.props.Constants
-
carriage return CR ('\r').
- GCThread - Class in com.varra.util
-
- get(int) - Method in class com.varra.io.FastByteBuffer
-
Returns byte element at given index.
- get(int) - Method in class com.varra.io.FastCharBuffer
-
Returns char element at given index.
- get(int) - Method in class com.varra.util.FIFOQueue
-
- get(K) - Method in class com.varra.util.RapidFastMap
-
Returns the value to which the specified key is mapped in this table.
- get(String, Class<T>) - Static method in class com.varra.util.XMLUtils
-
Gets the.
- get(String, String) - Static method in class com.varra.util.XMLUtils
-
Gets the Object by converting the xml, regex will be used to parse the
class type from attribute in the message.
- getA() - Method in class com.varra.net.IpFeilds
-
Gets the a (Indicates the first part of ip i.e a.b.c.d .) as
integer.
- getAccessibleFields(Class) - Static method in class com.varra.util.ReflectUtil
-
Gets the accessible fields.
- getAccessibleFields(Class, Class) - Static method in class com.varra.util.ReflectUtil
-
Gets the accessible fields.
- getAccessibleMethods(Class) - Static method in class com.varra.util.ReflectUtil
-
Returns array of all methods that are accessible from given class.
- getAccessibleMethods(Class, Class) - Static method in class com.varra.util.ReflectUtil
-
Returns array of all methods that are accessible from given class, upto
limit (usually Object.class).
- getAddress() - Method in class com.varra.net.IpFeilds
-
Gets the address.
- getApplicationProperties() - Method in class com.varra.props.PropertyFileMonitor
-
Gets the application properties.
- getAppProperties(String) - Static method in class com.varra.props.VarraProperties
-
Gets the application property.
- getAppProperty(String) - Static method in class com.varra.props.VarraProperties
-
Gets the application property.
- getAppProperty(String, String) - Static method in class com.varra.props.VarraProperties
-
Gets the application property.
- getASizeAsHumanReadableString(long) - Static method in class com.varra.util.FileUtils
-
Gets the as string.
- getAsMap() - Method in class com.varra.util.RapidFastMap
-
Returns this Object as
Map.
- getB() - Method in class com.varra.net.IpFeilds
-
Gets the b (Indicates the second part of ip i.e a.b.c.d.) as
integer..
- getBeanPropertyGetterName(Method) - Static method in class com.varra.util.ReflectUtil
-
Returns beans property getter name or null if method is not
a real getter.
- getBeanPropertySetterName(Method) - Static method in class com.varra.util.ReflectUtil
-
Returns beans property setter name or null if method is not
a real setter.
- getBooleanProperty(String, boolean) - Static method in class com.varra.props.VarraProperties
-
Deprecated.
- getByType(String) - Static method in class com.varra.util.XMLUtils
-
Gets the object by converting the xml, type
XMLUtils.TYPE_REGEX will be
used to parse the class type from attribute in the message.
- getC() - Method in class com.varra.net.IpFeilds
-
Gets the c (Indicates the third part of ip i.e a.b.c.d.) as
integer..
- getCause() - Method in exception com.varra.exception.ChainedException
-
Gets the cause of the actual exception.
- getChomp(String, String) - Static method in class com.varra.util.StringUtils
-
- getClass(T) - Static method in class com.varra.util.WrapperUtils
-
Gets the class of the specified type.
- getClasses(Object...) - Static method in class com.varra.util.ReflectUtil
-
Returns classes from array of specified objects.
- getClassFromPrimitive(Class<T>) - Static method in class com.varra.util.WrapperUtils
-
Gets the class of the specified type.
- getCode() - Method in enum com.varra.util.ShutdownMode
-
Gets the code.
- getCommonPrefix(String[]) - Static method in class com.varra.util.StringUtils
-
Compares all Strings in an array and returns the initial sequence of
characters that is common to all of them.
- getComponentType(Type) - Static method in class com.varra.util.ReflectUtil
-
Returns component type of the given type.
- getComponentType(Type, int) - Static method in class com.varra.util.ReflectUtil
-
Returns the component type of the given type.
For example the following types all have the component-type MyClass:
MyClass[]
List<MyClass>
Foo<? extends MyClass>
Bar<? super MyClass>
<T extends MyClass> T[]
- getConfigFileName() - Static method in class com.varra.spring.SpringContext
-
Gets the config file name.
- getConnection() - Method in class com.varra.jmx.util.JMXUtility
-
- getContent() - Method in class com.varra.jmx.mbean.Log4jConfigLoader
-
- getContent() - Method in interface com.varra.jmx.mbean.Log4jConfigLoaderMBean
-
Gets the log4j content.
- getContext() - Static method in class com.varra.spring.SpringContext
-
Gets the application context.
- getContextFileName() - Method in class com.varra.jmx.mbean.SpringContextLoader
-
- getContextFileName() - Method in interface com.varra.jmx.mbean.SpringContextLoaderMBean
-
- getD() - Method in class com.varra.net.IpFeilds
-
Gets the d (Indicates the fourth part of ip i.e a.b.c.d.) as
integer.
- getDatePattern() - Method in class com.varra.log4j.appender.BackupEnabledDailyRollingFileAppender
-
Returns the value of the DatePattern option.
- getDeclaredField(T, String, boolean) - Static method in class com.varra.util.ReflectUtil
-
Gets the declared field.
- getDeclaredMethod(T, String, boolean) - Static method in class com.varra.util.ReflectUtil
-
Gets the declared method.
- getDescription() - Method in enum com.varra.util.ShutdownMode
-
Gets the description.
- getDetails(String) - Method in class com.varra.jmx.util.JMXUtility
-
Gets the details.
- getElapsedTime() - Method in class com.varra.util.EnhancedTimerTask
-
Gets the elapsed time.
- getElapsedTime() - Method in class com.varra.util.StopWatch
-
Gets the elapsed time.
- getEndTime() - Method in class com.varra.util.StopWatch
-
Gets the end time.
- getEvent() - Method in class com.varra.util.EnhancedTimerTask
-
Gets the event.
- getFieldName(T, String, boolean) - Static method in class com.varra.util.ReflectUtil
-
Gets the declared field name as String.
- getFieldName(Class<T>, String, boolean) - Static method in class com.varra.util.ReflectUtil
-
Gets the declared field name as String.
- getFieldValue(Class<?>, Object, String) - Static method in class com.varra.util.ClassUtils
-
Deprecated.
- getFieldValue(T, String, boolean) - Static method in class com.varra.util.ReflectUtil
-
Gets the field value.
- getFirst() - Method in class com.varra.util.FIFOQueue
-
Returns the first value of this list.
- getGenericSupertype(Class, int) - Static method in class com.varra.util.ReflectUtil
-
Gets the generic supertype.
- getGenericSupertype(Class) - Static method in class com.varra.util.ReflectUtil
-
Gets the generic supertype.
- getGlobalThread(int, int) - Static method in class com.varra.util.GlobalThread
-
- getGlobalThread(int) - Static method in class com.varra.util.GlobalThread
-
- getGlobalThread() - Static method in class com.varra.util.GlobalThread
-
- getInstance() - Static method in class com.varra.jmx.mbean.HealthChecker
-
Gets the single instance of HealthChecker.
- getInstance() - Static method in class com.varra.lang.Void
-
Get the instance of type Void.
- getIntegerProperty(String, int) - Static method in class com.varra.props.VarraProperties
-
Deprecated.
- getInterval() - Method in class com.varra.jmx.mbean.Log4jConfigLoader
-
- getInterval() - Method in interface com.varra.jmx.mbean.Log4jConfigLoaderMBean
-
Gets the interval of the logFile loader that is pre-configured.
- getInterval() - Method in class com.varra.props.ApplicationProperties
-
Gets the properties file monitor interval.
- getInterval() - Method in class com.varra.util.SafeThread
-
Gets the interval.
- getIpAsInt(InetAddress) - Static method in class com.varra.net.IPUtils
-
Gets the IpAddress as 32 bit signed integer.
- getIpAsInt(IpFeilds) - Static method in class com.varra.net.IPUtils
-
Gets the IpAddress as 32 bit signed integer.
- getIpAsLong(InetAddress) - Static method in class com.varra.net.IPUtils
-
Gets the IpAddress as long.
- getIpAsLong(IpFeilds) - Static method in class com.varra.net.IPUtils
-
Gets the IpAddress as long.
- getIpsInRange(InetAddress, InetAddress) - Static method in class com.varra.net.IPUtils
-
Gets all the IPs in the given range including the begin and end IP
Addresses.
- getJVMDetailsHTML(String, RapidFastMap<String, String>) - Static method in class com.varra.jmx.util.XMLUtility
-
Gets the jVM details html.
- getKey(Map<K, V>, V) - Static method in class com.varra.util.MapUtils
-
Gets the key based on value.
- getLast() - Method in class com.varra.util.FIFOQueue
-
Returns the last value of this list.
- getLevel() - Method in class com.varra.jmx.mbean.Log4jConfigLoader
-
- getLevel() - Method in interface com.varra.jmx.mbean.Log4jConfigLoaderMBean
-
Gets the current root log level configured.
- getLevel() - Method in class com.varra.log.ConsoleLogger
-
- getLevel() - Method in interface com.varra.log.Log
-
Returns the assigned
MyLogLevel, if any, for this Category.
- getLevel() - Method in class com.varra.log.Log4jLogger
-
- getLevel() - Method in class com.varra.log.Logger
-
Returns the assigned
MyLogLevel, if any, for this Category.
- getLevel() - Method in class com.varra.log.NoLogger
-
- getLevelAsString() - Method in class com.varra.jmx.mbean.Log4jConfigLoader
-
- getLevelHelp() - Method in class com.varra.jmx.mbean.Log4jConfigLoader
-
- getLevenshteinDistance(String, String) - Static method in class com.varra.util.StringUtils
-
Find the Levenshtein distance between two Strings.
- getListeners() - Method in class com.varra.util.SafeThread
-
Gets the listeners.
- getLogClass(String) - Static method in class com.varra.log.LogManager
-
Gets the log class.
- getLogClassName() - Static method in class com.varra.log.LogManager
-
Gets the log class name.
- getLogFileName() - Method in class com.varra.jmx.mbean.Log4jConfigLoader
-
- getLogFileName() - Method in interface com.varra.jmx.mbean.Log4jConfigLoaderMBean
-
Gets the full qualified log file name.
- getLogger(Class<?>) - Static method in class com.varra.log.Logger
-
Retrieve a logger named according to the value of the name
parameter.
- getLogger(String) - Static method in class com.varra.log.Logger
-
Retrieve a logger named according to the value of the name
parameter.
- getLogger(String) - Static method in class com.varra.log.LogManager
-
Gets the logger.
- getLongAsIP(long) - Static method in class com.varra.net.IPUtils
-
Gets the long as ip.
- getLongAsIPString(long) - Static method in class com.varra.net.IPUtils
-
Gets the long as ip string.
- getMaxBackupIndex() - Method in class com.varra.log4j.appender.BackupEnabledDailyRollingFileAppender
-
Returns the value of the MaxBackupIndex option.
- getMBeanRef() - Method in class com.varra.jmx.mbean.MBean
-
Gets the m bean ref.
- getMethod0(Class, String, Class...) - Static method in class com.varra.util.ReflectUtil
-
Invokes private Class.getMethod0() without throwing
NoSuchMethodException.
- getMethodsThatHas(T, Class<? extends Annotation>) - Static method in class com.varra.util.ReflectUtil
-
Gets the methods that has.
- getName() - Method in class com.varra.jmx.mbean.MBean
-
Gets the name.
- getName() - Method in enum com.varra.jmx.util.MBeanConstants.Application
-
Gets the name.
- getName() - Method in class com.varra.log.ConsoleLogger
-
- getName() - Method in interface com.varra.log.Log
-
Gets the name of the logger.
- getName() - Method in class com.varra.log.Log4jLogger
-
- getName() - Method in class com.varra.log.Logger
-
Gets the name.
- getName() - Method in class com.varra.log.NoLogger
-
- getName() - Method in class com.varra.util.EnhancedTimerTask
-
Gets the name.
- getNestedString(String, String) - Static method in class com.varra.util.StringUtils
-
- getNestedString(String, String, String) - Static method in class com.varra.util.StringUtils
-
- getNextExecutionTime() - Method in class com.varra.util.EnhancedTimerTask
-
Returns the next time at which the task will be executed, ie the.
- getNoLogger() - Static method in class com.varra.log.NoLogger
-
Gets the no logger.
- getNoOfExecTimes() - Method in class com.varra.util.EnhancedTimerTask
-
Gets the no of exec times.
- getNoOfPendingTimes() - Method in class com.varra.util.EnhancedTimerTask
-
Gets the no of pending times.
- getNoOfTimes() - Method in class com.varra.util.EnhancedTimerTask
-
Gets the no of times that executes this particular task.
- getNotificationListener() - Method in class com.varra.jmx.mbean.MBean
-
Gets the notification listener.
- getPeriod() - Method in class com.varra.util.EnhancedTimerTask
-
Returns the period of this task.
- getPort() - Method in class com.varra.jmx.mbean.MBean
-
Gets the port.
- getPortName() - Method in enum com.varra.jmx.util.MBeanConstants.Port
-
Gets the port name.
- getPrechomp(String, String) - Static method in class com.varra.util.StringUtils
-
- getPrevExecutionTime() - Method in class com.varra.util.EnhancedTimerTask
-
Gets the prev execution time.
- getProperties() - Method in class com.varra.props.ApplicationProperties
-
Gets the properties.
- getProperty(String) - Static method in class com.varra.props.VarraProperties
-
Gets the global property, it could be a
SpringContext bean,
application monitoring property or an environment property.
- getProperty(String, Object) - Static method in class com.varra.props.VarraProperties
-
Gets the property value if it is available, else returns the defValue
provided.
- getPropertyAsGeneric(String) - Static method in class com.varra.props.VarraProperties
-
Gets the property as generic, But be careful in taking care of TYPE while
using it.
- getPropertyAsGeneric(String, Class<T>) - Static method in class com.varra.props.VarraProperties
-
Gets the property as generic, But be careful in taking care of TYPE while
using it.
- getPropertyFile() - Method in class com.varra.props.ApplicationProperties
-
Gets the property file.
- getPropertyFileList() - Static method in class com.varra.props.VarraProperties
-
Gets the property file list, contains only the valid.
- getPropertyFileName() - Method in class com.varra.props.ApplicationProperties
-
Gets the property file name.
- getRapidAppDetailsHTML(String, RapidFastMap<String, RapidFastMap<String, String>>) - Static method in class com.varra.jmx.util.XMLUtility
-
Gets the rapid app details html.
- getScreen() - Method in class com.varra.util.PrintScreen
-
Gets the screen.
- getScreen(String) - Method in class com.varra.util.PrintScreen
-
Gets the screen captured and stored in the given directory.
- getSpringContextLoader() - Static method in class com.varra.jmx.mbean.SpringContextLoader
-
Gets the spring context loader.
- getStartTime() - Method in class com.varra.util.StopWatch
-
Gets the start time.
- getSuperclasses(Class) - Static method in class com.varra.util.ReflectUtil
-
Returns all superclasses.
- getSupportedFields(Class) - Static method in class com.varra.util.ReflectUtil
-
Gets the supported fields.
- getSupportedFields(Class, Class) - Static method in class com.varra.util.ReflectUtil
-
Gets the supported fields.
- getSupportedMethods(Class) - Static method in class com.varra.util.ReflectUtil
-
Gets the supported methods.
- getSupportedMethods(Class, Class) - Static method in class com.varra.util.ReflectUtil
-
Returns a Method array of the methods to which instances of
the specified respond except for those methods defined in the class
specified by limit or any of its superclasses.
- getSystemProperty(String) - Static method in class com.varra.props.VarraProperties
-
Gets the system property.
- getType() - Method in class com.varra.jmx.mbean.MBean
-
Gets the type.
- getTypeName() - Method in enum com.varra.jmx.util.MBeanConstants.Type
-
Gets the type name.
- getURL() - Method in class com.varra.jmx.util.JMXUtility
-
Gets the uRL.
- getValidFieldName(Class<?>, String) - Static method in class com.varra.util.ClassUtils
-
Gets the valid field name.
- getWarName() - Method in class com.varra.jmx.mbean.MBean
-
Gets the war name.
- getWrapperProperty(String, T) - Static method in class com.varra.props.VarraProperties
-
Gets the property value if it is available, else returns the defValue
provided.
- getXML(T) - Static method in class com.varra.util.XMLUtils
-
Gets the xML.
- GlobalThread - Class in com.varra.util
-
An global singleton
SafeThread instance.
Created for distribution ease.
- GT_KEEP_ALIVE_TIME_DEFAULT_VALUE - Static variable in interface com.varra.props.Constants
-
- GT_KEEP_ALIVE_TIME_PROPERTY - Static variable in interface com.varra.props.Constants
-
- incrementNoOfExecTimes() - Method in class com.varra.util.EnhancedTimerTask
-
Increments the no of exec times.
- index() - Method in class com.varra.io.FastByteBuffer
-
Returns current index of inner byte array chunk.
- index() - Method in class com.varra.io.FastCharBuffer
-
Returns current index of inner char array chunk.
- INDEX_NOT_FOUND - Static variable in class com.varra.util.ArrayUtils
-
The index value when an element is not found in a list or array:
-1.
- INDEX_NOT_FOUND - Static variable in class com.varra.util.StringUtils
-
Represents a failed index search.
- indexOf(T, T[]) - Static method in class com.varra.util.ArrayUtils
-
Finds the index of the given object in the array.
- indexOf(T, int, T[]) - Static method in class com.varra.util.ArrayUtils
-
Finds the index of the given object in the array starting at the given
index.
- indexOf(Object) - Method in class com.varra.util.FIFOQueue
-
- indexOf(String, char) - Static method in class com.varra.util.StringUtils
-
Finds the first index within a String, handling null.
- indexOf(String, char, int) - Static method in class com.varra.util.StringUtils
-
Finds the first index within a String from a start position, handling
null.
- indexOf(String, String) - Static method in class com.varra.util.StringUtils
-
Finds the first index within a String, handling null.
- indexOf(String, String, int) - Static method in class com.varra.util.StringUtils
-
Finds the first index within a String, handling null.
- indexOfAny(String, char[]) - Static method in class com.varra.util.StringUtils
-
Search a String to find the first index of any character in the given set
of characters.
- indexOfAny(String, String) - Static method in class com.varra.util.StringUtils
-
Search a String to find the first index of any character in the given set
of characters.
- indexOfAny(String, String[]) - Static method in class com.varra.util.StringUtils
-
Find the first index of any of a set of potential substrings.
- indexOfAnyBut(String, char[]) - Static method in class com.varra.util.StringUtils
-
Search a String to find the first index of any character not in the given
set of characters.
- indexOfAnyBut(String, String) - Static method in class com.varra.util.StringUtils
-
Search a String to find the first index of any character not in the given
set of characters.
- indexOfDifference(String, String) - Static method in class com.varra.util.StringUtils
-
Compares two Strings, and returns the index at which the Strings begin to
differ.
- indexOfDifference(String[]) - Static method in class com.varra.util.StringUtils
-
Compares all Strings in an array and returns the index at which the
Strings begin to differ.
- indexOfIgnoreCase(String, String) - Static method in class com.varra.util.StringUtils
-
Case in-sensitive find of the first index within a String.
- indexOfIgnoreCase(String, String, int) - Static method in class com.varra.util.StringUtils
-
Case in-sensitive find of the first index within a String from the
specified position.
- info(Object) - Method in class com.varra.log.ConsoleLogger
-
- info(Object, Throwable) - Method in class com.varra.log.ConsoleLogger
-
- info(Object) - Method in interface com.varra.log.Log
-
Log a message object with the INFO Level.
- info(Object, Throwable) - Method in interface com.varra.log.Log
-
Log a message object with the
INFO level including the
stack trace of the
Throwable t passed as parameter.
- info(Object) - Method in class com.varra.log.Log4jLogger
-
- info(Object, Throwable) - Method in class com.varra.log.Log4jLogger
-
- info(Object) - Method in class com.varra.log.Logger
-
Log a message object with the INFO Level.
- info(Object, Throwable) - Method in class com.varra.log.Logger
-
Log a message object with the
INFO level including the
stack trace of the
Throwable t passed as parameter.
- info(Object) - Method in class com.varra.log.NoLogger
-
- info(Object, Throwable) - Method in class com.varra.log.NoLogger
-
- INSTANCE - Static variable in class com.varra.lang.Void
-
The Constant INSTANCE.
- INTEGER_ONE - Static variable in class com.varra.util.BooleanUtils
-
Reusable Integer constant for one.
- INTEGER_ZERO - Static variable in class com.varra.util.BooleanUtils
-
Reusable Integer constant for zero.
- IntegerUtils - Class in com.varra.util
-
Operations on
Integer that are
null safe.
- IntegerUtils() - Constructor for class com.varra.util.IntegerUtils
-
- InterfaceAudience - Class in com.varra.classification
-
Annotation to inform users of a package, class or method's intended audience.
- InterfaceAudience.LimitedPrivate - Annotation Type in com.varra.classification
-
Intended only for the project(s) or Package(s) specified in the
annotation.
For example, "mbean", "notification", "util".
- InterfaceAudience.Private - Annotation Type in com.varra.classification
-
Intended for use only within this itself.
- InterfaceAudience.Public - Annotation Type in com.varra.classification
-
Intended for use by any project or application.
- InterfaceStability - Class in com.varra.classification
-
Annotation to inform users of how much to rely on a particular package, class
or method not changing over time.
- InterfaceStability() - Constructor for class com.varra.classification.InterfaceStability
-
- InterfaceStability.Evolving - Annotation Type in com.varra.classification
-
Evolving, but can break compatibility at minor release (i.e.
- InterfaceStability.Stable - Annotation Type in com.varra.classification
-
Can evolve while retaining compatibility for minor release boundaries.;
can break compatibility only at major release (i.e.
- InterfaceStability.Unstable - Annotation Type in com.varra.classification
-
No guarantee is provided as to reliability or stability across any level
of release granularity.
- invoke(ObjectName, String, Object[], String[]) - Method in class com.varra.jmx.util.JMXUtility
-
Invoke.
- invoke(Class, Object, String, Class[], Object[]) - Static method in class com.varra.util.ReflectUtil
-
Invokes accessible method of an object.
- invoke(Object, String, Class[], Object[]) - Static method in class com.varra.util.ReflectUtil
-
Invokes accessible method of an object.
- invoke(Object, String, Object[]) - Static method in class com.varra.util.ReflectUtil
-
Invokes accessible method of an object without specifying parameter
types.
- invoke(Class, Object, String, Object[]) - Static method in class com.varra.util.ReflectUtil
-
Invoke.
- invokeDeclared(Class, Object, String, Class[], Object[]) - Static method in class com.varra.util.ReflectUtil
-
Invokes any method of a class, even private ones.
- invokeDeclared(Object, String, Class[], Object[]) - Static method in class com.varra.util.ReflectUtil
-
Invokes any method of a class suppressing java access checking.
- invokeDeclared(Object, String, Object[]) - Static method in class com.varra.util.ReflectUtil
-
Invoke declared.
- invokeDeclared(Class, Object, String, Object[]) - Static method in class com.varra.util.ReflectUtil
-
Invoke declared.
- ioBufferSize - Static variable in class com.varra.Default
-
Default IO buffer size (16 KB).
- ioBufferSize - Static variable in class com.varra.util.StreamUtils
-
The io buffer size.
- IpFeilds - Class in com.varra.net
-
Holds the actual IP details as feilds a,b,c,d from (a.b.c.d).
- IpFeilds(InetAddress) - Constructor for class com.varra.net.IpFeilds
-
Instantiates a new iP feilds.
- IpSubnetCheck - Class in com.varra.net
-
An IP Utility class to check whether the Given IP is in the range!.
- IpSubnetCheck(InetAddress, InetAddress) - Constructor for class com.varra.net.IpSubnetCheck
-
Instantiates a new iP subnet check.
- IPUtils - Class in com.varra.net
-
An IP based Utility class, for saving the coding time.
- IPUtils() - Constructor for class com.varra.net.IPUtils
-
- isAlive() - Method in class com.varra.jmx.mbean.HealthChecker
-
- isAlive() - Method in interface com.varra.jmx.mbean.HealthCheckerMBean
-
Checks if this service is alive, and functioning well.
- isAlive() - Method in class com.varra.jmx.notification.HealthCheckerMBeanNotification
-
Gets the status of the Application.
- isAllLowerCase(String) - Static method in class com.varra.util.StringUtils
-
Checks if the String contains only lowercase characters.
- isAllUpperCase(String) - Static method in class com.varra.util.StringUtils
-
Checks if the String contains only uppercase characters.
- isAlpha(String) - Static method in class com.varra.util.StringUtils
-
Checks if the String contains only unicode letters.
- isAlphanumeric(String) - Static method in class com.varra.util.StringUtils
-
Checks if the String contains only unicode letters or digits.
- isAlphanumericSpace(String) - Static method in class com.varra.util.StringUtils
-
Checks if the String contains only unicode letters, digits or space (
' ').
- isAlphaSpace(String) - Static method in class com.varra.util.StringUtils
-
Checks if the String contains only unicode letters and space (' ').
- isAsciiPrintable(String) - Static method in class com.varra.util.StringUtils
-
Checks if the string contains only ASCII printable characters.
- isAsciiPrintable(char) - Static method in class com.varra.util.StringUtils
-
Checks whether the character is ASCII 7 bit printable.
- isAssignableFrom(Member, Member) - Static method in class com.varra.util.ReflectUtil
-
Returns true if the first member is accessible from second
one.
- isBeanProperty(Method) - Static method in class com.varra.util.ReflectUtil
-
Returns true if method is a bean property.
- isBeanPropertyGetter(Method) - Static method in class com.varra.util.ReflectUtil
-
Returns true if method is bean getter.
- isBeanPropertySetter(Method) - Static method in class com.varra.util.ReflectUtil
-
Returns true if method is bean setter.
- isBlank(String) - Static method in class com.varra.util.StringUtils
-
Checks if a String is whitespace, empty ("") or null.
- isCanceled() - Method in class com.varra.util.EnhancedTimerTask
-
Returns whether this task is canceled.
- isDaemon() - Method in class com.varra.util.EnhancedTimerTask
-
Checks if is daemon.
- isDebugEnabled() - Method in class com.varra.log.ConsoleLogger
-
- isDebugEnabled() - Method in interface com.varra.log.Log
-
Check whether this category is enabled for the DEBUG Level.
- isDebugEnabled() - Method in class com.varra.log.Log4jLogger
-
- isDebugEnabled() - Method in class com.varra.log.Logger
-
Check whether this category is enabled for the DEBUG Level.
- isDebugEnabled() - Method in class com.varra.log.NoLogger
-
- isEmpty() - Method in class com.varra.io.FastByteBuffer
-
Tests if this buffer has no elements.
- isEmpty() - Method in class com.varra.io.FastCharBuffer
-
Tests if this buffer has no elements.
- isEmpty(T...) - Static method in class com.varra.util.ArrayUtils
-
Checks whether the given array is empty.
- isEmpty() - Method in class com.varra.util.FIFOQueue
-
- isEmpty() - Method in class com.varra.util.RapidFastMap
-
Returns true if this map contains no key-value mappings.
- isEmpty(Object[]) - Static method in class com.varra.util.StringUtils
-
Checks if an array of Objects is empty or null.
- isEmpty(long[]) - Static method in class com.varra.util.StringUtils
-
Checks if an array of primitive longs is empty or null.
- isEmpty(int[]) - Static method in class com.varra.util.StringUtils
-
Checks if an array of primitive ints is empty or null.
- isEmpty(short[]) - Static method in class com.varra.util.StringUtils
-
Checks if an array of primitive shorts is empty or null.
- isEmpty(char[]) - Static method in class com.varra.util.StringUtils
-
Checks if an array of primitive chars is empty or null.
- isEmpty(byte[]) - Static method in class com.varra.util.StringUtils
-
Checks if an array of primitive bytes is empty or null.
- isEmpty(double[]) - Static method in class com.varra.util.StringUtils
-
Checks if an array of primitive doubles is empty or null.
- isEmpty(float[]) - Static method in class com.varra.util.StringUtils
-
Checks if an array of primitive floats is empty or null.
- isEmpty(boolean[]) - Static method in class com.varra.util.StringUtils
-
Checks if an array of primitive booleans is empty or null.
- isEmpty(String) - Static method in class com.varra.util.StringUtils
-
Checks if a String is empty ("") or null.
- isExecuteImmediatelySet() - Method in class com.varra.util.EnhancedTimerTask
-
Checks if this is set for immediate execution.
- isExpired() - Method in class com.varra.util.EnhancedTimerTask
-
Checks if is expired.
- isFalse(Boolean) - Static method in class com.varra.util.BooleanUtils
-
Checks if a Boolean value is false, handling
null by returning false.
- isFinished() - Method in class com.varra.util.EnhancedTimerTask
-
Returns whether this task is finished.
- isFirstGraterThanSecond(Integer, Integer) - Static method in class com.varra.util.IntegerUtils
-
Checks if the given first integer is greater than the second integer value
i.e first > second.
- isFirstLessThanSecond(Integer, Integer) - Static method in class com.varra.util.IntegerUtils
-
Checks if the given first integer is less than the second integer value
i.e first < second.
- isFixed() - Method in class com.varra.util.FIFOQueue
-
Checks if is fixed.
- isHighSurrogate(char) - Static method in class com.varra.util.StringUtils
-
Indicates whether ch is a high- (or leading-) surrogate code unit
that is used for representing supplementary characters in UTF-16
encoding.
- isInfoEnabled() - Method in class com.varra.log.ConsoleLogger
-
- isInfoEnabled() - Method in interface com.varra.log.Log
-
Check whether this category is enabled for the info Level.
- isInfoEnabled() - Method in class com.varra.log.Log4jLogger
-
- isInfoEnabled() - Method in class com.varra.log.Logger
-
Check whether this category is enabled for the info Level.
- isInfoEnabled() - Method in class com.varra.log.NoLogger
-
- isInstanceOf(Object, Class<?>) - Static method in class com.varra.util.ObjectUtils
-
Checks if an Object is an instance of the given class.
- isInstanceOf(Object, Class) - Static method in class com.varra.util.ReflectUtil
-
Dynamic version of instanceof.
- isInterfaceImpl(Class, Class) - Static method in class com.varra.util.ReflectUtil
-
Returns true if provided class is interface implementation.
- isItInRange(InetAddress) - Method in class com.varra.net.IpSubnetCheck
-
Checks if is it in range.
- isItInRange(InetAddress, InetAddress, InetAddress) - Static method in class com.varra.net.IPUtils
-
Checks if is it in the given range.
- isItInRange(IpFeilds, IpFeilds, IpFeilds) - Static method in class com.varra.net.IPUtils
-
Checks if is it in range.
- isMonitoringEnabled() - Method in class com.varra.props.ApplicationProperties
-
Checks if is monitoring enabled.
- isNegative(Integer) - Static method in class com.varra.util.IntegerUtils
-
Checks if the given integer is holding a Negative value i.e less than
zero.
- isNotBlank(String) - Static method in class com.varra.util.StringUtils
-
Checks if a String is not empty (""), not null and not whitespace only.
- isNotEmpty(Object[]) - Static method in class com.varra.util.StringUtils
-
Checks if an array of Objects is not empty or not null.
- isNotEmpty(long[]) - Static method in class com.varra.util.StringUtils
-
Checks if an array of primitive longs is not empty or not
null.
- isNotEmpty(int[]) - Static method in class com.varra.util.StringUtils
-
Checks if an array of primitive ints is not empty or not
null.
- isNotEmpty(short[]) - Static method in class com.varra.util.StringUtils
-
Checks if an array of primitive shorts is not empty or not
null.
- isNotEmpty(char[]) - Static method in class com.varra.util.StringUtils
-
Checks if an array of primitive chars is not empty or not
null.
- isNotEmpty(byte[]) - Static method in class com.varra.util.StringUtils
-
Checks if an array of primitive bytes is not empty or not
null.
- isNotEmpty(double[]) - Static method in class com.varra.util.StringUtils
-
Checks if an array of primitive doubles is not empty or not
null.
- isNotEmpty(float[]) - Static method in class com.varra.util.StringUtils
-
Checks if an array of primitive floats is not empty or not
null.
- isNotEmpty(boolean[]) - Static method in class com.varra.util.StringUtils
-
Checks if an array of primitive booleans is not empty or not
null.
- isNotEmpty(String) - Static method in class com.varra.util.StringUtils
-
Checks if a String is not empty ("") and not null.
- isNotFalse(Boolean) - Static method in class com.varra.util.BooleanUtils
-
Checks if a Boolean value is not false,
handling null by returning true.
- isNotInstanceOf(Object, Class<?>) - Static method in class com.varra.util.ObjectUtils
-
Checks if an Object is not an instance of the given class.
- isNotNull(Object) - Static method in class com.varra.util.ObjectUtils
-
Checks if an Object is not null.
- isNotTrue(Boolean) - Static method in class com.varra.util.BooleanUtils
-
Checks if a Boolean value is not true,
handling null by returning true.
- isNull(Object) - Static method in class com.varra.util.ObjectUtils
-
Checks if an Object is null.
- isNumeric(String) - Static method in class com.varra.util.StringUtils
-
Checks if the String contains only unicode digits.
- isNumericSpace(String) - Static method in class com.varra.util.StringUtils
-
Checks if the String contains only unicode digits or space (
' ').
- ISO_8859_1 - Static variable in interface com.varra.util.StringPool
-
- isObjectMethod(Method) - Static method in class com.varra.util.ReflectUtil
-
Returns true if method defined in Object class.
- isPeriodic() - Method in class com.varra.util.EnhancedTimerTask
-
Returns whether this task is periodic.
- isPortOpened(String, int) - Static method in class com.varra.tcp.Client
-
Checks if port is opened.
- isPositive(Integer) - Static method in class com.varra.util.IntegerUtils
-
Checks if the given integer is holding a positive value i.e grater than
zero.
- isPublic(Member) - Static method in class com.varra.util.ReflectUtil
-
Returns true if class member is public.
- isPublic(Class) - Static method in class com.varra.util.ReflectUtil
-
Returns true if class is public.
- isPublicPublic(Member) - Static method in class com.varra.util.ReflectUtil
-
Returns true if class member is public and if its declaring
class is also public.
- isRegistered(MBean) - Method in class com.varra.jmx.registry.MBeanManager
-
- isRegistered(MBean) - Method in interface com.varra.jmx.registry.MBeanRegistration
-
Checks whether an MBean, identified by its Port, the Type
and Application provided, is already registered with the MBean
server.
- isRunning() - Method in class com.varra.util.EnhancedTimerTask
-
Checks if this is already in execution.
- isRunning() - Static method in class com.varra.util.GCThread
-
Checks if it is running.
- isRunning() - Method in class com.varra.util.SafeThread
-
Checks if it is running.
- isSingleExecutable() - Method in class com.varra.util.EnhancedTimerTask
-
Checks if is single executable.
- isSpringContextEnabled() - Static method in class com.varra.spring.SpringContext
-
Checks if the spring context is enabled.
- isSubclass(Class, Class) - Static method in class com.varra.util.ReflectUtil
-
Determines if first class match the destination and simulates kind of
instanceof.
- isTrue(Boolean) - Static method in class com.varra.util.BooleanUtils
-
Checks if a Boolean value is true, handling
null by returning false.
- isUserDefinedMethod(Method) - Static method in class com.varra.util.ReflectUtil
-
Returns true if method is user defined and not defined in
Object class.
- isValid(String) - Method in class com.varra.jmx.mbean.MBean
-
Checks if is valid.
- isValid(String) - Method in class com.varra.props.ApplicationProperties
-
Checks if is valid application properties.
- isWhitespace(String) - Static method in class com.varra.util.StringUtils
-
Checks if the String contains only whitespace.
- isZero(Integer) - Static method in class com.varra.util.IntegerUtils
-
Checks if the given integer is holding a ZERO i.e 0.
- itemRemoved(E) - Method in interface com.varra.util.BufferOverflowListener
-
This is the method to notify the user with the removed item.
- iterator() - Method in class com.varra.util.FIFOQueue
-
- lastIndexOf(Object) - Method in class com.varra.util.FIFOQueue
-
- lastIndexOf(String, char) - Static method in class com.varra.util.StringUtils
-
Finds the last index within a String, handling null.
- lastIndexOf(String, char, int) - Static method in class com.varra.util.StringUtils
-
Finds the last index within a String from a start position, handling
null.
- lastIndexOf(String, String) - Static method in class com.varra.util.StringUtils
-
Finds the last index within a String, handling null.
- lastIndexOf(String, String, int) - Static method in class com.varra.util.StringUtils
-
Finds the first index within a String, handling null.
- lastIndexOfAny(String, String[]) - Static method in class com.varra.util.StringUtils
-
Find the latest index of any of a set of potential substrings.
- lastIndexOfIgnoreCase(String, String) - Static method in class com.varra.util.StringUtils
-
Case in-sensitive find of the last index within a String.
- lastIndexOfIgnoreCase(String, String, int) - Static method in class com.varra.util.StringUtils
-
Case in-sensitive find of the last index within a String from the
specified position.
- lastLoaded() - Method in class com.varra.jmx.mbean.Log4jConfigLoader
-
- lastLoaded() - Method in interface com.varra.jmx.mbean.Log4jConfigLoaderMBean
-
Gets the timeStamp of the logFile when it is Last loaded.
- lastLoaded() - Method in class com.varra.jmx.mbean.SpringContextLoader
-
- lastLoaded() - Method in interface com.varra.jmx.mbean.SpringContextLoaderMBean
-
Gets the timeStamp of the
SpringContext file when it is Last
loaded.
- lastLoaded() - Static method in class com.varra.spring.SpringContext
-
Gets the last loaded.
- lastOrdinalIndexOf(String, String, int) - Static method in class com.varra.util.StringUtils
-
Finds the n-th last index within a String, handling null.
- left(String, int) - Static method in class com.varra.util.StringUtils
-
Gets the leftmost len characters of a String.
- LEFT_BRACE - Static variable in interface com.varra.util.StringPool
-
- LEFT_BRACKET - Static variable in interface com.varra.util.StringPool
-
- LEFT_CHEV - Static variable in interface com.varra.util.StringPool
-
- LEFT_SQ_BRACKET - Static variable in interface com.varra.util.StringPool
-
- leftPad(String, int) - Static method in class com.varra.util.StringUtils
-
Left pad a String with spaces (' ').
- leftPad(String, int, char) - Static method in class com.varra.util.StringUtils
-
Left pad a String with a specified character.
- leftPad(String, int, String) - Static method in class com.varra.util.StringUtils
-
Left pad a String with a specified String.
- length() - Method in class com.varra.io.FastCharBuffer
-
- length(T...) - Static method in class com.varra.util.ArrayUtils
-
- length(Object) - Static method in class com.varra.util.ObjectUtils
-
Returns length of the object.
- length(String) - Static method in class com.varra.util.StringUtils
-
Gets a String's length or 0 if the String is
null.
- LF - Static variable in interface com.varra.props.Constants
-
linefeed LF ('\n').
- ListenerManager<T> - Interface in com.varra.listener
-
An utility interface which will be used for adding/removing the listeners.
- listIterator(int) - Method in class com.varra.util.FIFOQueue
-
- listIterator() - Method in class com.varra.util.FIFOQueue
-
- ListUtils - Class in com.varra.util
-
TODO Description go here.
- log(Object, int, String) - Method in class com.varra.log.ConsoleLogger
-
- log(Object, Throwable) - Method in class com.varra.log.ConsoleLogger
-
- Log - Interface in com.varra.log
-
A convenient way of implementing the Logger functionality.
- log(Object, int, String) - Method in interface com.varra.log.Log
-
Log a message object with the MyLevel (an user
defined) Level.
- log(Object, Throwable) - Method in interface com.varra.log.Log
-
Log a message object with the
MyLevel (an user
defined) Level
including the stack trace of the
Throwable t passed
as parameter.
- log(Object, int, String) - Method in class com.varra.log.Log4jLogger
-
- log(Object, Throwable) - Method in class com.varra.log.Log4jLogger
-
- log(Object, int, String) - Method in class com.varra.log.Logger
-
Log a message object with the MyLevel (an user
defined) Level.
- log(Object, Throwable) - Method in class com.varra.log.Logger
-
Log a message object with the
MyLevel (an user
defined) Level
including the stack trace of the
Throwable t passed
as parameter.
- log(Object, int, String) - Method in class com.varra.log.NoLogger
-
- log(Object, Throwable) - Method in class com.varra.log.NoLogger
-
- Log4jConfigLoader - Class in com.varra.jmx.mbean
-
Loads the log4jConfig file and monitors it, re-loads the log file whenever it
gets changed.
- Log4jConfigLoader(String, int) - Constructor for class com.varra.jmx.mbean.Log4jConfigLoader
-
Instantiates a new log4j config loader.
- Log4jConfigLoaderException - Exception in com.varra.exception
-
TODO Description go here.
- Log4jConfigLoaderException() - Constructor for exception com.varra.exception.Log4jConfigLoaderException
-
Instantiates a new log4j config loader exception.
- Log4jConfigLoaderException(String) - Constructor for exception com.varra.exception.Log4jConfigLoaderException
-
Instantiates a new log4j config loader exception.
- Log4jConfigLoaderException(String, Throwable) - Constructor for exception com.varra.exception.Log4jConfigLoaderException
-
Instantiates a new log4j config loader exception.
- Log4jConfigLoaderException(Throwable) - Constructor for exception com.varra.exception.Log4jConfigLoaderException
-
Instantiates a new log4j config loader exception.
- Log4jConfigLoaderMBean - Interface in com.varra.jmx.mbean
-
Loads the log4jConfig file and monitors it, re-loads the log file whenever it
gets changed.
Exposing this functionality as an MBean, to make this available to outside
world.
- Log4jLogger - Class in com.varra.log
-
TODO Description go here.
- Log4jLogger() - Constructor for class com.varra.log.Log4jLogger
-
Instantiates a new console logger.
- LOG_CLASS_FQ_NAME - Static variable in interface com.varra.log.LoggerConstants
-
- LOG_PROPS_FILE - Static variable in interface com.varra.props.Constants
-
The LO g_ prop s_ file.
- LOG_XML_FILE - Static variable in interface com.varra.props.Constants
-
The LO g_ xm l_ file.
- Logger - Class in com.varra.log
-
Logger -
Yet An another fine grained Logger
class to log the Application specific messages. Is not based on
log4j (
to reduce external dependencies).
- LoggerConstants - Interface in com.varra.log
-
TODO Description go here.
- LogManager - Class in com.varra.log
-
TODO Description go here.
- LogManager() - Constructor for class com.varra.log.LogManager
-
- lowerCase(String) - Static method in class com.varra.util.StringUtils
-
- lowerCase(String, Locale) - Static method in class com.varra.util.StringUtils
-
- RandomUtils - Class in com.varra.util
-
Related to the random utility functions.
- RAPID_TYPE - Static variable in interface com.varra.props.Constants
-
The Constant RAPID_TYPE.
- RAPIDAPPSERVER_HOME - Static variable in interface com.varra.props.Constants
-
The Constant RAPIDAPPSERVER_HOME.
- RapidFastMap<K,V> - Class in com.varra.util
-
- RapidFastMap() - Constructor for class com.varra.util.RapidFastMap
-
Instantiates a new empty rapid fast map with a default initial capacity,
load factor, and concurrencyLevel.
- RapidFastMap(Map<? extends K, ? extends V>) - Constructor for class com.varra.util.RapidFastMap
-
Instantiates a new rapid fast map with the given map elements and its
capacity.
- RapidMBean - Class in com.varra.jmx.mbean
-
An MBean ported to the Rapid.
- RapidMBean(Object, String, String, String) - Constructor for class com.varra.jmx.mbean.RapidMBean
-
Instantiates a new rapid m bean.
- RapidMBean(Object, String, String, String, NotificationListener) - Constructor for class com.varra.jmx.mbean.RapidMBean
-
Instantiates a new rapid mBean with the
NotificationListener,
please be checked whether the mBeanRef u r providing is compatible before
u do this, if not please use the other constructor.
- readAnnotationValue(Annotation, String) - Static method in class com.varra.util.ReflectUtil
-
Reads annotation value.
- readAvailableBytes(InputStream) - Static method in class com.varra.util.StreamUtils
-
Reads all available bytes from InputStream as a byte array.
- readBytes(InputStream) - Static method in class com.varra.util.StreamUtils
-
Read bytes.
- readBytes(InputStream, int) - Static method in class com.varra.util.StreamUtils
-
Read bytes.
- readBytes(Reader) - Static method in class com.varra.util.StreamUtils
-
Read bytes.
- readBytes(Reader, int) - Static method in class com.varra.util.StreamUtils
-
Read bytes.
- readBytes(Reader, String) - Static method in class com.varra.util.StreamUtils
-
Read bytes.
- readBytes(Reader, String, int) - Static method in class com.varra.util.StreamUtils
-
Read bytes.
- readChars(InputStream) - Static method in class com.varra.util.StreamUtils
-
Read chars.
- readChars(InputStream, int) - Static method in class com.varra.util.StreamUtils
-
Read chars.
- readChars(InputStream, String) - Static method in class com.varra.util.StreamUtils
-
Read chars.
- readChars(InputStream, String, int) - Static method in class com.varra.util.StreamUtils
-
Read chars.
- readChars(Reader) - Static method in class com.varra.util.StreamUtils
-
Read chars.
- readChars(Reader, int) - Static method in class com.varra.util.StreamUtils
-
Read chars.
- readObject(String) - Static method in class com.varra.util.ObjectUtils
-
Read object.
- readObject(File) - Static method in class com.varra.util.ObjectUtils
-
Reads serialized object from the file.
- readObjectAsXml(File) - Static method in class com.varra.util.ObjectUtils
-
Reads serialized object from the XML file.
- readObjectAsXml(String) - Static method in class com.varra.util.ObjectUtils
-
Read object as xml.
- readStreamContentAsString(InputStream) - Static method in class com.varra.util.AbstractConfigFileReader
-
* Returns the content of the input stream.
- ReflectUtil - Class in com.varra.util
-
Various java.lang.reflect utilities.
- ReflectUtil() - Constructor for class com.varra.util.ReflectUtil
-
- RegexUtils - Class in com.varra.util
-
Regular expression utils.
- RegexUtils() - Constructor for class com.varra.util.RegexUtils
-
- register(MBean) - Method in class com.varra.jmx.registry.MBeanManager
-
- register(MBean) - Method in interface com.varra.jmx.registry.MBeanRegistration
-
Registers the specified object as an MBean with the MBean server in the
specified Port with the Type and Application
provided.
- registerPropertyChangeListener(PropertyChangeListener, String...) - Static method in class com.varra.props.VarraProperties
-
Register property change listener.
- reload() - Method in class com.varra.jmx.mbean.Log4jConfigLoader
-
- reload(String) - Method in class com.varra.jmx.mbean.Log4jConfigLoader
-
- reload() - Method in interface com.varra.jmx.mbean.Log4jConfigLoaderMBean
-
The Default LogFile will be loaded for every pre-configured interval, but
this request Reloads the logFile forcefully.
- reload() - Method in class com.varra.jmx.mbean.SpringContextLoader
-
- reload() - Method in interface com.varra.jmx.mbean.SpringContextLoaderMBean
-
This will trigger a request to Reload the
SpringContext file
forcefully right now.
- reload(String) - Method in class com.varra.jmx.util.JMXUtility
-
Reload.
- reload() - Static method in class com.varra.spring.SpringContext
-
- remove(Object) - Method in class com.varra.util.FIFOQueue
-
- remove(int) - Method in class com.varra.util.FIFOQueue
-
- remove(K) - Method in class com.varra.util.RapidFastMap
-
Removes the key (and its corresponding value) from this table.
- remove(K, V) - Method in class com.varra.util.RapidFastMap
-
Remove entry for key only if currently mapped to given value.
- remove(String, String) - Static method in class com.varra.util.StringUtils
-
Removes all occurrences of a substring from within the source string.
- remove(String, char) - Static method in class com.varra.util.StringUtils
-
Removes all occurrences of a character from within the source string.
- removeAll(Collection<?>) - Method in class com.varra.util.FIFOQueue
-
- removeApplicationProperties(ApplicationProperties) - Static method in class com.varra.props.VarraProperties
-
Removes the application properties.
- removeEnd(String, String) - Static method in class com.varra.util.StringUtils
-
Removes a substring only if it is at the end of a source string,
otherwise returns the source string.
- removeEndIgnoreCase(String, String) - Static method in class com.varra.util.StringUtils
-
Case insensitive removal of a substring if it is at the end of a source
string, otherwise returns the source string.
- removeFIFOQueueItemRemovedListener(BufferOverflowListener<E>) - Method in class com.varra.util.FIFOQueue
-
Removes the FIFOQueueItemRemovedListener from the list.
- removeFirst() - Method in class com.varra.util.FIFOQueue
-
Removes and returns the first value of this list.
- removeLast() - Method in class com.varra.util.FIFOQueue
-
Removes and returns the last value of this list (fast).
- removeListener(T) - Method in interface com.varra.listener.ListenerManager
-
Removes the listener.
- removePropertyChangeListener(PropertyChangeListener) - Method in class com.varra.props.ApplicationProperties
-
Removes the property change listener.
- removeStart(String, String) - Static method in class com.varra.util.StringUtils
-
Removes a substring only if it is at the begining of a source string,
otherwise returns the source string.
- removeStartIgnoreCase(String, String) - Static method in class com.varra.util.StringUtils
-
Case insensitive removal of a substring if it is at the begining of a
source string, otherwise returns the source string.
- removeTimerTaskListener(TimerTaskListener, Class<? extends EnhancedTimerTask>) - Method in class com.varra.util.SafeThread
-
Removes the timer task listener.
- repeat(String, int) - Static method in class com.varra.util.StringUtils
-
Repeat a String repeat times to form a new String.
- repeat(String, String, int) - Static method in class com.varra.util.StringUtils
-
Repeat a String repeat times to form a new String, with a
String separator injected each time.
- replace(K, V, V) - Method in class com.varra.util.RapidFastMap
-
Replace entry for key only if currently mapped to given value.
- replace(K, V) - Method in class com.varra.util.RapidFastMap
-
Replace entry for key only if currently mapped to some value.
- replace(String, String, String) - Static method in class com.varra.util.StringUtils
-
Replaces all occurrences of a String within another String.
- replace(String, String, String, int) - Static method in class com.varra.util.StringUtils
-
Replaces a String with another String inside a larger String, for the
first max values of the search String.
- REPLACE_UNKNOWN_2_SPACE_PROPERTY - Static variable in interface com.varra.props.Constants
-
- replaceChars(String, char, char) - Static method in class com.varra.util.StringUtils
-
Replaces all occurrences of a character in a String with another.
- replaceChars(String, String, String) - Static method in class com.varra.util.StringUtils
-
Replaces multiple characters in a String in one go.
- replaceEach(String, String[], String[]) - Static method in class com.varra.util.StringUtils
-
Replaces all occurrences of Strings within another String.
- replaceEachRepeatedly(String, String[], String[]) - Static method in class com.varra.util.StringUtils
-
Replaces all occurrences of Strings within another String.
- replaceOnce(String, String, String) - Static method in class com.varra.util.StringUtils
-
Replaces a String with another String inside a larger String, once.
- requestGC() - Static method in class com.varra.util.GCThread
-
Requests GC, but not wait till the GC completes.
- reset() - Method in class com.varra.io.FastByteArrayOutputStream
-
Reset.
- reset() - Method in class com.varra.io.FastCharArrayWriter
-
Reset.
- reset() - Method in class com.varra.util.StopWatch
-
Reset the counter and start counting from scratch.
- resolve2Env(String) - Static method in class com.varra.util.RegexUtils
-
Resolves the property to the environment variables value.
- RESOLVE_REQUIRED_PROPERTY - Static variable in interface com.varra.props.Constants
-
- retainAll(Collection<?>) - Method in class com.varra.util.FIFOQueue
-
- RETURN - Static variable in interface com.varra.util.StringPool
-
- reverse(String) - Static method in class com.varra.util.StringUtils
-
- reverse(Object[]) - Static method in class com.varra.util.StringUtils
-
Reverses the order of the given array.
- reverseDelimited(String, char) - Static method in class com.varra.util.StringUtils
-
Reverses a String that is delimited by a specific character.
- reverseDelimitedString(String, String) - Static method in class com.varra.util.StringUtils
-
- right(String, int) - Static method in class com.varra.util.StringUtils
-
Gets the rightmost len characters of a String.
- RIGHT_BRACE - Static variable in interface com.varra.util.StringPool
-
- RIGHT_BRACKET - Static variable in interface com.varra.util.StringPool
-
- RIGHT_CHEV - Static variable in interface com.varra.util.StringPool
-
- RIGHT_SQ_BRACKET - Static variable in interface com.varra.util.StringPool
-
- rightPad(String, int) - Static method in class com.varra.util.StringUtils
-
Right pad a String with spaces (' ').
- rightPad(String, int, char) - Static method in class com.varra.util.StringUtils
-
Right pad a String with a specified character.
- rightPad(String, int, String) - Static method in class com.varra.util.StringUtils
-
Right pad a String with a specified String.
- run() - Method in class com.varra.util.EnhancedTimerTask
-
- run() - Method in class com.varra.util.GCThread
-
- run() - Method in class com.varra.util.SafeThread
-
- RUNTIME_DOMAIN - Static variable in interface com.varra.props.Constants
-
The RUNTIM e_ domain.
- SafeThread - Class in com.varra.util
-
An Synchronized RealTime Event storing and processing thread.
- SafeThread(ExecutorService) - Constructor for class com.varra.util.SafeThread
-
Instantiates a new safe thread.
- SafeThread(String, ExecutorService) - Constructor for class com.varra.util.SafeThread
-
Instantiates a new safe thread.
- SafeThreadFactory - Class in com.varra.util
-
The Safe thread factory which sets/resets the task's running status flag to
avoid the duplicate execution of same kind.
- SafeThreadFactory() - Constructor for class com.varra.util.SafeThreadFactory
-
Instantiates a new default thread factory.
- SECOND_PART - Static variable in interface com.varra.props.Constants
-
Second part of the regex
- SEMICOLON - Static variable in interface com.varra.util.StringPool
-
- sendMail(String, String, String, String, String, String, String, String) - Method in class com.varra.mail.AutomatedMailerClient
-
sendMail method - Enables to connect to the Automated mailer and send
email.
- Server - Class in com.varra.tcp
-
TODO Description go here.
- Server() - Constructor for class com.varra.tcp.Server
-
- set(int, E) - Method in class com.varra.util.FIFOQueue
-
Sets the.
- setAlive(boolean) - Method in class com.varra.jmx.mbean.HealthChecker
-
Sets the alive status based on the status of the application that it is
running in.
- setApplicationContext(ApplicationContext) - Method in class com.varra.spring.SpringContextListener
-
- setConfigFileName(String) - Static method in class com.varra.spring.SpringContext
-
Sets the config file name.
- setContent(Object) - Method in class com.varra.jmx.mbean.Log4jConfigLoader
-
- setContent(Object) - Method in interface com.varra.jmx.mbean.Log4jConfigLoaderMBean
-
Sets the content.
- setContext(ApplicationContext) - Static method in class com.varra.spring.SpringContext
-
Injected from the class "ApplicationContextProvider" which is
automatically loaded during Spring-Initialization.
- setDaemon(boolean) - Method in class com.varra.util.EnhancedTimerTask
-
Sets the daemon.
- setDatePattern(String) - Method in class com.varra.log4j.appender.BackupEnabledDailyRollingFileAppender
-
The DatePattern takes a string in the same format as expected by.
- setEvent(Object) - Method in class com.varra.util.EnhancedTimerTask
-
Sets the event.
- setExecuteImmediately(boolean) - Method in class com.varra.util.EnhancedTimerTask
-
Sets this flag if something happens and needs to execute this immediately
rather waiting till the interval expires.
- setExpired(boolean) - Method in class com.varra.util.EnhancedTimerTask
-
Sets the expired.
- setFieldValue(T, String, V) - Static method in class com.varra.util.ReflectUtil
-
Sets the field value.
- setFieldValue(T, String, String) - Static method in class com.varra.util.ReflectUtil
-
Sets the field value by converting the string type of value to the
required type of the field.
- setInterval(int) - Method in class com.varra.jmx.mbean.Log4jConfigLoader
-
- setInterval(int) - Method in interface com.varra.jmx.mbean.Log4jConfigLoaderMBean
-
Sets the interval of the logFile loader, replaces the value that is
pre-configured for this instance.
- setInterval(long) - Method in class com.varra.util.SafeThread
-
Sets the interval.
- setLevel(int) - Method in class com.varra.jmx.mbean.Log4jConfigLoader
-
- setLevel(String) - Method in class com.varra.jmx.mbean.Log4jConfigLoader
-
- setLevel(String) - Method in interface com.varra.jmx.mbean.Log4jConfigLoaderMBean
-
It is an admin's helper method to set the log level on demand thru JMX,
It can be done by changing the root log level entry in log properties
too.
Sets the Root Log level, that is passed as an String.
- setLevel(MyLogLevel) - Method in class com.varra.log.ConsoleLogger
-
Throws the UnsupportedOperationException, as it is not implemented in
this version.
- setLevel(MyLogLevel) - Method in interface com.varra.log.Log
-
Set the level of this Category.
- setLevel(MyLogLevel) - Method in class com.varra.log.Log4jLogger
-
- setLevel(MyLogLevel) - Method in class com.varra.log.Logger
-
Set the level of this Category.
- setLevel(MyLogLevel) - Method in class com.varra.log.NoLogger
-
- setLogClass(Class<Log>) - Static method in class com.varra.log.LogManager
-
Sets the log class.
- setLogClassName(String) - Static method in class com.varra.log.LogManager
-
Sets the logger to perform the actual logging mechanism by delegating the
tasks.
- setLogFileName(String) - Method in class com.varra.jmx.mbean.Log4jConfigLoader
-
- setLogFileName(String) - Method in interface com.varra.jmx.mbean.Log4jConfigLoaderMBean
-
Sets the log file name.
- setMaxBackupIndex(int) - Method in class com.varra.log4j.appender.BackupEnabledDailyRollingFileAppender
-
Set the maximum number of backup files to keep around.
- setMyLogLevel(MyLogLevel) - Static method in class com.varra.log.ConsoleLogger
-
Sets the my log level.
- setName(String) - Method in class com.varra.log.ConsoleLogger
-
- setName(String) - Method in interface com.varra.log.Log
-
Sets the name.
- setName(String) - Method in class com.varra.log.Log4jLogger
-
- setName(String) - Method in class com.varra.log.NoLogger
-
- setNoOfTimes(int) - Method in class com.varra.util.EnhancedTimerTask
-
Sets the no of times to execute this particular task.
- setPeriod(long) - Method in class com.varra.util.EnhancedTimerTask
-
Sets the period.
- setPeriodic(boolean) - Method in class com.varra.util.EnhancedTimerTask
-
Sets the periodic.
- setPrevExecutionTime(long) - Method in class com.varra.util.EnhancedTimerTask
-
Sets the prev execution time.
- setProperty(String, Object) - Static method in class com.varra.props.VarraProperties
-
Sets the property.
- setProperty(String, Object, Object) - Static method in class com.varra.props.VarraProperties
-
Sets the property.
- setRunning(boolean) - Method in class com.varra.util.EnhancedTimerTask
-
Sets this flag to avoid duplicate execution of this in case of the
primary execution takes much time than expected.
- setSingleExecutable(boolean) - Method in class com.varra.util.EnhancedTimerTask
-
Sets the single executable to enable single execution of this instance at
any time.
- setSpringContextEnabled(Boolean) - Static method in class com.varra.spring.SpringContext
-
A convenient flag to Set the spring context enabled/disabled.
- setSystemProperty(String, String) - Static method in class com.varra.props.VarraProperties
-
Sets the system property.
- shutdown(ShutdownMode) - Method in class com.varra.log.ConsoleLogger
-
- shutdown(ShutdownMode) - Method in class com.varra.log.Log4jLogger
-
- shutdown(ShutdownMode) - Method in class com.varra.log.Logger
-
- shutdown(ShutdownMode) - Method in class com.varra.log.NoLogger
-
- shutdown(ShutdownMode) - Method in class com.varra.props.PropertyFileMonitor
-
- shutdown() - Static method in class com.varra.spring.SpringContext
-
- shutdown() - Static method in class com.varra.util.GCThread
-
- shutdown() - Method in class com.varra.util.SafeThread
-
- shutdown(ShutdownMode) - Method in interface com.varra.util.Shutdownable
-
Shutdowns this entity properly by performing all the necessary steps to
make sure that all the used resources are released properly based on the
ShutdownMode specified.
- Shutdownable - Interface in com.varra.util
-
A Shutdownable is an service or an object that can be shutdown.
- shutdownAll(ShutdownMode) - Static method in class com.varra.log.LogManager
-
Shutdown all.
- ShutdownMode - Enum in com.varra.util
-
/** An
Enum that lists shutdown modes.
- signal() - Method in class com.varra.util.FIFOQueue
-
Wakes up one waiting thread.
- signalAll() - Method in class com.varra.util.FIFOQueue
-
Wakes up all waiting threads.
- SINGLE_QUOTE - Static variable in interface com.varra.util.StringPool
-
- size() - Method in class com.varra.io.FastByteArrayOutputStream
-
Size.
- size() - Method in class com.varra.io.FastByteBuffer
-
Returns buffer size.
- size() - Method in class com.varra.io.FastCharArrayWriter
-
Size.
- size() - Method in class com.varra.io.FastCharBuffer
-
Returns buffer size.
- size() - Method in class com.varra.util.FIFOQueue
-
- size() - Method in class com.varra.util.RapidFastMap
-
Returns the number of key-value mappings in this map.
- SLASH - Static variable in interface com.varra.util.StringPool
-
- SPACE - Static variable in interface com.varra.util.StringPool
-
- split(String) - Static method in class com.varra.util.StringUtils
-
Splits the provided text into an array, using whitespace as the
separator.
- split(String, char) - Static method in class com.varra.util.StringUtils
-
Splits the provided text into an array, separator specified.
- split(String, String) - Static method in class com.varra.util.StringUtils
-
Splits the provided text into an array, separators specified.
- split(String, String, int) - Static method in class com.varra.util.StringUtils
-
Splits the provided text into an array with a maximum length, separators
specified.
- splitByCharacterType(String) - Static method in class com.varra.util.StringUtils
-
Splits a String by Character type as returned by
java.lang.Character.getType(char).
- splitByCharacterTypeCamelCase(String) - Static method in class com.varra.util.StringUtils
-
Splits a String by Character type as returned by
java.lang.Character.getType(char).
- splitByWholeSeparator(String, String) - Static method in class com.varra.util.StringUtils
-
Splits the provided text into an array, separator string specified.
- splitByWholeSeparator(String, String, int) - Static method in class com.varra.util.StringUtils
-
Splits the provided text into an array, separator string specified.
- splitByWholeSeparatorPreserveAllTokens(String, String) - Static method in class com.varra.util.StringUtils
-
Splits the provided text into an array, separator string specified.
- splitByWholeSeparatorPreserveAllTokens(String, String, int) - Static method in class com.varra.util.StringUtils
-
Splits the provided text into an array, separator string specified.
- splitPreserveAllTokens(String) - Static method in class com.varra.util.StringUtils
-
Splits the provided text into an array, using whitespace as the
separator, preserving all tokens, including empty tokens created by
adjacent separators.
- splitPreserveAllTokens(String, char) - Static method in class com.varra.util.StringUtils
-
Splits the provided text into an array, separator specified, preserving
all tokens, including empty tokens created by adjacent separators.
- splitPreserveAllTokens(String, String) - Static method in class com.varra.util.StringUtils
-
Splits the provided text into an array, separators specified, preserving
all tokens, including empty tokens created by adjacent separators.
- splitPreserveAllTokens(String, String, int) - Static method in class com.varra.util.StringUtils
-
Splits the provided text into an array with a maximum length, separators
specified, preserving all tokens, including empty tokens created by
adjacent separators.
- SPRING_CONTEXT_ENABLED - Static variable in interface com.varra.props.Constants
-
The property to enable or disable the spring context "spring.context.enabled"
- SPRING_CONTEXT_FILE - Static variable in interface com.varra.props.Constants
-
The SPRIN g_ contex t_ file.
- SpringContext - Class in com.varra.spring
-
Provides the Spring Application context based on the behavior of the
application.
- SpringContextListener - Class in com.varra.spring
-
A Convenient class to set the
SpringContext by listening to the web listener.
- SpringContextListener() - Constructor for class com.varra.spring.SpringContextListener
-
Instantiates a new spring context listener.
- SpringContextLoader - Class in com.varra.jmx.mbean
-
Loads the
SpringContext file, re-loads the file whenever it gets a
request thru the JMX.
- SpringContextLoaderMBean - Interface in com.varra.jmx.mbean
-
Loads the
SpringContext file, re-loads the file whenever it gets a
request thru the JMX.
Exposing this functionality as an MBean, to make this available to outside
world.
- SSLUtils - Class in com.varra.util
-
The Class SSLTool.
- SSLUtils() - Constructor for class com.varra.util.SSLUtils
-
- STAR - Static variable in interface com.varra.util.StringPool
-
- start() - Method in class com.varra.util.SafeThread
-
Causes this thread to begin execution;.
- startMonitoring() - Static method in class com.varra.props.VarraProperties
-
Deprecated.
- startsWith(String) - Static method in class com.varra.props.VarraProperties
-
Gets the global property, it could be a
SpringContext bean,
application monitoring property or an environment property which starts
with the given prefix.
- startsWith(String, String) - Static method in class com.varra.util.StringUtils
-
Check if a String starts with a specified prefix.
- startsWithAny(String, String[]) - Static method in class com.varra.util.StringUtils
-
Check if a String starts with any of an array of specified strings.
- startsWithIgnoreCase(String, String) - Static method in class com.varra.util.StringUtils
-
Case insensitive check if a String starts with a specified prefix.
- stop() - Method in class com.varra.util.SafeThread
-
Forces the thread to stop executing.
- StopWatch - Class in com.varra.util
-
An Utility StopWatch which prints the elapsed time details in milli seconds.
- StopWatch(long, long) - Constructor for class com.varra.util.StopWatch
-
Instantiates a new StopWatch with the startTime and endTime provided.
- StopWatch(Date, Date) - Constructor for class com.varra.util.StopWatch
-
Instantiates a new StopWatch with the startTime and endTime provided.
- StopWatch() - Constructor for class com.varra.util.StopWatch
-
Instantiates a new StopWatch.
- StreamUtils - Class in com.varra.util
-
Optimized byte and character stream utilities.
- StreamUtils() - Constructor for class com.varra.util.StreamUtils
-
- StringPool - Interface in com.varra.util
-
Pool of String constants to prevent repeating of
hard-coded String literals in the code.
- StringUtils - Class in com.varra.util
-
/**
- StringUtils() - Constructor for class com.varra.util.StringUtils
-
StringUtils instances should NOT be constructed in standard
programming.
- strip(String) - Static method in class com.varra.util.StringUtils
-
Strips whitespace from the start and end of a String.
- strip(String, String) - Static method in class com.varra.util.StringUtils
-
Strips any of a set of characters from the start and end of a String.
- stripAll(String[]) - Static method in class com.varra.util.StringUtils
-
Strips whitespace from the start and end of every String in an array.
- stripAll(String[], String) - Static method in class com.varra.util.StringUtils
-
Strips any of a set of characters from the start and end of every String
in an array.
- stripEnd(String, String) - Static method in class com.varra.util.StringUtils
-
Strips any of a set of characters from the end of a String.
- stripStart(String, String) - Static method in class com.varra.util.StringUtils
-
Strips any of a set of characters from the start of a String.
- stripToEmpty(String) - Static method in class com.varra.util.StringUtils
-
Strips whitespace from the start and end of a String returning an empty
String if null input.
- stripToNull(String) - Static method in class com.varra.util.StringUtils
-
Strips whitespace from the start and end of a String returning
null if the String is empty ("") after the strip.
- subList(int, int) - Method in class com.varra.util.FIFOQueue
-
- subSequence(int, int) - Method in class com.varra.io.FastCharBuffer
-
Returns sub sequence.
- substring(String, int) - Static method in class com.varra.util.StringUtils
-
Gets a substring from the specified String avoiding exceptions.
- substring(String, int, int) - Static method in class com.varra.util.StringUtils
-
Gets a substring from the specified String avoiding exceptions.
- substringAfter(String, String) - Static method in class com.varra.util.StringUtils
-
Gets the substring after the first occurrence of a separator.
- substringAfterLast(String, String) - Static method in class com.varra.util.StringUtils
-
Gets the substring after the last occurrence of a separator.
- substringBefore(String, String) - Static method in class com.varra.util.StringUtils
-
Gets the substring before the first occurrence of a separator.
- substringBeforeLast(String, String) - Static method in class com.varra.util.StringUtils
-
Gets the substring before the last occurrence of a separator.
- substringBetween(String, String) - Static method in class com.varra.util.StringUtils
-
Gets the String that is nested in between two instances of the same
String.
- substringBetween(String, String, String) - Static method in class com.varra.util.StringUtils
-
Gets the String that is nested in between two Strings.
- substringsBetween(String, String, String) - Static method in class com.varra.util.StringUtils
-
Searches a String for substrings delimited by a start and end tag,
returning all matching substrings in an array.
- swapCase(String) - Static method in class com.varra.util.StringUtils
-
Swaps the case of a String changing upper and title case to lower case,
and lower case to upper case.