Skip navigation links
A B C D E F G H I L M O P R S T U V W 

A

accept() - Method in interface com.bluejeans.utils.stream.Unthrow.IProc0
 
accept(T) - Method in interface com.bluejeans.utils.stream.Unthrow.IProc1
 
accept(T1, T2) - Method in interface com.bluejeans.utils.stream.Unthrow.IProc2
 
accept(T1, T2, T3) - Method in interface com.bluejeans.utils.stream.Unthrow.IProc3
 
add(E) - Method in class com.bluejeans.utils.BulkOperationUtil
Add the given element to queue
addLogic(Instrumentation, String, String, String, String, String) - Static method in class com.bluejeans.utils.MetaUtil
 
addSourceToJarStream(String, File, JarOutputStream, String) - Static method in class com.bluejeans.utils.MetaUtil
add source to jar stream
addTarget(String, Object) - Method in class com.bluejeans.utils.URIInvoker
Add one target
addTargets(Map<String, Object>) - Method in class com.bluejeans.utils.URIInvoker
Add more targets.
addTargets(Object...) - Method in class com.bluejeans.utils.URIInvoker
Add more targets.
agentMain(String, Instrumentation) - Static method in class com.bluejeans.utils.javaagent.BootstrapAgent
 
agentmain(String, Instrumentation) - Static method in class com.bluejeans.utils.javaagent.BootstrapAgent
 
agentmain(String, Instrumentation) - Static method in class com.bluejeans.utils.javaagent.InstrumentationAgent
agent main
allExtendedClassesOf(Class<?>) - Static method in class com.bluejeans.utils.MetaUtil
All classes that the given class extends
allFieldsOf(Class<?>) - Static method in class com.bluejeans.utils.MetaUtil
All fields that can be found on an object of the given class
allMethodsOf(Class<?>) - Static method in class com.bluejeans.utils.MetaUtil
All methods that can be invoked on an object of the given class
allSuperFieldsOf(Class<?>) - Static method in class com.bluejeans.utils.MetaUtil
All fields that can be found on an object's hierarchy other than itself of the given class
appendError(Appendable, Throwable) - Method in class com.bluejeans.utils.URIInvoker
Builds error message from given exception.
appendRunLink(Appendable, String) - Method in class com.bluejeans.utils.URIInvoker
Appends the run value of the given input.
appendRunValue(Appendable, String) - Method in class com.bluejeans.utils.URIInvoker
Appends the run value of the given input.
appendValue(Appendable, String, boolean) - Method in class com.bluejeans.utils.URIInvoker
Appends the json object value of the supplied comma separated keys.
appendValue(Appendable, String, String, boolean) - Method in class com.bluejeans.utils.URIInvoker
Appends the json object value of the supplied comma separated keys.
appendValue(Appendable, Object) - Method in class com.bluejeans.utils.URIInvoker
Append the objects string representation to the given appendable.
apply() - Method in interface com.bluejeans.utils.stream.Unthrow.IFunc0
 
apply(T) - Method in interface com.bluejeans.utils.stream.Unthrow.IFunc1
 
apply(T1, T2) - Method in interface com.bluejeans.utils.stream.Unthrow.IFunc2
 
apply(T1, T2, T3) - Method in interface com.bluejeans.utils.stream.Unthrow.IFunc3
 
assignFromHierarchy(Object) - Static method in class com.bluejeans.utils.MetaUtil
For each field that the subclass has, if superclasses also have it, then fetch that value from hierarchy and set here.
availablePort(int, int) - Static method in class com.bluejeans.utils.MetaUtil
Get available server port from the given port inclusive, until the max count.

B

BigQueue<E> - Class in com.bluejeans.utils
Big queue extension
BigQueue(String, String, int) - Constructor for class com.bluejeans.utils.BigQueue
 
BigQueue(String, String) - Constructor for class com.bluejeans.utils.BigQueue
 
BigQueue(String, String, int, Class<E>) - Constructor for class com.bluejeans.utils.BigQueue
 
BigQueue(String, String, Class<E>) - Constructor for class com.bluejeans.utils.BigQueue
 
BootstrapAgent - Class in com.bluejeans.utils.javaagent
 
BootstrapAgent() - Constructor for class com.bluejeans.utils.javaagent.BootstrapAgent
 
BulkOperationUtil<E> - Class in com.bluejeans.utils
Bulk operation utils for queuing elements and performing bulk operation on them at once, interval based
BulkOperationUtil.BulkOperation<E> - Interface in com.bluejeans.utils
The interface for the bulk operation
BulkOperationUtil.BulkStatus - Enum in com.bluejeans.utils
 

C

classNameObjectMap(Object...) - Static method in class com.bluejeans.utils.MetaUtil
Returns a map containing the object's class name as key with the object itself as value.
com.bluejeans.utils - package com.bluejeans.utils
 
