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

A

acquire() - Method in class io.appulse.utils.BytesPool
Return the pooled bytes buffer.
acquire(int) - Method in class io.appulse.utils.BytesPool
Return the pooled bytes buffer with guaranteed minimal size.
add(T) - Method in class io.appulse.utils.LimitedQueue
 
align(byte[], int) - Static method in class io.appulse.utils.BytesUtils
Aligns (expand or narrow) a byte array to a specified length.
allocate(int) - Static method in interface io.appulse.utils.Bytes
Create a new Bytes instance with a fixed size content
allocate(int) - Static method in class io.appulse.utils.BytesByteBuf
 
AnnotationUtils - Class in io.appulse.utils
Different annotation helpers.
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 interface io.appulse.utils.Bytes
Returns the byte array that backs this buffer.
array() - Method in class io.appulse.utils.BytesByteBuf
 
array() - Method in class io.appulse.utils.BytesPool.PooledBytes
 
arrayCopy() - Method in interface io.appulse.utils.Bytes
Returns the copy of range the buffer's back byte array from 0 till writeIndex.
asChar(byte[]) - Static method in class io.appulse.utils.BytesUtils
Parses a byte array into a value.
asDouble(byte[]) - Static method in class io.appulse.utils.BytesUtils
Parses a byte array into a value.
asFloat(byte[]) - Static method in class io.appulse.utils.BytesUtils
Parses a byte array into a value.
asInteger(byte[]) - Static method in class io.appulse.utils.BytesUtils
Parses a byte array into a value.
asLong(byte[]) - Static method in class io.appulse.utils.BytesUtils
Parses a byte array into a value.
asShort(byte[]) - Static method in class io.appulse.utils.BytesUtils
Parses a byte array into a value.
asUnsignedByte(byte) - Static method in class io.appulse.utils.BytesUtils
Converts a value into an unsigned value.
asUnsignedByte(byte[]) - Static method in class io.appulse.utils.BytesUtils
Parses a byte array into a value.
asUnsignedInteger(int) - Static method in class io.appulse.utils.BytesUtils
Converts a value into an unsigned value.
asUnsignedInteger(byte[]) - Static method in class io.appulse.utils.BytesUtils
Parses a byte array into a value.
asUnsignedLong(long) - Static method in class io.appulse.utils.BytesUtils
 
asUnsignedLong(byte[]) - Static method in class io.appulse.utils.BytesUtils
 
asUnsignedShort(short) - Static method in class io.appulse.utils.BytesUtils
Converts a value into an unsigned value.
asUnsignedShort(byte[]) - Static method in class io.appulse.utils.BytesUtils
Parses a byte array into a value.
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 - Interface in io.appulse.utils
This interface provides an abstract view for a primitive byte arrays (byte[]).
BytesByteBuf - Class in io.appulse.utils
 
BytesPool - Class in io.appulse.utils
The customisable Bytes pool.
BytesPool.PooledBytes - Class in io.appulse.utils
Specific Bytes implementation for the pools.
BytesUtils - Class in io.appulse.utils
 
byteToChar(int) - Static method in class io.appulse.utils.HexUtil
Converts an integer value into char.
byteToHex(int) - Static method in class io.appulse.utils.HexUtil
Converts an integer value into two-chars string with leading 0.

C

CantReadFromArrayException - Exception in io.appulse.utils.exception
An exception throws when a byte array read process fails.
CantReadFromArrayException() - Constructor for exception io.appulse.utils.exception.CantReadFromArrayException
 
CantWriteToArrayException - Exception in io.appulse.utils.exception
An exception throws when a byte array write process fails.
CantWriteToArrayException() - Constructor for exception io.appulse.utils.exception.CantWriteToArrayException
 
capacity() - Method in interface io.appulse.utils.Bytes
Returns the number of bytes (octets) this buffer can contain.
capacity(int) - Method in interface io.appulse.utils.Bytes
Extends or reduces the buffer's capacity.
capacity() - Method in class io.appulse.utils.BytesByteBuf
 
capacity(int) - Method in class io.appulse.utils.BytesByteBuf
 
capacity() - Method in class io.appulse.utils.BytesPool.PooledBytes
 
capacity(int) - Method in class io.appulse.utils.BytesPool.PooledBytes
 
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
 
CompletablePromise<T> - Class in io.appulse.utils.threads
Future object wrapper to CompletableFuture.
CompletablePromise(Future<T>) - Constructor for class io.appulse.utils.threads.CompletablePromise
 
completedExceptionally(Throwable) - Static method in class io.appulse.utils.threads.FutureUtils
Creates CompletableFuture instance and completes it with specified exception.
concatenate(byte[]...) - Static method in class io.appulse.utils.BytesUtils
Concatenates the several byte arrays into a single one.
continueExistingPeriodicTasksAfterShutdownPolicy() - Method in class io.appulse.utils.threads.executor.builder.ScheduledExecutorServiceBuilder
 
continueExistingPeriodicTasksAfterShutdownPolicy(boolean) - Method in class io.appulse.utils.threads.executor.builder.ScheduledExecutorServiceBuilder
 
convert(long, SizeUnit) - Method in enum io.appulse.utils.SizeUnit
 
copy(byte[]) - Static method in interface io.appulse.utils.Bytes
Copies a byte array into a new Bytes object.
copy(ByteBuffer) - Static method in interface io.appulse.utils.Bytes
Copies a ByteBuffer buffer into a new Bytes object.
copy(byte[]) - Static method in class io.appulse.utils.BytesByteBuf
 
copy(ByteBuffer) - Static method in class io.appulse.utils.BytesByteBuf
 
copy(ByteBuf) - Static method in class io.appulse.utils.BytesByteBuf
 
corePoolSize(int) - Method in class io.appulse.utils.threads.executor.builder.ExecutorServiceBuilder
 

D

deserialize(InputStream) - Static method in class io.appulse.utils.SerializationUtils
Deserializes an Object from the specified stream.
deserialize(byte[]) - Static method in class io.appulse.utils.SerializationUtils
Deserializes a single Object from an array of bytes.

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
 
ExceptionUtils - Class in io.appulse.utils
Different exception helpers.
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

FifoCache<K,V> - Class in io.appulse.utils.cache
FIFO cache implementation based on LinkedHashMap.
FifoCache(int) - Constructor for class io.appulse.utils.cache.FifoCache
 
