Skip navigation links
A B C E F G H I K L M N P Q R S T U W 

A

align(byte[], int) - Static method in class io.appulse.utils.BytesUtils
 
allocate() - Static method in class io.appulse.utils.Bytes
 
allocate(int) - Static method in class io.appulse.utils.Bytes
 
append(ILoggingEvent) - Method in class io.appulse.utils.test.TestAppender
 
AppulseExecutors - Class in io.appulse.utils.threads
 
AppulseThreadFactory - Class in io.appulse.utils.threads
 
AppulseThreadFactory(String, Boolean, Integer, ThreadFactory, Thread.UncaughtExceptionHandler) - Constructor for class io.appulse.utils.threads.AppulseThreadFactory
 
array() - Method in class io.appulse.utils.Bytes
 
array(int) - Method in class io.appulse.utils.Bytes
Returns byte array representation of class, starting from specified position.
asBytes(char) - Static method in class io.appulse.utils.BytesUtils
 
asBytes(byte) - Static method in class io.appulse.utils.BytesUtils
 
asBytes(short) - Static method in class io.appulse.utils.BytesUtils
 
asBytes(int) - Static method in class io.appulse.utils.BytesUtils
 
asBytes(long) - Static method in class io.appulse.utils.BytesUtils
 
asBytes(float) - Static method in class io.appulse.utils.BytesUtils
 
asBytes(double) - Static method in class io.appulse.utils.BytesUtils
 
asChar(byte[]) - Static method in class io.appulse.utils.BytesUtils
 
asDouble(byte[]) - Static method in class io.appulse.utils.BytesUtils
 
asFloat(byte[]) - Static method in class io.appulse.utils.BytesUtils
 
asInteger(byte[]) - Static method in class io.appulse.utils.BytesUtils
 
asLong(byte[]) - Static method in class io.appulse.utils.BytesUtils
 
asShort(byte[]) - Static method in class io.appulse.utils.BytesUtils
 
asUnsignedByte(byte) - Static method in class io.appulse.utils.BytesUtils
Converts byte to unsigned byte.
asUnsignedByte(byte[]) - Static method in class io.appulse.utils.BytesUtils
Transforms byte array to unsigned byte value as short integer.
asUnsignedInteger(int) - Static method in class io.appulse.utils.BytesUtils
Transforms byte array to unsigned integer value as long integer.
asUnsignedInteger(byte[]) - Static method in class io.appulse.utils.BytesUtils
Transforms byte array to unsigned integer value as long integer.
asUnsignedShort(short) - Static method in class io.appulse.utils.BytesUtils
Transforms byte array to unsigned short integer value as integer.
asUnsignedShort(byte[]) - Static method in class io.appulse.utils.BytesUtils
Transforms byte array to unsigned short integer value as integer.
asyncMode(boolean) - Method in class io.appulse.utils.threads.executor.builder.ForkJoinPoolBuilder
 

B

build() - Method in class io.appulse.utils.threads.executor.builder.ExecutorServiceBuilder
 
build() - Method in class io.appulse.utils.threads.executor.builder.ForkJoinPoolBuilder
 
build() - Method in class io.appulse.utils.threads.executor.builder.ScheduledExecutorServiceBuilder
 
Bytes - Class in io.appulse.utils
 
BytesUtils - Class in io.appulse.utils
 

C

clear() - Method in class io.appulse.utils.Bytes
 
clientTrace(boolean) - Method in class io.appulse.utils.threads.executor.builder.ExecutorServiceBuilder
 
clientTrace() - Method in class io.appulse.utils.threads.executor.builder.ScheduledExecutorServiceBuilder
 
clientTrace(boolean) - Method in class io.appulse.utils.threads.executor.builder.ScheduledExecutorServiceBuilder
 
concatenate(byte[]...) - Static method in class io.appulse.utils.BytesUtils
 
continueExistingPeriodicTasksAfterShutdownPolicy() - Method in class io.appulse.utils.threads.executor.builder.ScheduledExecutorServiceBuilder
 
continueExistingPeriodicTasksAfterShutdownPolicy(boolean) - Method in class io.appulse.utils.threads.executor.builder.ScheduledExecutorServiceBuilder
 
corePoolSize(int) - Method in class io.appulse.utils.threads.executor.builder.ExecutorServiceBuilder
 

E

enableAsyncMode() - Method in class io.appulse.utils.threads.executor.builder.ForkJoinPoolBuilder
 
enableClientTrace() - Method in class io.appulse.utils.threads.executor.builder.ExecutorServiceBuilder
 