com.bluejeans.utils.javaagent - package com.bluejeans.utils.javaagent
 
com.bluejeans.utils.stream - package com.bluejeans.utils.stream
 
com.bluejeans.utils.theon - package com.bluejeans.utils.theon
 
convert(Object) - Method in class com.bluejeans.utils.URIInvoker
Convert an object to string.
copyFields(Object, Object) - Static method in class com.bluejeans.utils.MetaUtil
For each field that the destination has, if source also have it, then fetch that value from source and set in destination.
create(int, int, String, String, long, BulkOperationUtil.BulkOperation<E>, int, int, int, boolean) - Static method in class com.bluejeans.utils.BulkOperationUtil
Create based on parameters
create(int, int, String, String, long, BulkOperationUtil.BulkOperation<E>, int, int, int) - Static method in class com.bluejeans.utils.BulkOperationUtil
Create based on parameters
create(int, int, BulkOperationUtil.BulkOperation<E>, int, int, int) - Static method in class com.bluejeans.utils.BulkOperationUtil
Create based on parameters
create(int, int, BulkOperationUtil.BulkOperation<E>) - Static method in class com.bluejeans.utils.BulkOperationUtil
Create based on parameters
createJarFromClasses(Class<?>, String, String, Map<String, String>, List<Class<?>>) - Static method in class com.bluejeans.utils.MetaUtil
create jar from class definitions
createJarFromClasses(Class<?>, String, String, Map<String, String>, Class<?>...) - Static method in class com.bluejeans.utils.MetaUtil
create jar from class definitions
createJarFromClasses(String, String, Map<String, String>, Class<?>...) - Static method in class com.bluejeans.utils.MetaUtil
create jar from class definitions
createJarFromDir(String, String, String, Map<String, String>) - Static method in class com.bluejeans.utils.MetaUtil
create jar from source dir into destination dir
createMap(String, Object) - Static method in class com.bluejeans.utils.MetaUtil
Returns a new map which has single entry with the given key and value.
createMap(String, Object, Class<T>) - Static method in class com.bluejeans.utils.MetaUtil
Returns a new map which has single entry with the given key and value.
createParamMap(Object...) - Static method in class com.bluejeans.utils.MetaUtil
Create a params map from given varargs.
createPropsMap(String...) - Static method in class com.bluejeans.utils.MetaUtil
Create a property map from given varargs.

D

decompileClass(String) - Static method in class com.bluejeans.utils.MetaUtil
Decompile class
destroy() - Method in class com.bluejeans.utils.theon.TheonClient
Stop the bulk util and close the http client
disableSslCertificates() - Static method in class com.bluejeans.utils.MetaUtil
Disables SSL certificates checks
doBulk(Collection<E>) - Method in interface com.bluejeans.utils.BulkOperationUtil.BulkOperation
Specify what to do with the bulk collection
doBulk() - Method in class com.bluejeans.utils.BulkOperationUtil
Do the bulk operation.
drainTo(Collection<? super E>, int) - Method in class com.bluejeans.utils.BigQueue
 
dummyElementIs(E) - Method in class com.bluejeans.utils.BulkOperationUtil
 

E

element(byte[]) - Method in class com.bluejeans.utils.BigQueue
 
enableJmx() - Static method in class com.bluejeans.utils.MetaUtil
Enable JMX
enableJmx(int) - Static method in class com.bluejeans.utils.MetaUtil
Enable JMX
encodeForHTML(String) - Static method in class com.bluejeans.utils.MetaUtil
Encode given text
encodeForHTML(JsonNode) - Static method in class com.bluejeans.utils.MetaUtil
Encode the json node text values for HTML
entityTypeIs(Class<E>) - Method in class com.bluejeans.utils.BulkOperationUtil
 
EnumCounter<E extends Enum<E>> - Class in com.bluejeans.utils
Maintains all the counts related to given enum.
EnumCounter(Class<E>) - Constructor for class com.bluejeans.utils.EnumCounter
initializes all the counts.
EnumCounter.EventCountMap - Class in com.bluejeans.utils
Map for maintaining enum counts.
EventCountMap(Class<E>) - Constructor for class com.bluejeans.utils.EnumCounter.EventCountMap
 
exec(String) - Method in class com.bluejeans.utils.SystemInfo
Executes a command.
exec(String, String[], File) - Method in class com.bluejeans.utils.SystemInfo
Executes a command.
execOut(String, String) - Method in class com.bluejeans.utils.SystemInfo
Executes a command sends the given input line and returns the output of it.
execOut(String, String[], File, String, boolean) - Method in class com.bluejeans.utils.SystemInfo
Executes a command sends the given input line and returns the output of it.
execOut(String) - Method in class com.bluejeans.utils.SystemInfo
Executes a command and returns the output of it.
execOut(String, String[], File, boolean) - Method in class com.bluejeans.utils.SystemInfo
Executes a command and returns the output of it.
extractResource(Class<?>, String, String) - Static method in class com.bluejeans.utils.MetaUtil
extract a resource