findAnnotation(Class<?>, Class<T>) - Static method in class io.appulse.utils.AnnotationUtils
Find a single Annotation of annotationType on the supplied Class, traversing its interfaces, annotations, and superclasses if the annotation is not directly present on the given class itself.
findAnnotation(AnnotatedElement, Class<T>) - Static method in class io.appulse.utils.AnnotationUtils
Find a single Annotation of annotationType on the supplied AnnotatedElement.
findAnnotation(Method, Class<T>) - Static method in class io.appulse.utils.AnnotationUtils
Find a single Annotation of annotationType on the supplied Method, traversing its super methods (i.e., from superclasses and interfaces) if the annotation is not directly present on the given method itself.
findFreePort() - Static method in class io.appulse.utils.SocketUtils
 
findFreePort(int, int) - Static method in class io.appulse.utils.SocketUtils
 
firstCompletedWithoutException(CompletionStage<? extends T>...) - Static method in class io.appulse.utils.threads.FutureUtils
Returns first completed future, which didn't throw an exception.
firstCompletedWithoutException(List<? extends CompletionStage<? extends T>>) - Static method in class io.appulse.utils.threads.FutureUtils
Returns first completed future, which didn't throw an exception.
ForkJoinPoolBuilder - Class in io.appulse.utils.threads.executor.builder
 
ForkJoinPoolBuilder() - Constructor for class io.appulse.utils.threads.executor.builder.ForkJoinPoolBuilder
 
FutureUtils - Class in io.appulse.utils.threads
Different future helpers.

G

getAcquiredCount() - Method in class io.appulse.utils.BytesPool
Returns the acquired buffers count.
getByte(int) - Method in interface io.appulse.utils.Bytes
Gets a byte at the specified absolute index in this buffer.
getByte(int) - Method in class io.appulse.utils.BytesByteBuf
 
getByte(int) - Method in class io.appulse.utils.BytesPool.PooledBytes
 
getBytes(int) - Method in interface io.appulse.utils.Bytes
Returns a byte array from the specified absolute index in this buffer till the end of it.
getBytes(int, int) - Method in interface io.appulse.utils.Bytes
Returns a byte array from the specified absolute index in this buffer till the index+length index.
getBytes(int, int) - Method in class io.appulse.utils.BytesByteBuf
 
getBytes(int, int) - Method in class io.appulse.utils.BytesPool.PooledBytes
 
getBytesContent(URL) - Static method in class io.appulse.utils.ResourceUtils
Returns bytes content of a resource file by its URL.
getChar(int) - Method in interface io.appulse.utils.Bytes
Gets a 2-byte UTF-16 character at the specified absolute index in this buffer.
getChar(int) - Method in class io.appulse.utils.BytesByteBuf
 
getChar(int) - Method in class io.appulse.utils.BytesPool.PooledBytes
 
getDouble(int) - Method in interface io.appulse.utils.Bytes
Gets a 64-bit floating point number at the specified absolute index in this buffer.
getDouble(int) - Method in class io.appulse.utils.BytesByteBuf
 
getDouble(int) - Method in class io.appulse.utils.BytesPool.PooledBytes
 
getFieldValueFrom(Object, String) - Static method in class io.appulse.utils.ReflectionUtils
Extracts field value from object by its name.
getFloat(int) - Method in interface io.appulse.utils.Bytes
Gets a 32-bit floating point number at the specified absolute index in this buffer.
getFloat(int) - Method in class io.appulse.utils.BytesByteBuf
 
getFloat(int) - Method in class io.appulse.utils.BytesPool.PooledBytes
 
getFreeCount() - Method in class io.appulse.utils.BytesPool
Returns the free buffers count.
getInt(int) - Method in interface io.appulse.utils.Bytes
Gets a 32-bit integer at the specified absolute index in this buffer.
getInt(int) - Method in class io.appulse.utils.BytesByteBuf
 
getInt(int) - Method in class io.appulse.utils.BytesPool.PooledBytes
 
getLong(int) - Method in interface io.appulse.utils.Bytes
Gets a 64-bit long integer at the specified absolute index in this buffer.
getLong(int) - Method in class io.appulse.utils.BytesByteBuf
 
getLong(int) - Method in class io.appulse.utils.BytesPool.PooledBytes
 
getMessage() - Method in exception io.appulse.utils.exception.CantReadFromArrayException
 
getMessage() - Method in exception io.appulse.utils.exception.CantWriteToArrayException
 
getNext() - Method in class io.appulse.utils.RoundRobin
 
getResource(String) - Static method in class io.appulse.utils.ResourceUtils
Deprecated.
getResource(String, Charset) - Static method in class io.appulse.utils.ResourceUtils
Deprecated.
getResourceUrls(String, String) - Static method in class io.appulse.utils.ResourceUtils
Searches resource files in specific folder and by glob-pattern.
getResourceUrls(String, Pattern) - Static method in class io.appulse.utils.ResourceUtils
Searches resource files in specific folder and by pattern.
getShort(int) - Method in interface io.appulse.utils.Bytes
Gets a 16-bit short integer at the specified absolute index in this buffer.
getShort(int) - Method in class io.appulse.utils.BytesByteBuf
 
getShort(int) - Method in class io.appulse.utils.BytesPool.PooledBytes
 
getString(int) - Method in interface io.appulse.utils.Bytes
Returns a string from the specified absolute index in this buffer till the end of it.
getString(int, Charset) - Method in interface io.appulse.utils.Bytes
Returns a string from the specified absolute index in this buffer till the end of it.
getString(int, int) - Method in interface io.appulse.utils.Bytes
Returns a string from the specified absolute index in this buffer till the index+length index.
getString(int, int, Charset) - Method in interface io.appulse.utils.Bytes
Returns a string from the specified absolute index in this buffer till the index+length index.
getString(int, int, Charset) - Method in class io.appulse.utils.BytesByteBuf
 
getString(int, int, Charset) - Method in class io.appulse.utils.BytesPool.PooledBytes
 
