Uses of Class
herddb.utils.Bytes
-
Packages that use Bytes Package Description herddb.utils -
-
Uses of Bytes in herddb.utils
Fields in herddb.utils declared as Bytes Modifier and Type Field Description static BytesBytes. EMPTY_ARRAYBytesKeyValue. keyBytesLockHandle. keystatic BytesBytes. POSITIVE_INFINITYBytesKeyValue. valueMethods in herddb.utils that return Bytes Modifier and Type Method Description static BytesBytes. from_array(byte[] data)static BytesBytes. from_array(byte[] data, int offset, int len)static BytesBytes. from_boolean(boolean value)static BytesBytes. from_double(double value)static BytesBytes. from_float_array(float[] floatArray)static BytesBytes. from_int(int value)static BytesBytes. from_long(long value)static BytesBytes. from_nullable_array(byte[] data)static BytesBytes. from_string(String s)static BytesBytes. from_timestamp(Timestamp value)BytesBytes. next()Returns the nextBytesinstance.BytesBytes. nonShared()Ensure that this value is not retaining strong references to a shared bufferBytesByteArrayCursor. readBytes()BytesExtendedDataInputStream. readBytes()BytesByteArrayCursor. readBytesNoCopy()Methods in herddb.utils with parameters of type Bytes Modifier and Type Method Description LockHandleILocalLockManager. acquireReadLockForKey(Bytes key)LockHandleLocalLockManager. acquireReadLockForKey(Bytes key)LockHandleNullLockManager. acquireReadLockForKey(Bytes key)LockHandleILocalLockManager. acquireWriteLockForKey(Bytes key)LockHandleLocalLockManager. acquireWriteLockForKey(Bytes key)LockHandleNullLockManager. acquireWriteLockForKey(Bytes key)intBytes. compareTo(Bytes o)static voidByteBufUtils. writeArray(io.netty.buffer.ByteBuf buffer, Bytes array)voidExtendedDataOutputStream. writeArray(Bytes data)Constructors in herddb.utils with parameters of type Bytes Constructor Description KeyValue(Bytes key, Bytes value)LockHandle(long stamp, Bytes key, boolean write)LockHandle(long stamp, Bytes key, boolean write, Object handle)
-