F

fetchClassDefinitionBytes(Class<?>, Class<?>) - Static method in class com.bluejeans.utils.MetaUtil
Fetch the class definition bytes
fetchClassDefinitionBytes(Class<?>) - Static method in class com.bluejeans.utils.MetaUtil
Fetch the class definition bytes
fetchManifestValues(String) - Static method in class com.bluejeans.utils.javaagent.BootstrapAgent
Read manifest property values
fetchManifestValues(String, Class<?>) - Static method in class com.bluejeans.utils.javaagent.BootstrapAgent
Read manifest property values
fieldDataMap(Object, boolean, String, List<Class<?>>) - Static method in class com.bluejeans.utils.MetaUtil
Get the map of all the return values of all the methods starting with given prefix with the given return types of the given bean.
findClasses(File, String) - Static method in class com.bluejeans.utils.MetaUtil
Recursive method used to find all classes in a given directory and sub dirs.
findFirstField(Class<?>, String) - Static method in class com.bluejeans.utils.MetaUtil
Finds the first field by this name or null if not found.
findFirstFieldByType(Class<?>, String) - Static method in class com.bluejeans.utils.MetaUtil
Finds the first field by its type name or null if not found.
findFirstMethod(Class<?>, String) - Static method in class com.bluejeans.utils.MetaUtil
Finds the first method by this name or null if not found.
findFirstMethod(Class<?>, String, int) - Static method in class com.bluejeans.utils.MetaUtil
Find first method matching name and no.
findFirstMethodEndsWithAndReturns(Class<?>, String, Class<?>) - Static method in class com.bluejeans.utils.MetaUtil
Finds the first method ending by this name and having this return type or null if not found.
findFirstMethodStartsWith(Class<?>, String) - Static method in class com.bluejeans.utils.MetaUtil
Finds the first method starting by this name or null if not found.
findFirstSuperField(Class<?>, String) - Static method in class com.bluejeans.utils.MetaUtil
Finds the first super field by this name or null if not found.
findMethod(Class<?>, String, int) - Method in class com.bluejeans.utils.URIInvoker
Find first method matching name and no.
findSetter(Class<?>, String) - Static method in class com.bluejeans.utils.MetaUtil
Finds the setter method for the property or null if not found.
ftpUpload(String, String, String) - Static method in class com.bluejeans.utils.MetaUtil
upload to ftp
ftpUpload(String, String, String, boolean) - Static method in class com.bluejeans.utils.MetaUtil
upload to ftp
ftpUpload(FTPClient, File, String, boolean) - Static method in class com.bluejeans.utils.MetaUtil
ftp upload recursive

G

get(Object) - Method in class com.bluejeans.utils.EnumCounter.EventCountMap
 
getBatchSize() - Method in class com.bluejeans.utils.BulkOperationUtil
 
getBigQueue() - Method in class com.bluejeans.utils.BulkOperationUtil
 
getBigQueueTimer() - Method in class com.bluejeans.utils.BulkOperationUtil
 
getBigQueueTimerInterval() - Method in class com.bluejeans.utils.BulkOperationUtil
 
getBigQueueTimerInterval() - Method in class com.bluejeans.utils.theon.TheonClient
 
getBulkExecutor() - Method in class com.bluejeans.utils.BulkOperationUtil
 
getBulkExecutorQueueCapacity() - Method in class com.bluejeans.utils.BulkOperationUtil
 
getBulkExecutorSize() - Method in class com.bluejeans.utils.BulkOperationUtil
 
getBulkMessageSize() - Method in class com.bluejeans.utils.theon.TheonClient
 
getBulkOperation() - Method in class com.bluejeans.utils.BulkOperationUtil
 
getBulkOperation() - Method in class com.bluejeans.utils.theon.TheonClient
 
getBulkOperationUtil() - Method in class com.bluejeans.utils.theon.TheonClient
 
getBulkPollInterval() - Method in class com.bluejeans.utils.BulkOperationUtil
 
getBulkPollIntervalSecs() - Method in class com.bluejeans.utils.theon.TheonClient
 
getBulkRetryCount() - Method in class com.bluejeans.utils.BulkOperationUtil
 
getBulkRunnable() - Method in class com.bluejeans.utils.BulkOperationUtil
 
getBulkStatusCounter() - Method in class com.bluejeans.utils.BulkOperationUtil
 
getCharset() - Method in class com.bluejeans.utils.theon.TheonClient
 