getTextContent(URL, Charset) - Static method in class io.appulse.utils.ResourceUtils
Returns text content of a resource file by its URL.
getTextContent(String) - Static method in class io.appulse.utils.ResourceUtils
Returns a concrete resource content by its name.
getTextContent(String, Charset) - Static method in class io.appulse.utils.ResourceUtils
Returns a concrete resource content by its name.
getTextContent(URL) - Static method in class io.appulse.utils.ResourceUtils
Returns text content of a resource file by its URL.
getTotalCount() - Method in class io.appulse.utils.BytesPool
Returns the total buffers count.
getUnsignedByte(int) - Method in interface io.appulse.utils.Bytes
Gets an unsigned byte at the specified absolute index in this buffer.
getUnsignedInt(int) - Method in interface io.appulse.utils.Bytes
Gets an unsigned 32-bit integer at the specified absolute index in this buffer.
getUnsignedLong(int) - Method in interface io.appulse.utils.Bytes
Gets a unsigned 64-bit long integer at the specified absolute index in this buffer.
getUnsignedShort(int) - Method in interface io.appulse.utils.Bytes
Gets an unsigned 16-bit short integer at the specified absolute index in this buffer.

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
 
HexUtil - Class in io.appulse.utils
The set of different HEX helper funtions.

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.cache - package io.appulse.utils.cache
 
io.appulse.utils.exception - package io.appulse.utils.exception
 
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
 
isAutoResizable() - Method in interface io.appulse.utils.Bytes
Tells if the buffer is auto resizable or not.
isAutoResizable() - Method in class io.appulse.utils.BytesByteBuf
 
isAutoResizable() - Method in class io.appulse.utils.BytesPool.PooledBytes
 
isFull() - Method in class io.appulse.utils.LimitedQueue
Tells if the list is full or not.
isInJavaLangAnnotationPackage(Annotation) - Static method in class io.appulse.utils.AnnotationUtils
Determine if the supplied Annotation is defined in the core JDK java.lang.annotation package.
isInJavaLangAnnotationPackage(Class<? extends Annotation>) - Static method in class io.appulse.utils.AnnotationUtils
Determine if the Annotation with the supplied name is defined in the core JDK java.lang.annotation package.
isInJavaLangAnnotationPackage(String) - Static method in class io.appulse.utils.AnnotationUtils
Determine if the Annotation with the supplied name is defined in the core JDK java.lang.annotation package.
isPortAvailable(int) - Static method in class io.appulse.utils.SocketUtils
 
isReadable() - Method in interface io.appulse.utils.Bytes
Returns true if and only if (this.writerIndex - this.readerIndex) is greater than 0.
isReadable(int) - Method in interface io.appulse.utils.Bytes
Returns true if and only if this buffer contains equal to or more than the specified number of elements.
isWritable() - Method in interface io.appulse.utils.Bytes
Returns true if and only if (this.capacity - this.writerIndex) is greater than 0.
isWritable(int) - Method in interface io.appulse.utils.Bytes
Returns true if and only if this buffer has enough room to allow writing the specified number of elements.

K

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

L

LimitedQueue<T> - Class in io.appulse.utils
Just a regular LinkedList, but with limited capacity.
LimitedQueue() - Constructor for class io.appulse.utils.LimitedQueue
 
LruCache<K,V> - Class in io.appulse.utils.cache
LRU cache implementation based on LinkedHashMap.
LruCache(int) - Constructor for class io.appulse.utils.cache.LruCache
 

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
 
prettyHexDump(byte[]) - Static method in class io.appulse.utils.HexUtil
Returns a multi-line hexadecimal dump of the specified byte array that is easy to read by humans.
prettyHexDump(Bytes) - Static method in class io.appulse.utils.HexUtil
Returns a multi-line hexadecimal dump of the specified Bytes that is easy to read by humans.
prettyHexDump(Bytes, int, int) - Static method in class io.appulse.utils.HexUtil
Returns a multi-line hexadecimal dump of the specified Bytes that is easy to read by humans, starting at the given offset using the given length.

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.ReadBytesUtils
Reads all bytes from the stream till the end of the stream.
read(InputStream, int) - Static method in class io.appulse.utils.ReadBytesUtils
Reads all bytes from the stream till the end of the stream or requested length reached.
read(InputStream, byte[]) - Static method in class io.appulse.utils.ReadBytesUtils
Reads all bytes from the stream to the specified buffer.
read(InputStream, Bytes) - Static method in class io.appulse.utils.ReadBytesUtils
Reads all bytes from the stream to the specified buffer.
read(InputStream, ByteBuffer) - Static method in class io.appulse.utils.ReadBytesUtils
Reads all bytes from the stream to the specified buffer.
read(InputStream, byte[], int) - Static method in class io.appulse.utils.ReadBytesUtils
Reads the bytes from the stream to the specified buffer.
read(InputStream, Bytes, int) - Static method in class io.appulse.utils.ReadBytesUtils
Reads the bytes from the stream to the specified buffer.
read(InputStream, ByteBuffer, int) - Static method in class io.appulse.utils.ReadBytesUtils
Reads the bytes from the stream to the specified buffer.
read(InputStream, byte[], int, int) - Static method in class io.appulse.utils.ReadBytesUtils
Reads the bytes from the stream to the specified buffer.
read(ReadableByteChannel, byte[]) - Static method in class io.appulse.utils.ReadBytesUtils
Reads all bytes from the channel to the specified buffer.
read(ReadableByteChannel, byte[], int) - Static method in class io.appulse.utils.ReadBytesUtils
Reads all bytes from the channel to the specified buffer.
read(ReadableByteChannel, byte[], int, int) - Static method in class io.appulse.utils.ReadBytesUtils
Reads the bytes from the stream to the specified buffer.
read(ReadableByteChannel, ByteBuffer) - Static method in class io.appulse.utils.ReadBytesUtils
Reads all bytes from the channel to the specified buffer.
read(ReadableByteChannel, ByteBuffer, int) - Static method in class io.appulse.utils.ReadBytesUtils
Reads all bytes from the channel to the specified buffer.
read(ReadableByteChannel, Bytes) - Static method in class io.appulse.utils.ReadBytesUtils
Reads all bytes from the channel to the specified buffer.
read(ReadableByteChannel, Bytes, int) - Static method in class io.appulse.utils.ReadBytesUtils
Reads all bytes from the channel to the specified buffer.
read(File, byte[]) - Static method in class io.appulse.utils.ReadBytesUtils
Reads all bytes from the file to the specified buffer.
read(Path, byte[]) - Static method in class io.appulse.utils.ReadBytesUtils
Reads all bytes from the file to the specified buffer.
read(File, byte[], int) - Static method in class io.appulse.utils.ReadBytesUtils
Reads all bytes from the file to the specified buffer.
read(Path, byte[], int) - Static method in class io.appulse.utils.ReadBytesUtils
Reads all bytes from the file to the specified buffer.
read(File, byte[], int, int) - Static method in class io.appulse.utils.ReadBytesUtils
Reads the bytes from the file to the specified buffer.
read(Path, byte[], int, int) - Static method in class io.appulse.utils.ReadBytesUtils
Reads the bytes from the file to the specified buffer.
read(File, Bytes) - Static method in class io.appulse.utils.ReadBytesUtils
Reads the bytes from the file to the specified buffer.
read(Path, Bytes) - Static method in class io.appulse.utils.ReadBytesUtils
Reads the bytes from the file to the specified buffer.
read(File, Bytes, int) - Static method in class io.appulse.utils.ReadBytesUtils
Reads the bytes from the file to the specified buffer.
read(Path, Bytes, int) - Static method in class io.appulse.utils.ReadBytesUtils
Reads the bytes from the file to the specified buffer.
read(File, ByteBuffer) - Static method in class io.appulse.utils.ReadBytesUtils
Reads the bytes from the file to the specified buffer.
read(Path, ByteBuffer) - Static method in class io.appulse.utils.ReadBytesUtils
Reads the bytes from the file to the specified buffer.
read(File, ByteBuffer, int) - Static method in class io.appulse.utils.ReadBytesUtils
Reads the bytes from the file to the specified buffer.
read(Path, ByteBuffer, int) - Static method in class io.appulse.utils.ReadBytesUtils
Reads the bytes from the file to the specified buffer.
read(Socket) - Static method in class io.appulse.utils.SocketUtils
 