enableTimeLogging() - Method in class io.appulse.utils.threads.executor.builder.ExecutorServiceBuilder
 
EVENTS - Static variable in class io.appulse.utils.test.TestAppender
 
execute(Runnable) - Method in class io.appulse.utils.threads.executor.ExecutorServiceWithClientTrace
 
execute(Runnable) - Method in class io.appulse.utils.threads.executor.ExecutorServiceWithTimeMonitor
 
execute(Runnable) - Method in class io.appulse.utils.threads.executor.ScheduledExecutorServiceWithClientTrace
 
executeExistingDelayedTasksAfterShutdownPolicy() - Method in class io.appulse.utils.threads.executor.builder.ScheduledExecutorServiceBuilder
 
executeExistingDelayedTasksAfterShutdownPolicy(boolean) - Method in class io.appulse.utils.threads.executor.builder.ScheduledExecutorServiceBuilder
 
ExecutorServiceBuilder - Class in io.appulse.utils.threads.executor.builder
 
ExecutorServiceBuilder() - Constructor for class io.appulse.utils.threads.executor.builder.ExecutorServiceBuilder
 
ExecutorServiceWithClientTrace - Class in io.appulse.utils.threads.executor
 
ExecutorServiceWithClientTrace(ExecutorService) - Constructor for class io.appulse.utils.threads.executor.ExecutorServiceWithClientTrace
 
ExecutorServiceWithTimeMonitor - Class in io.appulse.utils.threads.executor
 
ExecutorServiceWithTimeMonitor(ExecutorService) - Constructor for class io.appulse.utils.threads.executor.ExecutorServiceWithTimeMonitor
 

F

findFreePort() - Static method in class io.appulse.utils.SocketUtils
 
findFreePort(int, int) - Static method in class io.appulse.utils.SocketUtils
 
flip() - Method in class io.appulse.utils.Bytes
 
ForkJoinPoolBuilder - Class in io.appulse.utils.threads.executor.builder
 
ForkJoinPoolBuilder() - Constructor for class io.appulse.utils.threads.executor.builder.ForkJoinPoolBuilder
 

G

getByte() - Method in class io.appulse.utils.Bytes
 
getByte(int) - Method in class io.appulse.utils.Bytes
 
getBytes() - Method in class io.appulse.utils.Bytes
 
getBytes(int) - Method in class io.appulse.utils.Bytes
 
getBytes(int, int) - Method in class io.appulse.utils.Bytes
 
getFieldValueFrom(Object, String) - Static method in class io.appulse.utils.ReflectionUtils
Extracts field value from object by its name.
getResource(String) - Static method in class io.appulse.utils.ResourceUtils
 
getResource(String, Charset) - Static method in class io.appulse.utils.ResourceUtils
 

H

handler(RejectedExecutionHandler) - Method in class io.appulse.utils.threads.executor.builder.ExecutorServiceBuilder
 
handler(Thread.UncaughtExceptionHandler) - Method in class io.appulse.utils.threads.executor.builder.ForkJoinPoolBuilder
 
handler(RejectedExecutionHandler) - Method in class io.appulse.utils.threads.executor.builder.ScheduledExecutorServiceBuilder
 

I

invokeMethodOf(Object, String, Object...) - Static method in class io.appulse.utils.ReflectionUtils
Invoke method of object with specified arguments.
io.appulse.utils - package io.appulse.utils
 
io.appulse.utils.test - package io.appulse.utils.test
 
io.appulse.utils.threads - package io.appulse.utils.threads
 
io.appulse.utils.threads.executor - package io.appulse.utils.threads.executor
 
io.appulse.utils.threads.executor.builder - package io.appulse.utils.threads.executor.builder
 
isPortAvailable(int) - Static method in class io.appulse.utils.SocketUtils
 

K

keepAliveTime(long) - Method in class io.appulse.utils.threads.executor.builder.ExecutorServiceBuilder
 

L

limit() - Method in class io.appulse.utils.Bytes
 

M

maxPoolSize(int) - Method in class io.appulse.utils.threads.executor.builder.ExecutorServiceBuilder
 

N

newCachedThreadPool() - Static method in class io.appulse.utils.threads.AppulseExecutors
 
newFixedThreadPool(int) - Static method in class io.appulse.utils.threads.AppulseExecutors
 
newScheduledThreadPool() - Static method in class io.appulse.utils.threads.AppulseExecutors
 