getClasses(String) - Static method in class com.bluejeans.utils.MetaUtil
Scans all classes accessible from the context class loader which belong to the given package and sub packages.
getClassLoadingMXBean() - Method in class com.bluejeans.utils.SystemInfo
Returns the classloading MX bean.
getCompilationMXBean() - Method in class com.bluejeans.utils.SystemInfo
Returns the compilation MX bean.
getConvertUtil() - Method in class com.bluejeans.utils.URIInvoker
 
getDefaultKey() - Method in class com.bluejeans.utils.theon.TheonClient
 
getDoer() - Method in class com.bluejeans.utils.BulkOperationUtil
 
getDummyElement() - Method in class com.bluejeans.utils.BigQueue
 
getDummyElement() - Method in class com.bluejeans.utils.BulkOperationUtil
 
getEntityType() - Method in class com.bluejeans.utils.BigQueue
 
getEntityType() - Method in class com.bluejeans.utils.BulkOperationUtil
 
getEnum(String) - Method in class com.bluejeans.utils.EnumCounter.EventCountMap
get the enum for the given string
getEventCounts() - Method in class com.bluejeans.utils.EnumCounter
 
getHttpClient() - Method in class com.bluejeans.utils.theon.TheonClient
 
getHttpConnPoolSize() - Method in class com.bluejeans.utils.theon.TheonClient
 
getInstrumentation() - Static method in class com.bluejeans.utils.javaagent.BootstrapAgent
 
getInstrumentation() - Static method in class com.bluejeans.utils.javaagent.InstrumentationAgent
 
getJsEngine() - Method in class com.bluejeans.utils.URIInvoker
 
getKey() - Method in class com.bluejeans.utils.theon.TheonClient.TheonMessage
 
getLastUpdated() - Method in class com.bluejeans.utils.EnumCounter
 
getLoadedClassesByName(Instrumentation, String) - Static method in class com.bluejeans.utils.MetaUtil
get loaded classes by name from instrumentation
getMaxPostEntitySize() - Method in class com.bluejeans.utils.theon.TheonClient
 
getMemoryMXBean() - Method in class com.bluejeans.utils.SystemInfo
Returns the memory MX bean.
getMessage() - Method in class com.bluejeans.utils.theon.TheonClient.TheonMessage
 
getMinBatchSize() - Method in class com.bluejeans.utils.BulkOperationUtil
 
getN(Object) - Method in class com.bluejeans.utils.EnumCounter.EventCountMap
Get the value, if null reset it.
getO(Object) - Method in class com.bluejeans.utils.EnumCounter.EventCountMap
Get the value, the old way.
getOsMXBean() - Method in class com.bluejeans.utils.SystemInfo
Returns the operating system MX bean.
getParallelBulkOperationUtil() - Method in class com.bluejeans.utils.theon.TheonClient
 
getPassword() - Method in class com.bluejeans.utils.theon.TheonClient
 
getProcessId() - Method in class com.bluejeans.utils.SystemInfo
Returns the process id.
getProcessMap() - Method in class com.bluejeans.utils.SystemInfo
 
getQueue() - Method in class com.bluejeans.utils.BulkOperationUtil
 
getQueueAddFailCount() - Method in class com.bluejeans.utils.BulkOperationUtil
 
getQueueCapacity() - Method in class com.bluejeans.utils.theon.TheonClient
 
getQueueDir() - Method in class com.bluejeans.utils.BulkOperationUtil
 
getQueueDir() - Method in class com.bluejeans.utils.theon.TheonClient
 
getQueueName() - Method in class com.bluejeans.utils.BulkOperationUtil
 
getQueueName() - Method in class com.bluejeans.utils.theon.TheonClient
 
getQueueSize() - Method in class com.bluejeans.utils.BulkOperationUtil
Get the queue size
getRequestConfig() - Method in class com.bluejeans.utils.theon.TheonClient
 
getResourceAsBytes(String) - Static method in class com.bluejeans.utils.MetaUtil
Get the resource as bytes.
getResourceAsBytes(Class<?>, String) - Static method in class com.bluejeans.utils.MetaUtil
Get the resource as bytes.
getResourceAsString(String) - Static method in class com.bluejeans.utils.MetaUtil
Get the resource as string.
getRuntime() - Method in class com.bluejeans.utils.SystemInfo
Returns the JVM runtime.
getRuntimeMXBean() - Method in class com.bluejeans.utils.SystemInfo
Returns the runtime MX bean.
getS(Object) - Method in class com.bluejeans.utils.EnumCounter.EventCountMap
Get synchronized.
getSecEventCounts() - Method in class com.bluejeans.utils.EnumCounter
 
getTargetMap() - Method in class com.bluejeans.utils.URIInvoker
 
getTheonCounter() - Method in class com.bluejeans.utils.theon.TheonClient
 