read(Socket, int) - Static method in class io.appulse.utils.SocketUtils
 
readableBytes() - Method in interface io.appulse.utils.Bytes
Returns the number of readable bytes which is equal to (this.writerIndex - this.readerIndex).
readByte() - Method in interface io.appulse.utils.Bytes
Gets a byte at the current readerIndex and increases the readerIndex by 1 in this buffer.
readByte() - Method in class io.appulse.utils.BytesByteBuf
 
readByte() - Method in class io.appulse.utils.BytesPool.PooledBytes
 
readBytes() - Method in interface io.appulse.utils.Bytes
Reads this buffer's data to a newly created byte array starting at the current readerIndex and increases the readerIndex by the number of the readed bytes (= dst.length).
readBytes(int) - Method in interface io.appulse.utils.Bytes
Reads this buffer's data to a newly created byte array starting at the current readerIndex and increases the readerIndex by the number of the transferred bytes (= length).
readBytes(byte[]) - Method in interface io.appulse.utils.Bytes
Reads this buffer's data to the specified destination starting at the current readerIndex and increases the readerIndex by the number of the readed bytes (= destination.length).
readBytes(byte[], int, int) - Method in interface io.appulse.utils.Bytes
Reads this buffer's data to the specified destination starting at the current readerIndex and increases the readerIndex by the number of the readed bytes (= length).
readBytes(byte[], int, int) - Method in class io.appulse.utils.BytesByteBuf
 
readBytes(byte[], int, int) - Method in class io.appulse.utils.BytesPool.PooledBytes
 
readBytes(Socket) - Static method in class io.appulse.utils.SocketUtils
 
readBytes(Socket, int) - Static method in class io.appulse.utils.SocketUtils
 
ReadBytesUtils - Class in io.appulse.utils
The helper methods for reading different streams/channels/files to buffers.
readChar() - Method in interface io.appulse.utils.Bytes
Gets a char at the current readerIndex and increases the readerIndex by 2 in this buffer.
readChar() - Method in class io.appulse.utils.BytesByteBuf
 
readChar() - Method in class io.appulse.utils.BytesPool.PooledBytes
 
readCharacter(byte[], int) - Static method in class io.appulse.utils.BytesUtils
Safe read a value from a byte array.
readDouble() - Method in interface io.appulse.utils.Bytes
Gets a double at the current readerIndex and increases the readerIndex by 8 in this buffer.
readDouble() - Method in class io.appulse.utils.BytesByteBuf
 
readDouble() - Method in class io.appulse.utils.BytesPool.PooledBytes
 
readDouble(byte[], int) - Static method in class io.appulse.utils.BytesUtils
Safe read a value from a byte array.
readerIndex() - Method in interface io.appulse.utils.Bytes
Returns the readerIndex of this buffer.
readerIndex(int) - Method in interface io.appulse.utils.Bytes
Sets the readerIndex of this buffer.
readerIndex() - Method in class io.appulse.utils.BytesByteBuf
 
readerIndex(int) - Method in class io.appulse.utils.BytesByteBuf
 
readerIndex() - Method in class io.appulse.utils.BytesPool.PooledBytes
 
readerIndex(int) - Method in class io.appulse.utils.BytesPool.PooledBytes
 
readFloat() - Method in interface io.appulse.utils.Bytes
Gets a float at the current readerIndex and increases the readerIndex by 4 in this buffer.
readFloat() - Method in class io.appulse.utils.BytesByteBuf
 
readFloat() - Method in class io.appulse.utils.BytesPool.PooledBytes
 
readFloat(byte[], int) - Static method in class io.appulse.utils.BytesUtils
Safe read a value from a byte array.
readInt() - Method in interface io.appulse.utils.Bytes
Gets a int at the current readerIndex and increases the readerIndex by 4 in this buffer.
readInt() - Method in class io.appulse.utils.BytesByteBuf
 
readInt() - Method in class io.appulse.utils.BytesPool.PooledBytes
 
readInteger(byte[], int) - Static method in class io.appulse.utils.BytesUtils
Safe read a value from a byte array.
readLong() - Method in interface io.appulse.utils.Bytes
Gets a long at the current readerIndex and increases the readerIndex by 8 in this buffer.
readLong() - Method in class io.appulse.utils.BytesByteBuf
 
readLong() - Method in class io.appulse.utils.BytesPool.PooledBytes
 
readLong(byte[], int) - Static method in class io.appulse.utils.BytesUtils
Safe read a value from a byte array.
readShort() - Method in interface io.appulse.utils.Bytes
Gets a short at the current readerIndex and increases the readerIndex by 2 in this buffer.
readShort() - Method in class io.appulse.utils.BytesByteBuf
 
readShort() - Method in class io.appulse.utils.BytesPool.PooledBytes
 