newSingleThreadExecutor() - Static method in class io.appulse.utils.threads.AppulseExecutors
 
newThread(Runnable) - Method in class io.appulse.utils.threads.AppulseThreadFactory
 
newWorkStealingPool() - Static method in class io.appulse.utils.threads.AppulseExecutors
 

P

parallelism(int) - Method in class io.appulse.utils.threads.executor.builder.ForkJoinPoolBuilder
 
poolSize(int) - Method in class io.appulse.utils.threads.executor.builder.ScheduledExecutorServiceBuilder
 
position() - Method in class io.appulse.utils.Bytes
 
position(int) - Method in class io.appulse.utils.Bytes
 
put(byte) - Method in class io.appulse.utils.Bytes
 
put(int, byte) - Method in class io.appulse.utils.Bytes
 
put(byte[]) - Method in class io.appulse.utils.Bytes
 
put(int, byte[]) - Method in class io.appulse.utils.Bytes
 

Q

queue(BlockingQueue<Runnable>) - Method in class io.appulse.utils.threads.executor.builder.ExecutorServiceBuilder
 
queueLimit(int) - Method in class io.appulse.utils.threads.executor.builder.ExecutorServiceBuilder
 

R

read(InputStream) - Static method in class io.appulse.utils.BytesUtils
Reads all bytes from stream till the end of the stream.
read(InputStream, int) - Static method in class io.appulse.utils.BytesUtils
Reads fixed length bytes from the stream.
read(Socket) - Static method in class io.appulse.utils.SocketUtils
 
read(Socket, int) - Static method in class io.appulse.utils.SocketUtils
 
readBytes(InputStream) - Static method in class io.appulse.utils.BytesUtils
Reads all bytes from stream till the end of the stream.
readBytes(InputStream, int) - Static method in class io.appulse.utils.BytesUtils
Reads fixed length bytes from the stream.
readBytes(Socket) - Static method in class io.appulse.utils.SocketUtils
 
readBytes(Socket, int) - Static method in class io.appulse.utils.SocketUtils
 
ReflectionUtils - Class in io.appulse.utils
Different reflection helpers.
remaining() - Method in class io.appulse.utils.Bytes
 
removeOnCancelPolicy() - Method in class io.appulse.utils.threads.executor.builder.ScheduledExecutorServiceBuilder
 
removeOnCancelPolicy(boolean) - Method in class io.appulse.utils.threads.executor.builder.ScheduledExecutorServiceBuilder
 
ResourceUtils - Class in io.appulse.utils
 

S

ScheduledExecutorServiceBuilder - Class in io.appulse.utils.threads.executor.builder
 
ScheduledExecutorServiceBuilder() - Constructor for class io.appulse.utils.threads.executor.builder.ScheduledExecutorServiceBuilder
 
ScheduledExecutorServiceWithClientTrace - Class in io.appulse.utils.threads.executor
 
ScheduledExecutorServiceWithClientTrace(ScheduledExecutorService) - Constructor for class io.appulse.utils.threads.executor.ScheduledExecutorServiceWithClientTrace
 
SocketUtils - Class in io.appulse.utils
 
starting(Description) - Method in class io.appulse.utils.test.TestMethodNamePrinter
 

T

TestAppender - Class in io.appulse.utils.test
 
TestAppender() - Constructor for class io.appulse.utils.test.TestAppender
 
TestMethodNamePrinter - Class in io.appulse.utils.test
 
TestMethodNamePrinter() - Constructor for class io.appulse.utils.test.TestMethodNamePrinter
 
threadFactory(ThreadFactory) - Method in class io.appulse.utils.threads.executor.builder.ExecutorServiceBuilder
 
threadFactory(ForkJoinPool.ForkJoinWorkerThreadFactory) - Method in class io.appulse.utils.threads.executor.builder.ForkJoinPoolBuilder
 
threadFactory(ThreadFactory) - Method in class io.appulse.utils.threads.executor.builder.ScheduledExecutorServiceBuilder
 
timeLogging(boolean) - Method in class io.appulse.utils.threads.executor.builder.ExecutorServiceBuilder
 

U

unit(TimeUnit) - Method in class io.appulse.utils.threads.executor.builder.ExecutorServiceBuilder
 

W

wrap(byte[]) - Static method in class io.appulse.utils.Bytes
 
wrap(ByteBuffer) - Static method in class io.appulse.utils.Bytes
 
A B C E F G H I K L M N P Q R S T U W 
Skip navigation links

Copyright © 2018 Appulse. All rights reserved.