getTheonUri() - Method in class com.bluejeans.utils.theon.TheonClient
 
getTheonUrl() - Method in class com.bluejeans.utils.theon.TheonClient
 
getThreadMXBean() - Method in class com.bluejeans.utils.SystemInfo
Returns the thread MX bean.
getTopic() - Method in class com.bluejeans.utils.theon.TheonClient.TheonMessage
 
getUsername() - Method in class com.bluejeans.utils.theon.TheonClient
 
getValue(String) - Method in class com.bluejeans.utils.EnumCounter.EventCountMap
get the count of given enum stirng
getValue(String) - Method in class com.bluejeans.utils.EnumCounter
get the event count

H

hash(String) - Static method in class com.bluejeans.utils.MetaUtil
Computes a long hash for this string.

I

incrementEventCount(E) - Method in class com.bluejeans.utils.EnumCounter
Increments an event count.
incrementEventCount(E, int) - Method in class com.bluejeans.utils.EnumCounter
Increments an event count by given value.
init() - Method in class com.bluejeans.utils.theon.TheonClient
Initialized the bulk util and the http client
InstrumentationAgent - Class in com.bluejeans.utils.javaagent
Simple instrumentation agent which exposes a static reference to Instrumentation object
InstrumentationAgent() - Constructor for class com.bluejeans.utils.javaagent.InstrumentationAgent
 
invokeNestedMethod(String, String) - Method in class com.bluejeans.utils.URIInvoker
Invoke a nested method/property on target object.
invokeNestedMethod(Object, String) - Method in class com.bluejeans.utils.URIInvoker
Invoke a nested method/property on target object.
Invoker() - Constructor for class com.bluejeans.utils.InvokerMXBean.Invoker
Registers this as MBean.
InvokerMXBean - Interface in com.bluejeans.utils
Invoker MBean
InvokerMXBean.Invoker - Class in com.bluejeans.utils
The invoker basic implementation.
isAutoCreateValue() - Method in class com.bluejeans.utils.EnumCounter.EventCountMap
 
isBulkRetryEnabled() - Method in class com.bluejeans.utils.BulkOperationUtil
 
isCertValidationDisabled() - Method in class com.bluejeans.utils.theon.TheonClient
 
isFileBased() - Method in class com.bluejeans.utils.BulkOperationUtil
 
isFileBasedQueue() - Method in class com.bluejeans.utils.theon.TheonClient
 
isGzipEnabled() - Method in class com.bluejeans.utils.theon.TheonClient
 
isInitialized() - Method in class com.bluejeans.utils.theon.TheonClient
 
isParallel() - Method in class com.bluejeans.utils.BulkOperationUtil
 
isParallelEnabled() - Method in class com.bluejeans.utils.theon.TheonClient
 
isPeekEnabled() - Method in class com.bluejeans.utils.BulkOperationUtil
 
isPeekEnabled() - Method in class com.bluejeans.utils.theon.TheonClient
 
isPostPerKey() - Method in class com.bluejeans.utils.theon.TheonClient
 
isStopped() - Method in class com.bluejeans.utils.BulkOperationUtil
 
isStringType() - Method in class com.bluejeans.utils.theon.TheonClient
 
isWaitEnabled() - Method in class com.bluejeans.utils.BulkOperationUtil
 
isWaitEnabled() - Method in class com.bluejeans.utils.theon.TheonClient
 

L

LINE_SEPARATOR - Static variable in class com.bluejeans.utils.SystemInfo
The current OS line separator.
LogicTransformer(String, String, int, String, String) - Constructor for class com.bluejeans.utils.MetaUtil.LogicTransformer
 

M

META_MAP - Static variable in class com.bluejeans.utils.MetaUtil
Generic meta data map
MetaUtil - Class in com.bluejeans.utils
Meta utility.
MetaUtil() - Constructor for class com.bluejeans.utils.MetaUtil
 
MetaUtil.LogicTransformer - Class in com.bluejeans.utils
Logic transformer

O

ObjectSizeCalculator - Class in com.bluejeans.utils
Object Size calculator
ObjectSizeCalculator() - Constructor for class com.bluejeans.utils.ObjectSizeCalculator
 
of(Stream<R>) - Static method in class com.bluejeans.utils.stream.Unthrow
 
of2(Stream<R>) - Static method in class com.bluejeans.utils.stream.Unthrow
 
of3(Stream<R>) - Static method in class com.bluejeans.utils.stream.Unthrow
 
of4(Stream<R>) - Static method in class com.bluejeans.utils.stream.Unthrow
 

P

peekTo(Collection<? super E>, int) - Method in class com.bluejeans.utils.BigQueue
 
pop() - Method in class com.bluejeans.utils.BigQueue
 