readShort(byte[], int) - Static method in class io.appulse.utils.BytesUtils
Safe read a value from a byte array.
readString() - Method in interface io.appulse.utils.Bytes
Reads this buffer's data to a string starting at the current readerIndex and increases the readerIndex by the number of the readed bytes (= dst.length).
readString(Charset) - Method in interface io.appulse.utils.Bytes
Reads this buffer's data to a string starting at the current readerIndex and increases the readerIndex by the number of the readed bytes (= dst.length).
readString(int) - Method in interface io.appulse.utils.Bytes
Reads this buffer's data to a string starting at the current readerIndex and increases the readerIndex by the number of the transferred bytes (= length).
readString(int, Charset) - Method in interface io.appulse.utils.Bytes
Reads this buffer's data to a string starting at the current readerIndex and increases the readerIndex by the number of the transferred bytes (= length).
readUnsignedByte() - Method in interface io.appulse.utils.Bytes
Gets an unsigned byte at the current readerIndex and increases the readerIndex by 1 in this buffer.
readUnsignedByte(byte[], int) - Static method in class io.appulse.utils.BytesUtils
Safe read a value from a byte array.
readUnsignedInt() - Method in interface io.appulse.utils.Bytes
Gets an unsigned int at the current readerIndex and increases the readerIndex by 4 in this buffer.
readUnsignedInteger(byte[], int) - Static method in class io.appulse.utils.BytesUtils
Safe read a value from a byte array.
readUnsignedLong() - Method in interface io.appulse.utils.Bytes
Gets an unsigned long at the current readerIndex and increases the readerIndex by 8 in this buffer.
readUnsignedShort() - Method in interface io.appulse.utils.Bytes
Gets an unsigned short at the current readerIndex and increases the readerIndex by 2 in this buffer.
readUnsignedShort(byte[], int) - Static method in class io.appulse.utils.BytesUtils
Safe read a value from a byte array.
ReflectionUtils - Class in io.appulse.utils
Different reflection helpers.
release() - Method in class io.appulse.utils.BytesPool.PooledBytes
Releases the this Bytes instance in its pool back.
release(BytesPool.PooledBytes) - Method in class io.appulse.utils.BytesPool
Release the acquired bytes buffer.
removeEldestEntry(Map.Entry<K, V>) - Method in class io.appulse.utils.cache.FifoCache
 
removeEldestEntry(Map.Entry<K, V>) - Method in class io.appulse.utils.cache.LruCache
 
removeOnCancelPolicy() - Method in class io.appulse.utils.threads.executor.builder.ScheduledExecutorServiceBuilder
 
removeOnCancelPolicy(boolean) - Method in class io.appulse.utils.threads.executor.builder.ScheduledExecutorServiceBuilder
 
reset() - Method in interface io.appulse.utils.Bytes
Sets the readerIndex and writerIndex of this buffer to 0.
resizableArray() - Static method in interface io.appulse.utils.Bytes
Creates a new Bytes instance with a resizable content.
resizableArray(int) - Static method in interface io.appulse.utils.Bytes
Creates a new Bytes instance with a resizable content.
ResourceUtils - Class in io.appulse.utils
 
RoundRobin<T> - Class in io.appulse.utils
Round robin collection wrapper.
RoundRobin(T...) - Constructor for class io.appulse.utils.RoundRobin
 
RoundRobin(Collection<T>) - Constructor for class io.appulse.utils.RoundRobin
 

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
 
SerializationException - Exception in io.appulse.utils.exception
Exception thrown when the Serialization process fails.
SerializationException() - Constructor for exception io.appulse.utils.exception.SerializationException
 
SerializationException(String) - Constructor for exception io.appulse.utils.exception.SerializationException
 
SerializationException(String, Throwable) - Constructor for exception io.appulse.utils.exception.SerializationException
 
SerializationException(Throwable) - Constructor for exception io.appulse.utils.exception.SerializationException
 
SerializationException(String, Throwable, boolean, boolean) - Constructor for exception io.appulse.utils.exception.SerializationException
 
SerializationUtils - Class in io.appulse.utils
Different serialization helpers.
serialize(Serializable, OutputStream) - Static method in class io.appulse.utils.SerializationUtils
Serializes an Object to the specified stream.
serialize(Serializable) - Static method in class io.appulse.utils.SerializationUtils
Serializes an Object to a byte array for storage/serialization.
set1B(int, byte) - Method in interface io.appulse.utils.Bytes
Sets the specified byte at the specified absolute index in this buffer.
set1B(int, short) - Method in interface io.appulse.utils.Bytes
Sets the specified byte at the specified absolute index in this buffer.
set1B(int, int) - Method in interface io.appulse.utils.Bytes
Sets the specified byte at the specified absolute index in this buffer.
set1B(int, long) - Method in interface io.appulse.utils.Bytes
Sets the specified byte at the specified absolute index in this buffer.
set1B(int, float) - Method in interface io.appulse.utils.Bytes
Sets the specified byte at the specified absolute index in this buffer.
set1B(int, double) - Method in interface io.appulse.utils.Bytes
Sets the specified byte at the specified absolute index in this buffer.
set1B(int, char) - Method in interface io.appulse.utils.Bytes
Sets the specified byte at the specified absolute index in this buffer.
set1B(int, byte) - Method in class io.appulse.utils.BytesByteBuf
 
set1B(int, byte) - Method in class io.appulse.utils.BytesPool.PooledBytes
 
set2B(int, byte) - Method in interface io.appulse.utils.Bytes
Sets the specified 2 byte value at the specified absolute index in this buffer.
set2B(int, short) - Method in interface io.appulse.utils.Bytes
Sets the specified 2 byte value at the specified absolute index in this buffer.
set2B(int, int) - Method in interface io.appulse.utils.Bytes
Sets the specified 2 byte value at the specified absolute index in this buffer.
set2B(int, long) - Method in interface io.appulse.utils.Bytes
Sets the specified 2 byte value at the specified absolute index in this buffer.
set2B(int, float) - Method in interface io.appulse.utils.Bytes
Sets the specified 2 byte value at the specified absolute index in this buffer.
set2B(int, double) - Method in interface io.appulse.utils.Bytes
Sets the specified 2 byte value at the specified absolute index in this buffer.
set2B(int, char) - Method in interface io.appulse.utils.Bytes
Sets the specified 2 byte value at the specified absolute index in this buffer.
set2B(int, short) - Method in class io.appulse.utils.BytesByteBuf
 
set2B(int, short) - Method in class io.appulse.utils.BytesPool.PooledBytes
 
set4B(int, byte) - Method in interface io.appulse.utils.Bytes
Sets the specified 4 byte value at the specified absolute index in this buffer.
set4B(int, short) - Method in interface io.appulse.utils.Bytes
Sets the specified 4 byte value at the specified absolute index in this buffer.
set4B(int, int) - Method in interface io.appulse.utils.Bytes
Sets the specified 4 byte value at the specified absolute index in this buffer.
set4B(int, long) - Method in interface io.appulse.utils.Bytes
Sets the specified 4 byte value at the specified absolute index in this buffer.
set4B(int, float) - Method in interface io.appulse.utils.Bytes
Sets the specified 4 byte value at the specified absolute index in this buffer.
set4B(int, double) - Method in interface io.appulse.utils.Bytes
Sets the specified 4 byte value at the specified absolute index in this buffer.
set4B(int, char) - Method in interface io.appulse.utils.Bytes
Sets the specified 4 byte value at the specified absolute index in this buffer.
set4B(int, int) - Method in class io.appulse.utils.BytesByteBuf
 
set4B(int, int) - Method in class io.appulse.utils.BytesPool.PooledBytes
 
set8B(int, byte) - Method in interface io.appulse.utils.Bytes
Sets the specified 8 byte value at the specified absolute index in this buffer.
set8B(int, short) - Method in interface io.appulse.utils.Bytes
Sets the specified 8 byte value at the specified absolute index in this buffer.
set8B(int, int) - Method in interface io.appulse.utils.Bytes
Sets the specified 8 byte value at the specified absolute index in this buffer.
set8B(int, long) - Method in interface io.appulse.utils.Bytes
Sets the specified 8 byte value at the specified absolute index in this buffer.
set8B(int, float) - Method in interface io.appulse.utils.Bytes
Sets the specified 8 byte value at the specified absolute index in this buffer.
set8B(int, double) - Method in interface io.appulse.utils.Bytes
Sets the specified 8 byte value at the specified absolute index in this buffer.
set8B(int, char) - Method in interface io.appulse.utils.Bytes
Sets the specified 8 byte value at the specified absolute index in this buffer.
set8B(int, long) - Method in class io.appulse.utils.BytesByteBuf
 
set8B(int, long) - Method in class io.appulse.utils.BytesPool.PooledBytes
 
setNB(int, byte[]) - Method in interface io.appulse.utils.Bytes
Sets the specified byte array at the specified absolute index in this buffer.
setNB(int, byte[], int) - Method in interface io.appulse.utils.Bytes
Sets the specified byte array at the specified absolute index in this buffer.
setNB(int, byte[], int, int) - Method in interface io.appulse.utils.Bytes
Sets the specified byte array at the specified absolute index in this buffer.
setNB(int, String) - Method in interface io.appulse.utils.Bytes
Sets the specified string at the specified absolute index in this buffer.
setNB(int, String, Charset) - Method in interface io.appulse.utils.Bytes
Sets the specified string at the specified absolute index in this buffer.
setNB(int, byte[], int, int) - Method in class io.appulse.utils.BytesByteBuf
 
setNB(int, byte[], int, int) - Method in class io.appulse.utils.BytesPool.PooledBytes
 
SizeUnit - Enum in io.appulse.utils
A SizeUnit represents digital information size at a given unit of granularity and provides utility methods to convert across the units.
SocketUtils - Class in io.appulse.utils
 
softException(Exception) - Static method in class io.appulse.utils.ExceptionUtils
Removes 'checkedness' of the setted exception.

T

TestAppender - Class in io.appulse.utils.test
 
TestAppender() - Constructor for class io.appulse.utils.test.TestAppender
 
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
 
toByteArray(String) - Static method in class io.appulse.utils.HexUtil
Converts the string argument into an array of bytes.
toBytes(byte) - Static method in class io.appulse.utils.BytesUtils
Converts a value to a byte array.
toBytes(short) - Static method in class io.appulse.utils.BytesUtils
Converts a value to a byte array.
toBytes(char) - Static method in class io.appulse.utils.BytesUtils
Converts a value to a byte array.
toBytes(int) - Static method in class io.appulse.utils.BytesUtils
Converts a value to a byte array.
toBytes(long) - Static method in class io.appulse.utils.BytesUtils
Converts a value to a byte array.
toBytes(float) - Static method in class io.appulse.utils.BytesUtils
Converts a value to a byte array.
toBytes(double) - Static method in class io.appulse.utils.BytesUtils
Converts a value to a byte array.
toBytes(long) - Method in enum io.appulse.utils.SizeUnit
 
toCompletableFuture(Future<T>) - Static method in class io.appulse.utils.threads.FutureUtils
Transforms standard stdlib's Future instance into CompletableFuture.
toGigabytes(long) - Method in enum io.appulse.utils.SizeUnit
 
toHexString(byte[]) - Static method in class io.appulse.utils.HexUtil
Converts an array of bytes into a string.
toKilobytes(long) - Method in enum io.appulse.utils.SizeUnit
 
toMegabytes(long) - Method in enum io.appulse.utils.SizeUnit
 
toPetabytes(long) - Method in enum io.appulse.utils.SizeUnit
 
toTerabytes(long) - Method in enum io.appulse.utils.SizeUnit
 

U

unit(TimeUnit) - Method in class io.appulse.utils.threads.executor.builder.ExecutorServiceBuilder
 