postMessage(String, String, E) - Method in class com.bluejeans.utils.theon.TheonClient
Add the message to the bulk queue
postMessage(String, String, E, boolean) - Method in class com.bluejeans.utils.theon.TheonClient
Add the message to the bulk queue
postMessageNow(String, String, E) - Method in class com.bluejeans.utils.theon.TheonClient
Post the given message now
postMessagesNow(String, String, Map<String, List<E>>) - Method in class com.bluejeans.utils.theon.TheonClient
Post the given list of messages now
postMessagesNow(String, String, E...) - Method in class com.bluejeans.utils.theon.TheonClient
Post all the given messages now for the given key
postMessagesNow(String, String, List<E>) - Method in class com.bluejeans.utils.theon.TheonClient
Post the given list of messages now for specific key
premain(String, Instrumentation) - Static method in class com.bluejeans.utils.javaagent.InstrumentationAgent
agent premain
printThis(String, String...) - Method in class com.bluejeans.utils.InvokerMXBean.Invoker
 
printThis(String, String...) - Method in interface com.bluejeans.utils.InvokerMXBean
Print the value by running any on this.
PROCESS_ID - Static variable in class com.bluejeans.utils.SystemInfo
The JVM process id.
push(E) - Method in class com.bluejeans.utils.BigQueue
 

R

readableSize(long) - Static method in class com.bluejeans.utils.URIInvoker
Returns a readable size representation of the given bytes size.
readLine(String) - Method in class com.bluejeans.utils.SystemInfo
Reads a line from the command stream.
readLine(Process) - Method in class com.bluejeans.utils.SystemInfo
Reads a line from the command stream.
readLines(String) - Method in class com.bluejeans.utils.SystemInfo
Reads all the output lines from the command stream.
readLines(Process) - Method in class com.bluejeans.utils.SystemInfo
Reads all the output lines from the command stream.
registerAsMBean(Object) - Static method in class com.bluejeans.utils.MetaUtil
Register the instance as MBean.
registerAsMBean(Object, String) - Static method in class com.bluejeans.utils.MetaUtil
Register the instance as MBean with given name.
reset() - Method in class com.bluejeans.utils.EnumCounter
Resets all the counts to zeros.
resetJsEngine() - Method in class com.bluejeans.utils.URIInvoker
Reset the JS Engine.
resetJsEngine(String) - Method in class com.bluejeans.utils.URIInvoker
Reset the JS Engine with given one.
resetSecEventCounts() - Method in class com.bluejeans.utils.EnumCounter
Resets the secondary event counts.
run(String) - Method in class com.bluejeans.utils.SystemInfo
Executes a command and returns the output of it / exception if any
run(String) - Method in class com.bluejeans.utils.URIInvoker
Evaluates the given script.
runCommandFromStream(InputStream, String, String, boolean) - Static method in class com.bluejeans.utils.SystemInfo
Runs a command from its stream data.
runLink(String) - Method in class com.bluejeans.utils.URIInvoker
Evaluates the content of the js from given link.
runNestedMethod(Object, String) - Static method in class com.bluejeans.utils.MetaUtil
Run the nested method on the target object.
runNestedMethodsSilently(Object, String) - Static method in class com.bluejeans.utils.MetaUtil
Run the nested methods silently on the target object.
runThis(String, String...) - Method in class com.bluejeans.utils.InvokerMXBean.Invoker
Run any on this.
runThis(String, String...) - Method in class com.bluejeans.utils.URIInvoker
 

S

setAutoCreateValue(boolean) - Method in class com.bluejeans.utils.EnumCounter.EventCountMap
 
setBatchSize(int) - Method in class com.bluejeans.utils.BulkOperationUtil
 
setBigQueueTimerInterval(long) - Method in class com.bluejeans.utils.theon.TheonClient
 
setBulkMessageSize(int) - Method in class com.bluejeans.utils.theon.TheonClient
 
setBulkPollIntervalSecs(int) - Method in class com.bluejeans.utils.theon.TheonClient
 
setBulkRetryCount(int) - Method in class com.bluejeans.utils.BulkOperationUtil
 
setBulkRetryEnabled(boolean) - Method in class com.bluejeans.utils.BulkOperationUtil
 
setCertValidationDisabled(boolean) - Method in class com.bluejeans.utils.theon.TheonClient
 
setCharset(Charset) - Method in class com.bluejeans.utils.theon.TheonClient
 
setDefaultKey(String) - Method in class com.bluejeans.utils.theon.TheonClient
 
setDummyElement(E) - Method in class com.bluejeans.utils.BigQueue
 
setDummyElement(E) - Method in class com.bluejeans.utils.BulkOperationUtil
 
setEntityType(Class<E>) - Method in class com.bluejeans.utils.BigQueue
 
setEntityType(Class<E>) - Method in class com.bluejeans.utils.BulkOperationUtil
 