unsafeReadCharacter(byte[], int) - Static method in class io.appulse.utils.BytesUtils
Unsafe read a value from a byte array.
unsafeReadDouble(byte[], int) - Static method in class io.appulse.utils.BytesUtils
Unsafe read a value from a byte array.
unsafeReadFloat(byte[], int) - Static method in class io.appulse.utils.BytesUtils
Unsafe read a value from a byte array.
unsafeReadInteger(byte[], int) - Static method in class io.appulse.utils.BytesUtils
Unsafe read a value from a byte array.
unsafeReadLong(byte[], int) - Static method in class io.appulse.utils.BytesUtils
Unsafe read a value from a byte array.
unsafeReadShort(byte[], int) - Static method in class io.appulse.utils.BytesUtils
Unsafe read a value from a byte array.
unsafeReadUnsignedByte(byte[], int) - Static method in class io.appulse.utils.BytesUtils
Unsafe read a value from a byte array.
unsafeReadUnsignedInteger(byte[], int) - Static method in class io.appulse.utils.BytesUtils
Unsafe read a value from a byte array.
unsafeReadUnsignedShort(byte[], int) - Static method in class io.appulse.utils.BytesUtils
Unsafe read a value from a byte array.
unsafeWriteByte(int, byte[], int) - Static method in class io.appulse.utils.BytesUtils
Unsafe write to a byte array.
unsafeWriteBytes(byte[], byte[], int) - Static method in class io.appulse.utils.BytesUtils
Unsafe write to a byte array.
unsafeWriteCharacter(char, byte[], int) - Static method in class io.appulse.utils.BytesUtils
Unsafe write to a byte array.
unsafeWriteDouble(double, byte[], int) - Static method in class io.appulse.utils.BytesUtils
Unsafe write to a byte array.
unsafeWriteFloat(float, byte[], int) - Static method in class io.appulse.utils.BytesUtils
Unsafe write to a byte array.
unsafeWriteInteger(int, byte[], int) - Static method in class io.appulse.utils.BytesUtils
Unsafe write to a byte array.
unsafeWriteLong(long, byte[], int) - Static method in class io.appulse.utils.BytesUtils
Unsafe write to a byte array.
unsafeWriteShort(int, byte[], int) - Static method in class io.appulse.utils.BytesUtils
Unsafe write to a byte array.

V

valueOf(String) - Static method in enum io.appulse.utils.SizeUnit
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.appulse.utils.SizeUnit
Returns an array containing the constants of this enum type, in the order they are declared.

W

wrap(byte[]) - Static method in interface io.appulse.utils.Bytes
Wraps a byte array into a new Bytes object.
wrap(ByteBuffer) - Static method in interface io.appulse.utils.Bytes
Wraps a ByteBuffer buffer into a new Bytes object.
wrap(byte[]) - Static method in class io.appulse.utils.BytesByteBuf
 
wrap(ByteBuffer) - Static method in class io.appulse.utils.BytesByteBuf
 
wrap(ByteBuf) - Static method in class io.appulse.utils.BytesByteBuf
 
writableBytes() - Method in interface io.appulse.utils.Bytes
Returns the number of writable bytes which is equal to (this.capacity - this.writerIndex).
write(OutputStream, byte[]) - Static method in class io.appulse.utils.WriteBytesUtils
 
write(OutputStream, byte[], int) - Static method in class io.appulse.utils.WriteBytesUtils
 
write(OutputStream, byte[], int, int) - Static method in class io.appulse.utils.WriteBytesUtils
 
write(OutputStream, ByteBuffer) - Static method in class io.appulse.utils.WriteBytesUtils
 
write(OutputStream, ByteBuffer, int) - Static method in class io.appulse.utils.WriteBytesUtils
 
write(OutputStream, Bytes) - Static method in class io.appulse.utils.WriteBytesUtils
 
write(OutputStream, Bytes, int) - Static method in class io.appulse.utils.WriteBytesUtils
 
write(WritableByteChannel, byte[]) - Static method in class io.appulse.utils.WriteBytesUtils
 
write(WritableByteChannel, byte[], int) - Static method in class io.appulse.utils.WriteBytesUtils
 
write(WritableByteChannel, byte[], int, int) - Static method in class io.appulse.utils.WriteBytesUtils
 
write(WritableByteChannel, ByteBuffer) - Static method in class io.appulse.utils.WriteBytesUtils
 
write(WritableByteChannel, ByteBuffer, int) - Static method in class io.appulse.utils.WriteBytesUtils
 
write(WritableByteChannel, Bytes) - Static method in class io.appulse.utils.WriteBytesUtils
 
write(WritableByteChannel, Bytes, int) - Static method in class io.appulse.utils.WriteBytesUtils
 
write(File, byte[]) - Static method in class io.appulse.utils.WriteBytesUtils
 
write(File, byte[], int) - Static method in class io.appulse.utils.WriteBytesUtils
 
write(File, byte[], int, int) - Static method in class io.appulse.utils.WriteBytesUtils
 
write(File, ByteBuffer) - Static method in class io.appulse.utils.WriteBytesUtils
 
write(File, ByteBuffer, int) - Static method in class io.appulse.utils.WriteBytesUtils
 
write(File, Bytes) - Static method in class io.appulse.utils.WriteBytesUtils
 
write(File, Bytes, int) - Static method in class io.appulse.utils.WriteBytesUtils
 
write(Path, byte[]) - Static method in class io.appulse.utils.WriteBytesUtils
 
write(Path, byte[], int) - Static method in class io.appulse.utils.WriteBytesUtils
 
write(Path, byte[], int, int) - Static method in class io.appulse.utils.WriteBytesUtils
 
write(Path, ByteBuffer) - Static method in class io.appulse.utils.WriteBytesUtils
 
write(Path, ByteBuffer, int) - Static method in class io.appulse.utils.WriteBytesUtils
 
write(Path, Bytes) - Static method in class io.appulse.utils.WriteBytesUtils
 
write(Path, Bytes, int) - Static method in class io.appulse.utils.WriteBytesUtils
 
write1B(byte) - Method in interface io.appulse.utils.Bytes
Sets the specified byte at the current writerIndex and increases the writerIndex by 1 in this buffer.
write1B(short) - Method in interface io.appulse.utils.Bytes
Sets the specified byte at the current writerIndex and increases the writerIndex by 1 in this buffer.
write1B(int) - Method in interface io.appulse.utils.Bytes
Sets the specified byte at the current writerIndex and increases the writerIndex by 1 in this buffer.
write1B(long) - Method in interface io.appulse.utils.Bytes
Sets the specified byte at the current writerIndex and increases the writerIndex by 1 in this buffer.
write1B(float) - Method in interface io.appulse.utils.Bytes
Sets the specified byte at the current writerIndex and increases the writerIndex by 1 in this buffer.
write1B(double) - Method in interface io.appulse.utils.Bytes
Sets the specified byte at the current writerIndex and increases the writerIndex by 1 in this buffer.
write1B(char) - Method in interface io.appulse.utils.Bytes
Sets the specified byte at the current writerIndex and increases the writerIndex by 1 in this buffer.
write1B(byte) - Method in class io.appulse.utils.BytesByteBuf
 
write1B(byte) - Method in class io.appulse.utils.BytesPool.PooledBytes
 
write2B(byte) - Method in interface io.appulse.utils.Bytes
Sets the specified short at the current writerIndex and increases the writerIndex by 2 in this buffer.
write2B(short) - Method in interface io.appulse.utils.Bytes
Sets the specified short at the current writerIndex and increases the writerIndex by 2 in this buffer.
write2B(int) - Method in interface io.appulse.utils.Bytes
Sets the specified short at the current writerIndex and increases the writerIndex by 2 in this buffer.
write2B(long) - Method in interface io.appulse.utils.Bytes
Sets the specified short at the current writerIndex and increases the writerIndex by 2 in this buffer.
write2B(float) - Method in interface io.appulse.utils.Bytes
Sets the specified short at the current writerIndex and increases the writerIndex by 2 in this buffer.
write2B(double) - Method in interface io.appulse.utils.Bytes
Sets the specified short at the current writerIndex and increases the writerIndex by 2 in this buffer.
write2B(char) - Method in interface io.appulse.utils.Bytes
Sets the specified short at the current writerIndex and increases the writerIndex by 2 in this buffer.
write2B(short) - Method in class io.appulse.utils.BytesByteBuf
 
write2B(short) - Method in class io.appulse.utils.BytesPool.PooledBytes
 
write4B(byte) - Method in interface io.appulse.utils.Bytes
Sets the specified int at the current writerIndex and increases the writerIndex by 4 in this buffer.
write4B(short) - Method in interface io.appulse.utils.Bytes
Sets the specified int at the current writerIndex and increases the writerIndex by 4 in this buffer.
write4B(int) - Method in interface io.appulse.utils.Bytes
Sets the specified int at the current writerIndex and increases the writerIndex by 4 in this buffer.
write4B(long) - Method in interface io.appulse.utils.Bytes
Sets the specified int at the current writerIndex and increases the writerIndex by 4 in this buffer.
write4B(float) - Method in interface io.appulse.utils.Bytes
Sets the specified int at the current writerIndex and increases the writerIndex by 4 in this buffer.
write4B(double) - Method in interface io.appulse.utils.Bytes
Sets the specified int at the current writerIndex and increases the writerIndex by 4 in this buffer.
write4B(char) - Method in interface io.appulse.utils.Bytes
Sets the specified int at the current writerIndex and increases the writerIndex by 4 in this buffer.
write4B(int) - Method in class io.appulse.utils.BytesByteBuf
 
write4B(int) - Method in class io.appulse.utils.BytesPool.PooledBytes
 
write8B(byte) - Method in interface io.appulse.utils.Bytes
Sets the specified long at the current writerIndex and increases the writerIndex by 8 in this buffer.
write8B(short) - Method in interface io.appulse.utils.Bytes
Sets the specified long at the current writerIndex and increases the writerIndex by 8 in this buffer.
write8B(int) - Method in interface io.appulse.utils.Bytes
Sets the specified long at the current writerIndex and increases the writerIndex by 8 in this buffer.
write8B(long) - Method in interface io.appulse.utils.Bytes
Sets the specified long at the current writerIndex and increases the writerIndex by 8 in this buffer.
write8B(float) - Method in interface io.appulse.utils.Bytes
Sets the specified long at the current writerIndex and increases the writerIndex by 8 in this buffer.
write8B(double) - Method in interface io.appulse.utils.Bytes
Sets the specified long at the current writerIndex and increases the writerIndex by 8 in this buffer.
write8B(char) - Method in interface io.appulse.utils.Bytes
Sets the specified long at the current writerIndex and increases the writerIndex by 8 in this buffer.
write8B(long) - Method in class io.appulse.utils.BytesByteBuf
 
write8B(long) - Method in class io.appulse.utils.BytesPool.PooledBytes
 
writeByte(int, byte[], int) - Static method in class io.appulse.utils.BytesUtils
Safe write to a byte array.
writeBytes(byte[], byte[], int) - Static method in class io.appulse.utils.BytesUtils
Safe write to a byte array.
WriteBytesUtils - Class in io.appulse.utils
The helper methods for writing the data to different streams/channels/files.
writeCharacter(char, byte[], int) - Static method in class io.appulse.utils.BytesUtils
Safe write to a byte array.
writeDouble(double, byte[], int) - Static method in class io.appulse.utils.BytesUtils
Safe write to a byte array.
writeFloat(float, byte[], int) - Static method in class io.appulse.utils.BytesUtils
Safe write to a byte array.
writeInteger(int, byte[], int) - Static method in class io.appulse.utils.BytesUtils
Safe write to a byte array.
writeLong(long, byte[], int) - Static method in class io.appulse.utils.BytesUtils
Safe write to a byte array.
writeNB(byte[]) - Method in interface io.appulse.utils.Bytes
Sets the specified byte array at the current writerIndex and increases the writerIndex by bytes.length in this buffer.
writeNB(byte[], int) - Method in interface io.appulse.utils.Bytes
Sets the specified byte array at the current writerIndex and increases the writerIndex by bytes.length-offset in this buffer.
writeNB(byte[], int, int) - Method in interface io.appulse.utils.Bytes
Sets the specified byte array at the current writerIndex and increases the writerIndex by length in this buffer.
writeNB(String) - Method in interface io.appulse.utils.Bytes
Sets the specified string at the current writerIndex and increases the writerIndex by string.length() in this buffer.
writeNB(String, Charset) - Method in interface io.appulse.utils.Bytes
Sets the specified string at the current writerIndex and increases the writerIndex by string.length() in this buffer.
writeNB(byte[], int, int) - Method in class io.appulse.utils.BytesByteBuf
 
writeNB(byte[], int, int) - Method in class io.appulse.utils.BytesPool.PooledBytes
 
writerIndex() - Method in interface io.appulse.utils.Bytes
Returns the writerIndex of this buffer.
writerIndex(int) - Method in interface io.appulse.utils.Bytes
Sets the writerIndex of this buffer.
writerIndex() - Method in class io.appulse.utils.BytesByteBuf
 
writerIndex(int) - Method in class io.appulse.utils.BytesByteBuf
 
writerIndex() - Method in class io.appulse.utils.BytesPool.PooledBytes
 
writerIndex(int) - Method in class io.appulse.utils.BytesPool.PooledBytes
 
writeShort(int, byte[], int) - Static method in class io.appulse.utils.BytesUtils
Safe write to a byte array.
A B C D E F G H I K L M N P Q R S T U V W 

Copyright © 2019 Appulse. All rights reserved.