setFileBased(boolean) - Method in class com.bluejeans.utils.BulkOperationUtil
 
setFileBasedQueue(boolean) - Method in class com.bluejeans.utils.theon.TheonClient
 
setGzipEnabled(boolean) - Method in class com.bluejeans.utils.theon.TheonClient
 
setHttpConnPoolSize(int) - Method in class com.bluejeans.utils.theon.TheonClient
 
setMaxPostEntitySize(int) - Method in class com.bluejeans.utils.theon.TheonClient
 
setMinBatchSize(int) - Method in class com.bluejeans.utils.BulkOperationUtil
 
setParallel(boolean) - Method in class com.bluejeans.utils.BulkOperationUtil
 
setParallelEnabled(boolean) - Method in class com.bluejeans.utils.theon.TheonClient
 
setPassword(String) - Method in class com.bluejeans.utils.theon.TheonClient
 
setPeekEnabled(boolean) - Method in class com.bluejeans.utils.BulkOperationUtil
 
setPeekEnabled(boolean) - Method in class com.bluejeans.utils.theon.TheonClient
 
setPostPerKey(boolean) - Method in class com.bluejeans.utils.theon.TheonClient
 
setPropertyIfExists(Object, String, Object) - Static method in class com.bluejeans.utils.MetaUtil
Sets the given property if exists with the given value.
setQueueCapacity(int) - Method in class com.bluejeans.utils.theon.TheonClient
 
setQueueDir(String) - Method in class com.bluejeans.utils.theon.TheonClient
 
setQueueName(String) - Method in class com.bluejeans.utils.theon.TheonClient
 
setStringType(boolean) - Method in class com.bluejeans.utils.theon.TheonClient
 
setTarget(String, Object) - Method in class com.bluejeans.utils.URIInvoker
Set the target with name.
setTarget(Object) - Method in class com.bluejeans.utils.URIInvoker
Set the target.
setTheonUrl(String) - Method in class com.bluejeans.utils.theon.TheonClient
 
setUsername(String) - Method in class com.bluejeans.utils.theon.TheonClient
 
setWaitEnabled(boolean) - Method in class com.bluejeans.utils.BulkOperationUtil
 
shuffleArray(Object) - Static method in class com.bluejeans.utils.MetaUtil
Shuffles the given array, if it is array.
SIMPLE_RETURN_TYPE_LIST - Static variable in class com.bluejeans.utils.MetaUtil
The simple return type list
simpleFieldDataMap(Object, boolean) - Static method in class com.bluejeans.utils.MetaUtil
Get the map of all the return values of all the methods with no arguments with simple return types of the given bean.
SIZE_STEPS - Static variable in class com.bluejeans.utils.URIInvoker
The size step suffixes
sizeOf(Object) - Static method in class com.bluejeans.utils.ObjectSizeCalculator
calculates the size of given object
sizeof(Object) - Static method in class com.bluejeans.utils.URIInvoker
Calculates the size of the the given object.
sizeofProperty(String, String) - Method in class com.bluejeans.utils.URIInvoker
Calculates the size of the object represented by the property over the target.
start() - Method in class com.bluejeans.utils.BulkOperationUtil
start
stop() - Method in class com.bluejeans.utils.BulkOperationUtil
Stop the utility and operate on any remaining elements in queue.
SuperTester - Class in com.bluejeans.utils
The tester class for testing all the Get and Set methods in the classes in the given package / for the list of specified objects.
SuperTester(Object[]) - Constructor for class com.bluejeans.utils.SuperTester
Constructs the Tester with supplied list of objects.
SuperTester(String, String[]) - Constructor for class com.bluejeans.utils.SuperTester
Constructs the Tester with supplied package and class names.
SuperTester(Class<?>...) - Constructor for class com.bluejeans.utils.SuperTester
Constructs the Tester with supplied package and class names.
SystemInfo - Class in com.bluejeans.utils
JVM and OS info
SystemInfo() - Constructor for class com.bluejeans.utils.SystemInfo
 

T

testAll() - Method in class com.bluejeans.utils.SuperTester
Test all.
testAll(String) - Static method in class com.bluejeans.utils.SuperTester
Blindly tests all the objects created from the classes from the given package.
testGetters() - Method in class com.bluejeans.utils.SuperTester
This method invokes all the getter methods.
testObjects(Object...) - Static method in class com.bluejeans.utils.SuperTester
Blindly tests all the objects.
testPublics() - Method in class com.bluejeans.utils.SuperTester
This method invokes all the available public methods.
testSetters() - Method in class com.bluejeans.utils.SuperTester
This method invokes all the setter methods.
TheonClient<E extends Serializable> - Class in com.bluejeans.utils.theon
Theon client to post using bulk operations
TheonClient() - Constructor for class com.bluejeans.utils.theon.TheonClient
The default one
TheonClient(String, String, String) - Constructor for class com.bluejeans.utils.theon.TheonClient
With url and credentials
TheonClient.TheonMessage<E extends Serializable> - Class in com.bluejeans.utils.theon
Encapsulates a theon message with topic and key
TheonClient.TheonStatus - Enum in com.bluejeans.utils.theon
Theon event enum
TheonMessage(String, E) - Constructor for class com.bluejeans.utils.theon.TheonClient.TheonMessage
Construct with topic and message, key will be empty string
TheonMessage(String, String, E) - Constructor for class com.bluejeans.utils.theon.TheonClient.TheonMessage
Construct with topic, key and message
toSize(String, String) - Method in class com.bluejeans.utils.URIInvoker
Gives the string representation of the size of the object represented by the property over the target.
transform(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) - Method in class com.bluejeans.utils.MetaUtil.LogicTransformer
 

U

Unthrow - Class in com.bluejeans.utils.stream
Throw unchecker
Unthrow() - Constructor for class com.bluejeans.utils.stream.Unthrow
 
Unthrow.IFunc0<R> - Interface in com.bluejeans.utils.stream
like as Callable
Unthrow.IFunc1<R,T> - Interface in com.bluejeans.utils.stream
like as Function
Unthrow.IFunc2<R,T1,T2> - Interface in com.bluejeans.utils.stream
like as BiFunction
Unthrow.IFunc3<R,T1,T2,T3> - Interface in com.bluejeans.utils.stream
 
Unthrow.IProc0 - Interface in com.bluejeans.utils.stream
like as Runnable
Unthrow.IProc1<T> - Interface in com.bluejeans.utils.stream
like as Consumer
Unthrow.IProc2<T1,T2> - Interface in com.bluejeans.utils.stream
like as BiConsumer
Unthrow.IProc3<T1,T2,T3> - Interface in com.bluejeans.utils.stream
 
URIInvoker - Class in com.bluejeans.utils
Invoker based on URI strings.
URIInvoker(Object) - Constructor for class com.bluejeans.utils.URIInvoker
 
URIInvoker(Object...) - Constructor for class com.bluejeans.utils.URIInvoker
 
URIInvoker(Map<String, Object>) - Constructor for class com.bluejeans.utils.URIInvoker
 

V

valueOf(String) - Static method in enum com.bluejeans.utils.BulkOperationUtil.BulkStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bluejeans.utils.theon.TheonClient.TheonStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.bluejeans.utils.BulkOperationUtil.BulkStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bluejeans.utils.theon.TheonClient.TheonStatus
Returns an array containing the constants of this enum type, in the order they are declared.

W

wrap(Unthrow.IFunc0<R>) - Static method in class com.bluejeans.utils.stream.Unthrow
 
wrap(Unthrow.IFunc1<R, T>, T) - Static method in class com.bluejeans.utils.stream.Unthrow
 
wrap(Unthrow.IFunc2<R, T1, T2>, T1, T2) - Static method in class com.bluejeans.utils.stream.Unthrow
 
wrap(Unthrow.IFunc3<R, T1, T2, T3>, T1, T2, T3) - Static method in class com.bluejeans.utils.stream.Unthrow
 
wrapProc(Unthrow.IProc0) - Static method in class com.bluejeans.utils.stream.Unthrow
 
wrapProc(Unthrow.IProc1<T>, T) - Static method in class com.bluejeans.utils.stream.Unthrow
 
wrapProc(Unthrow.IProc2<T1, T2>, T1, T2) - Static method in class com.bluejeans.utils.stream.Unthrow
 
wrapProc(Unthrow.IProc3<T1, T2, T3>, T1, T2, T3) - Static method in class com.bluejeans.utils.stream.Unthrow
 
writeClassDefinition(Class<?>, String, Class<?>) - Static method in class com.bluejeans.utils.MetaUtil
Write class definition to file
writeClassDefinition(String, Class<?>) - Static method in class com.bluejeans.utils.MetaUtil
Write class definition to file
writeClassDefinitions(Class<?>, String, List<Class<?>>) - Static method in class com.bluejeans.utils.MetaUtil
Write class definition to file
writeClassDefinitions(Class<?>, String, Class<?>...) - Static method in class com.bluejeans.utils.MetaUtil
Write class definition to file
writeClassDefinitions(String, Class<?>...) - Static method in class com.bluejeans.utils.MetaUtil
Write class definition to file
writeLine(String, String) - Method in class com.bluejeans.utils.SystemInfo
Writes a line to the command stream.
writeLine(Process, String) - Method in class com.bluejeans.utils.SystemInfo
Writes a line to the command stream.
A B C D E F G H I L M O P R S T U V W 
Skip navigation links

Copyright © 2017. All rights reserved.