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

A

AbstractReadWriteLockingStrategy - Class in net.openhft.chronicle.algo.locks
 
AbstractReadWriteLockingStrategy() - Constructor for class net.openhft.chronicle.algo.locks.AbstractReadWriteLockingStrategy
 
AbstractReadWriteLockState - Class in net.openhft.chronicle.algo.locks
 
AbstractReadWriteLockState() - Constructor for class net.openhft.chronicle.algo.locks.AbstractReadWriteLockState
 
access - Variable in class net.openhft.chronicle.algo.bitset.ReusableBitSet
 
Access<T> - Interface in net.openhft.chronicle.algo.bytes
 
access() - Method in interface net.openhft.chronicle.algo.bytes.Accessor
Returns Access for the given source.
Accessor<S,T,A extends net.openhft.chronicle.algo.bytes.AccessCommon<T>> - Interface in net.openhft.chronicle.algo.bytes
 
Accessor.Full<S,T> - Interface in net.openhft.chronicle.algo.bytes
 
Accessor.Read<S,T> - Interface in net.openhft.chronicle.algo.bytes
 
acquire(TryAcquireOperation<? super S>, S, Access<T>, T, long) - Method in interface net.openhft.chronicle.algo.locks.AcquisitionStrategy
 
AcquisitionStrategies - Class in net.openhft.chronicle.algo.locks
 
AcquisitionStrategy<S extends LockingStrategy,E extends Exception> - Interface in net.openhft.chronicle.algo.locks
 
algorithm() - Method in interface net.openhft.chronicle.algo.bitset.BitSetFrame
 
algorithm() - Method in class net.openhft.chronicle.algo.bitset.ConcurrentFlatBitSetFrame
 
algorithm() - Method in class net.openhft.chronicle.algo.bitset.SingleThreadedFlatBitSetFrame
 
align(long, MemoryUnit) - Method in enum net.openhft.chronicle.algo.MemoryUnit
Aligns the given memory amount in the given unit to this unit.
alignAndConvert(long, MemoryUnit) - Method in enum net.openhft.chronicle.algo.MemoryUnit
Equivalent to convert(align(sourceAmount, sourceUnit), sourceUnit).
ALL_ONES - Static variable in class net.openhft.chronicle.algo.bitset.SingleThreadedFlatBitSetFrame
 

B

Bits(BitSetFrame.Bits) - Constructor for class net.openhft.chronicle.algo.bitset.ReusableBitSet.Bits
 
BitSet - Interface in net.openhft.chronicle.algo.bitset
Most notable logical difference of this interface with java.util.BitSet is that DirectBitSet has a rigid BitSet.logicalSize(), attempts to BitSet.get(long), BitSet.set(long) or BitSet.clear(long) bits at indices exceeding the size cause IndexOutOfBoundsException.
BitSet.Bits - Interface in net.openhft.chronicle.algo.bitset
An iteration of bits in a bit set.
BitSetAlgorithm - Interface in net.openhft.chronicle.algo.bitset
 
BitSetFrame - Interface in net.openhft.chronicle.algo.bitset
 
BitSetFrame.Bits - Interface in net.openhft.chronicle.algo.bitset
An iteration of bits in a bit set.
booleanArrayAccessor() - Static method in interface net.openhft.chronicle.algo.bytes.Accessor
 
byteArrayAccessor() - Static method in interface net.openhft.chronicle.algo.bytes.Accessor
 
byteOrder(T) - Method in class net.openhft.chronicle.algo.bytes.NativeAccess
 

C

cardinality() - Method in interface net.openhft.chronicle.algo.bitset.BitSet
Returns the number of bits set to true in this DirectBitSet.
cardinality(Access<T>, T, long) - Method in interface net.openhft.chronicle.algo.bitset.BitSetFrame
Returns the number of bits set to true in the bit set.
cardinality(Access<T>, T, long) - Method in class net.openhft.chronicle.algo.bitset.ConcurrentFlatBitSetFrame
 
cardinality() - Method in class net.openhft.chronicle.algo.bitset.ReusableBitSet
 
cardinality(Access<T>, T, long) - Method in class net.openhft.chronicle.algo.bitset.SingleThreadedFlatBitSetFrame
 
charArrayAccessor() - Static method in interface net.openhft.chronicle.algo.bytes.Accessor
 
checkedByteBufferAccess() - Static method in interface net.openhft.chronicle.algo.bytes.Access
 
checkedBytesStoreAccess() - Static method in interface net.openhft.chronicle.algo.bytes.Access
 
checkedBytesStoreAccessor() - Static method in interface net.openhft.chronicle.algo.bytes.Accessor
 
checkedCharSequenceAccess(ByteOrder) - Static method in interface net.openhft.chronicle.algo.bytes.Accessor
 
checkedNativeCharSequenceAccessor() - Static method in interface net.openhft.chronicle.algo.bytes.Accessor
 
checkedRandomDataInputAccess() - Static method in interface net.openhft.chronicle.algo.bytes.Access
 
city_1_1() - Static method in class net.openhft.chronicle.algo.hashing.LongHashFunction
Returns a hash function implementing CityHash64 algorithm, version 1.1 without seed values.
city_1_1(long) - Static method in class net.openhft.chronicle.algo.hashing.LongHashFunction
Returns a hash function implementing CityHash64 algorithm, version 1.1 using the given seed value.
city_1_1(long, long) - Static method in class net.openhft.chronicle.algo.hashing.LongHashFunction
Returns a hash function implementing CityHash64 algorithm, version 1.1 using the two given seed values.
clear(long) - Method in interface net.openhft.chronicle.algo.bitset.BitSet
Sets the bit specified by the index to false.
clear(Access<T>, T, long, long) - Method in interface net.openhft.chronicle.algo.bitset.BitSetFrame
Sets the bit specified by the index to false.
clear(Access<T>, T, long, long) - Method in class net.openhft.chronicle.algo.bitset.ConcurrentFlatBitSetFrame
 
clear(long) - Method in class net.openhft.chronicle.algo.bitset.ReusableBitSet
 
clear(Access<T>, T, long, long) - Method in class net.openhft.chronicle.algo.bitset.SingleThreadedFlatBitSetFrame
 
clearAll() - Method in interface net.openhft.chronicle.algo.bitset.BitSet
Sets all of the bits in this BitSet to false.
clearAll(Access<T>, T, long) - Method in interface net.openhft.chronicle.algo.bitset.BitSetFrame
Equivalent to clearRange(0, logicalSize()).
clearAll(Access<T>, T, long) - Method in class net.openhft.chronicle.algo.bitset.ConcurrentFlatBitSetFrame
 
clearAll() - Method in class net.openhft.chronicle.algo.bitset.ReusableBitSet
 
clearAll(Access<T>, T, long) - Method in class net.openhft.chronicle.algo.bitset.SingleThreadedFlatBitSetFrame
 
clearIfSet(long) - Method in interface net.openhft.chronicle.algo.bitset.BitSet
Clears the bit at the specified index (sets it to false).
clearIfSet(Access<T>, T, long, long) - Method in interface net.openhft.chronicle.algo.bitset.BitSetFrame
Clears the bit at the specified index (sets it to false).
clearIfSet(Access<T>, T, long, long) - Method in class net.openhft.chronicle.algo.bitset.ConcurrentFlatBitSetFrame
 
clearIfSet(long) - Method in class net.openhft.chronicle.algo.bitset.ReusableBitSet
 
clearIfSet(Access<T>, T, long, long) - Method in class net.openhft.chronicle.algo.bitset.SingleThreadedFlatBitSetFrame
 
clearNextNContinuousSetBits(long, int) - Method in interface net.openhft.chronicle.algo.bitset.BitSet
Finds the next numberOfBits consecutive bits set to true, starting from the specified fromIndex.
clearNextNContinuousSetBits(Access<T>, T, long, long, int) - Method in interface net.openhft.chronicle.algo.bitset.BitSetFrame
Finds the next numberOfBits consecutive bits set to true, starting from the specified fromIndex.
clearNextNContinuousSetBits(Access<T>, T, long, long, int) - Method in class net.openhft.chronicle.algo.bitset.ConcurrentFlatBitSetFrame
WARNING! This implementation doesn't strictly follow the contract from BitSetFrame interface.
clearNextNContinuousSetBits(long, int) - Method in class net.openhft.chronicle.algo.bitset.ReusableBitSet
 
clearNextNContinuousSetBits(Access<T>, T, long, long, int) - Method in class net.openhft.chronicle.algo.bitset.SingleThreadedFlatBitSetFrame
 
clearNextSetBit(long) - Method in interface net.openhft.chronicle.algo.bitset.BitSet
Finds and clears the first bit that is set to true that occurs on or after the specified starting index.
clearNextSetBit(Access<T>, T, long, long) - Method in interface net.openhft.chronicle.algo.bitset.BitSetFrame
Finds and clears the first bit that is set to true that occurs on or after the specified starting index.
clearNextSetBit(Access<T>, T, long, long) - Method in class net.openhft.chronicle.algo.bitset.ConcurrentFlatBitSetFrame
 
clearNextSetBit(long) - Method in class net.openhft.chronicle.algo.bitset.ReusableBitSet
 
clearNextSetBit(Access<T>, T, long, long) - Method in class net.openhft.chronicle.algo.bitset.SingleThreadedFlatBitSetFrame
 
clearPreviousNContinuousSetBits(long, int) - Method in interface net.openhft.chronicle.algo.bitset.BitSet
Finds the previous numberOfBits consecutive bits set to true, starting from the specified fromIndex.
clearPreviousNContinuousSetBits(Access<T>, T, long, long, int) - Method in interface net.openhft.chronicle.algo.bitset.BitSetFrame
Finds the previous numberOfBits consecutive bits set to true, starting from the specified fromIndex.
clearPreviousNContinuousSetBits(Access<T>, T, long, long, int) - Method in class net.openhft.chronicle.algo.bitset.ConcurrentFlatBitSetFrame
WARNING! This implementation doesn't strictly follow the contract from DirectBitSet interface.
clearPreviousNContinuousSetBits(long, int) - Method in class net.openhft.chronicle.algo.bitset.ReusableBitSet
 
clearPreviousNContinuousSetBits(Access<T>, T, long, long, int) - Method in class net.openhft.chronicle.algo.bitset.SingleThreadedFlatBitSetFrame
 
clearPreviousSetBit(long) - Method in interface net.openhft.chronicle.algo.bitset.BitSet
Finds and clears the nearest bit that is set to true that occurs on or before the specified starting index.
clearPreviousSetBit(Access<T>, T, long, long) - Method in interface net.openhft.chronicle.algo.bitset.BitSetFrame
Finds and clears the nearest bit that is set to true that occurs on or before the specified starting index.
clearPreviousSetBit(Access<T>, T, long, long) - Method in class net.openhft.chronicle.algo.bitset.ConcurrentFlatBitSetFrame
 
clearPreviousSetBit(long) - Method in class net.openhft.chronicle.algo.bitset.ReusableBitSet
 
clearPreviousSetBit(Access<T>, T, long, long) - Method in class net.openhft.chronicle.algo.bitset.SingleThreadedFlatBitSetFrame
 
clearRange(long, long) - Method in interface net.openhft.chronicle.algo.bitset.BitSet
Sets the bits from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to false.
clearRange(Access<T>, T, long, long, long) - Method in interface net.openhft.chronicle.algo.bitset.BitSetFrame
Sets the bits from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to false.
clearRange(Access<T>, T, long, long, long) - Method in class net.openhft.chronicle.algo.bitset.ConcurrentFlatBitSetFrame
 
clearRange(long, long) - Method in class net.openhft.chronicle.algo.bitset.ReusableBitSet
 
clearRange(Access<T>, T, long, long, long) - Method in class net.openhft.chronicle.algo.bitset.SingleThreadedFlatBitSetFrame
 
compareAndSwapInt(T, long, int, int) - Method in interface net.openhft.chronicle.algo.bytes.Access
Default implementation: throws UnsupportedOperationException.
compareAndSwapInt(T, long, int, int) - Method in class net.openhft.chronicle.algo.bytes.NativeAccess
 
compareAndSwapLong(T, long, long, long) - Method in interface net.openhft.chronicle.algo.bytes.Access
Default implementation: throws UnsupportedOperationException.
compareAndSwapLong(T, long, long, long) - Method in class net.openhft.chronicle.algo.bytes.NativeAccess
 
compareTo(T, long, ReadAccess<S>, S, long, long) - Method in interface net.openhft.chronicle.algo.bytes.ReadAccess
ConcurrentFlatBitSetFrame - Class in net.openhft.chronicle.algo.bitset
DirectBitSet with input validations and ThreadSafe memory access.
ConcurrentFlatBitSetFrame(long) - Constructor for class net.openhft.chronicle.algo.bitset.ConcurrentFlatBitSetFrame
 
convert(long, MemoryUnit) - Method in enum net.openhft.chronicle.algo.MemoryUnit
Converts the given memory amount in the given unit to this unit.
copy(ReadAccess<S>, S, long, WriteAccess<T>, T, long, long) - Static method in interface net.openhft.chronicle.algo.bytes.Access
 

D

deregisterWait(Access<T>, T, long) - Method in interface net.openhft.chronicle.algo.locks.ReadWriteWithWaitsLockingStrategy
 
deregisterWait() - Method in interface net.openhft.chronicle.algo.locks.ReadWriteWithWaitsLockState
 
deregisterWait(Access<T>, T, long) - Method in class net.openhft.chronicle.algo.locks.VanillaReadWriteUpdateWithWaitsLockingStrategy
 
deregisterWait(Access<T>, T, long) - Method in class net.openhft.chronicle.algo.locks.VanillaReadWriteWithWaitsLockingStrategy
 
downgradeUpdateToReadLock(Access<T>, T, long) - Method in interface net.openhft.chronicle.algo.locks.ReadWriteUpdateLockingStrategy
 
downgradeUpdateToReadLock() - Method in interface net.openhft.chronicle.algo.locks.ReadWriteUpdateLockState
 
downgradeUpdateToReadLock(Access<T>, T, long) - Method in class net.openhft.chronicle.algo.locks.VanillaReadWriteUpdateWithWaitsLockingStrategy
 
downgradeWriteToReadLock(Access<T>, T, long) - Method in interface net.openhft.chronicle.algo.locks.ReadWriteLockingStrategy
 
downgradeWriteToReadLock() - Method in interface net.openhft.chronicle.algo.locks.ReadWriteLockState
 
downgradeWriteToReadLock(Access<T>, T, long) - Method in class net.openhft.chronicle.algo.locks.VanillaReadWriteUpdateWithWaitsLockingStrategy
 
downgradeWriteToReadLock(Access<T>, T, long) - Method in class net.openhft.chronicle.algo.locks.VanillaReadWriteWithWaitsLockingStrategy
 
downgradeWriteToUpdateLock(Access<T>, T, long) - Method in interface net.openhft.chronicle.algo.locks.ReadWriteUpdateLockingStrategy
 
downgradeWriteToUpdateLock() - Method in interface net.openhft.chronicle.algo.locks.ReadWriteUpdateLockState
 
downgradeWriteToUpdateLock(Access<T>, T, long) - Method in class net.openhft.chronicle.algo.locks.VanillaReadWriteUpdateWithWaitsLockingStrategy
 

E

equivalent(ReadAccess<T>, T, long, ReadAccess<U>, U, long, long) - Static method in interface net.openhft.chronicle.algo.bytes.Access
 

F

flip(long) - Method in interface net.openhft.chronicle.algo.bitset.BitSet
Sets the bit at the specified index to the complement of its current value.
flip(Access<T>, T, long, long) - Method in interface net.openhft.chronicle.algo.bitset.BitSetFrame
Sets the bit at the specified index to the complement of its current value.
flip(Access<T>, T, long, long) - Method in class net.openhft.chronicle.algo.bitset.ConcurrentFlatBitSetFrame
 
flip(long) - Method in class net.openhft.chronicle.algo.bitset.ReusableBitSet
 
flip(Access<T>, T, long, long) - Method in class net.openhft.chronicle.algo.bitset.SingleThreadedFlatBitSetFrame
 
flipRange(long, long) - Method in interface net.openhft.chronicle.algo.bitset.BitSet
Sets each bit from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to the complement of its current value.
flipRange(Access<T>, T, long, long, long) - Method in interface net.openhft.chronicle.algo.bitset.BitSetFrame
Sets each bit from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to the complement of its current value.
flipRange(Access<T>, T, long, long, long) - Method in class net.openhft.chronicle.algo.bitset.ConcurrentFlatBitSetFrame
 
flipRange(long, long) - Method in class net.openhft.chronicle.algo.bitset.ReusableBitSet
 
flipRange(Access<T>, T, long, long, long) - Method in class net.openhft.chronicle.algo.bitset.SingleThreadedFlatBitSetFrame
 
frame - Variable in class net.openhft.chronicle.algo.bitset.ReusableBitSet
 
frameBits - Variable in class net.openhft.chronicle.algo.bitset.ReusableBitSet.Bits
 

G

get(long) - Method in interface net.openhft.chronicle.algo.bitset.BitSet
Returns the value of the bit with the specified index.
get(Access<T>, T, long, long) - Method in interface net.openhft.chronicle.algo.bitset.BitSetFrame
Returns the value of the bit with the specified index.
get(Access<T>, T, long, long) - Method in class net.openhft.chronicle.algo.bitset.ConcurrentFlatBitSetFrame
 
get(long) - Method in class net.openhft.chronicle.algo.bitset.ReusableBitSet
 
get(Access<T>, T, long, long) - Method in class net.openhft.chronicle.algo.bitset.SingleThreadedFlatBitSetFrame
 
getState(ReadAccess<T>, T, long) - Method in interface net.openhft.chronicle.algo.locks.LockingStrategy
 
getState() - Method in interface net.openhft.chronicle.algo.locks.LockState
 
getState(ReadAccess<T>, T, long) - Method in class net.openhft.chronicle.algo.locks.VanillaReadWriteUpdateWithWaitsLockingStrategy
 
getState(ReadAccess<T>, T, long) - Method in class net.openhft.chronicle.algo.locks.VanillaReadWriteWithWaitsLockingStrategy
 

H

handle - Variable in class net.openhft.chronicle.algo.bitset.ReusableBitSet
 
handle(S) - Method in interface net.openhft.chronicle.algo.bytes.Accessor
Returns handle for Access to the given source.
hash(T, ReadAccess<T>, long, long) - Method in class net.openhft.chronicle.algo.hashing.LongHashFunction
Returns the hash code for len continuous bytes of the given input object, starting from the given offset.
hash(Accessor<S, T, A>, S, long, long) - Method in class net.openhft.chronicle.algo.hashing.LongHashFunction
 
hashBoolean(boolean) - Method in class net.openhft.chronicle.algo.hashing.LongHashFunction
hashBooleans(boolean[]) - Method in class net.openhft.chronicle.algo.hashing.LongHashFunction
hashBooleans(boolean[], int, int) - Method in class net.openhft.chronicle.algo.hashing.LongHashFunction
Returns the hash code for the specified subsequence of the given boolean array.
hashByte(byte) - Method in class net.openhft.chronicle.algo.hashing.LongHashFunction
Returns the hash code for the given byte value.
hashBytes(byte[]) - Method in class net.openhft.chronicle.algo.hashing.LongHashFunction
hashBytes(byte[], int, int) - Method in class net.openhft.chronicle.algo.hashing.LongHashFunction
Returns the hash code for the specified subsequence of the given byte array.
hashBytes(ByteBuffer) - Method in class net.openhft.chronicle.algo.hashing.LongHashFunction
hashBytes(ByteBuffer, int, int) - Method in class net.openhft.chronicle.algo.hashing.LongHashFunction
Returns the hash code for the specified subsequence of the given ByteBuffer.
hashChar(char) - Method in class net.openhft.chronicle.algo.hashing.LongHashFunction
Returns the hash code for the given char value; this method is consistent with LongHashFunction methods that accept sequences of bytes, assuming the input value is interpreted in native byte order.
hashChars(char[]) - Method in class net.openhft.chronicle.algo.hashing.LongHashFunction
hashChars(char[], int, int) - Method in class net.openhft.chronicle.algo.hashing.LongHashFunction
Returns the hash code for bytes, as they lay in memory, of the specified subsequence of the given char array.
hashChars(String) - Method in class net.openhft.chronicle.algo.hashing.LongHashFunction
hashChars(String, int, int) - Method in class net.openhft.chronicle.algo.hashing.LongHashFunction
Returns the hash code for bytes of the specified subsequence of the given String's underlying char array.
hashChars(StringBuilder) - Method in class net.openhft.chronicle.algo.hashing.LongHashFunction
hashChars(StringBuilder, int, int) - Method in class net.openhft.chronicle.algo.hashing.LongHashFunction
Returns the hash code for bytes of the specified subsequence of the given StringBuilder's underlying char array.
hashInt(int) - Method in class net.openhft.chronicle.algo.hashing.LongHashFunction
Returns the hash code for the given int value; this method is consistent with LongHashFunction methods that accept sequences of bytes, assuming the input value is interpreted in native byte order.
hashInts(int[]) - Method in class net.openhft.chronicle.algo.hashing.LongHashFunction
hashInts(int[], int, int) - Method in class net.openhft.chronicle.algo.hashing.LongHashFunction
Returns the hash code for bytes, as they lay in memory, of the specified subsequence of the given int array.
hashLong(long) - Method in class net.openhft.chronicle.algo.hashing.LongHashFunction
Returns the hash code for the given long value; this method is consistent with LongHashFunction methods that accept sequences of bytes, assuming the input value is interpreted in native byte order.
hashLongs(long[]) - Method in class net.openhft.chronicle.algo.hashing.LongHashFunction
hashLongs(long[], int, int) - Method in class net.openhft.chronicle.algo.hashing.LongHashFunction
Returns the hash code for bytes, as they lay in memory, of the specified subsequence of the given long array.
hashMemory(long, long) - Method in class net.openhft.chronicle.algo.hashing.LongHashFunction
Returns the hash code of bytes of the wild memory from the given address.
hashShort(short) - Method in class net.openhft.chronicle.algo.hashing.LongHashFunction
Returns the hash code for the given short value; this method is consistent with LongHashFunction methods that accept sequences of bytes, assuming the input value is interpreted in native byte order.
hashShorts(short[]) - Method in class net.openhft.chronicle.algo.hashing.LongHashFunction
hashShorts(short[], int, int) - Method in class net.openhft.chronicle.algo.hashing.LongHashFunction
Returns the hash code for bytes, as they lay in memory, of the specified subsequence of the given short array.
hashVoid() - Method in class net.openhft.chronicle.algo.hashing.LongHashFunction
Returns the hash code for the empty (zero-length) bytes sequence, for example hashBytes(new byte[0]).

I

instance() - Static method in class net.openhft.chronicle.algo.bytes.NativeAccess
 
instance() - Static method in class net.openhft.chronicle.algo.locks.VanillaReadWriteUpdateWithWaitsLockingStrategy
 
instance() - Static method in class net.openhft.chronicle.algo.locks.VanillaReadWriteWithWaitsLockingStrategy
 
intArrayAccessor() - Static method in interface net.openhft.chronicle.algo.bytes.Accessor
 
isClear(long) - Method in interface net.openhft.chronicle.algo.bitset.BitSet
Synonym of !get(long).
isClear(Access<T>, T, long, long) - Method in interface net.openhft.chronicle.algo.bitset.BitSetFrame
Synonym of !get(long).
isLocked(long) - Method in interface net.openhft.chronicle.algo.locks.LockingStrategy
 
isLocked(long) - Method in class net.openhft.chronicle.algo.locks.VanillaReadWriteUpdateWithWaitsLockingStrategy
 
isLocked(long) - Method in class net.openhft.chronicle.algo.locks.VanillaReadWriteWithWaitsLockingStrategy
 
isRangeClear(long, long) - Method in interface net.openhft.chronicle.algo.bitset.BitSet
 
isRangeClear(Access<T>, T, long, long, long) - Method in interface net.openhft.chronicle.algo.bitset.BitSetFrame
Checks if each bit from the specified fromIndex (inclusive) to the specified exclusiveToIndex is set to false.
isRangeClear(Access<T>, T, long, long, long) - Method in class net.openhft.chronicle.algo.bitset.ConcurrentFlatBitSetFrame
 
isRangeClear(long, long) - Method in class net.openhft.chronicle.algo.bitset.ReusableBitSet
 
isRangeClear(Access<T>, T, long, long, long) - Method in class net.openhft.chronicle.algo.bitset.SingleThreadedFlatBitSetFrame
 
isRangeSet(long, long) - Method in interface net.openhft.chronicle.algo.bitset.BitSet
 
isRangeSet(Access<T>, T, long, long, long) - Method in interface net.openhft.chronicle.algo.bitset.BitSetFrame
Checks if each bit from the specified fromIndex (inclusive) to the specified exclusiveToIndex is set to true.
isRangeSet(Access<T>, T, long, long, long) - Method in class net.openhft.chronicle.algo.bitset.ConcurrentFlatBitSetFrame
 
isRangeSet(long, long) - Method in class net.openhft.chronicle.algo.bitset.ReusableBitSet
 
isRangeSet(Access<T>, T, long, long, long) - Method in class net.openhft.chronicle.algo.bitset.SingleThreadedFlatBitSetFrame
 
isReadLocked(long) - Method in class net.openhft.chronicle.algo.locks.AbstractReadWriteLockingStrategy
 
isReadLocked(long) - Method in interface net.openhft.chronicle.algo.locks.ReadWriteLockingStrategy
 
isSet(long) - Method in interface net.openhft.chronicle.algo.bitset.BitSet
Synonym of BitSet.get(long).
isSet(Access<T>, T, long, long) - Method in interface net.openhft.chronicle.algo.bitset.BitSetFrame
Synonym of #get).
isUpdateLocked(long) - Method in interface net.openhft.chronicle.algo.locks.ReadWriteUpdateLockingStrategy
 
isUpdateLocked(long) - Method in class net.openhft.chronicle.algo.locks.VanillaReadWriteUpdateWithWaitsLockingStrategy
 
isWriteLocked(long) - Method in interface net.openhft.chronicle.algo.locks.ReadWriteLockingStrategy
 
isWriteLocked(long) - Method in class net.openhft.chronicle.algo.locks.VanillaReadWriteUpdateWithWaitsLockingStrategy
 
isWriteLocked(long) - Method in class net.openhft.chronicle.algo.locks.VanillaReadWriteWithWaitsLockingStrategy
 

L

lock() - Static method in class net.openhft.chronicle.algo.locks.TryAcquireOperations
 
lockCount(long) - Method in interface net.openhft.chronicle.algo.locks.LockingStrategy
 
lockCount(long) - Method in class net.openhft.chronicle.algo.locks.VanillaReadWriteUpdateWithWaitsLockingStrategy
 
lockCount(long) - Method in class net.openhft.chronicle.algo.locks.VanillaReadWriteWithWaitsLockingStrategy
 
LockingStrategy - Interface in net.openhft.chronicle.algo.locks
 
lockingStrategy() - Method in interface net.openhft.chronicle.algo.locks.LockState
 
lockingStrategy() - Method in interface net.openhft.chronicle.algo.locks.ReadWriteLockState
 
lockingStrategy() - Method in interface net.openhft.chronicle.algo.locks.ReadWriteUpdateLockState
 
lockingStrategy() - Method in interface net.openhft.chronicle.algo.locks.ReadWriteUpdateWithWaitsLockState
 
lockingStrategy() - Method in interface net.openhft.chronicle.algo.locks.ReadWriteWithWaitsLockState
 
LockState - Interface in net.openhft.chronicle.algo.locks
 
logicalSize() - Method in interface net.openhft.chronicle.algo.bitset.BitSet
Returns the number of bits of space actually in use by this BitSet to represent bit values.
logicalSize() - Method in interface net.openhft.chronicle.algo.bitset.BitSetFrame
Number of bits in this frame.
logicalSize() - Method in class net.openhft.chronicle.algo.bitset.ConcurrentFlatBitSetFrame
 
logicalSize() - Method in class net.openhft.chronicle.algo.bitset.ReusableBitSet
 
logicalSize() - Method in class net.openhft.chronicle.algo.bitset.SingleThreadedFlatBitSetFrame
 
longArrayAccessor() - Static method in interface net.openhft.chronicle.algo.bytes.Accessor
 
LongHashFunction - Class in net.openhft.chronicle.algo.hashing
Hash function producing long-valued result from byte sequences of any length and a plenty of different sources which "feels like byte sequences".
LongHashFunction() - Constructor for class net.openhft.chronicle.algo.hashing.LongHashFunction
Constructor for use in subclasses.

M

maxLogicalSizeFittingSameSizeInBytes(long) - Method in interface net.openhft.chronicle.algo.bitset.BitSetAlgorithm
 
MemoryUnit - Enum in net.openhft.chronicle.algo
A MemoryUnit represents memory amounts at a given unit of granularity and provides utility methods to convert across units.
murmur_3() - Static method in class net.openhft.chronicle.algo.hashing.LongHashFunction
Returns a hash function implementing MurmurHash3 algorithm without seed values.
murmur_3(long) - Static method in class net.openhft.chronicle.algo.hashing.LongHashFunction
Returns a hash function implementing MurmurHash3 algorithm with the given seed value.

N

nativeAccess() - Static method in interface net.openhft.chronicle.algo.bytes.Access
 
NativeAccess<T> - Class in net.openhft.chronicle.algo.bytes
 
net.openhft.chronicle.algo - package net.openhft.chronicle.algo
 
net.openhft.chronicle.algo.bitset - package net.openhft.chronicle.algo.bitset
 
net.openhft.chronicle.algo.bytes - package net.openhft.chronicle.algo.bytes
 
net.openhft.chronicle.algo.hashing - package net.openhft.chronicle.algo.hashing
 
net.openhft.chronicle.algo.locks - package net.openhft.chronicle.algo.locks
 
next() - Method in interface net.openhft.chronicle.algo.bitset.BitSet.Bits
Returns index of the next bit in the iteration, or -1 if there are no more bits.
next(Access<T>, T, long) - Method in interface net.openhft.chronicle.algo.bitset.BitSetFrame.Bits
Returns index of the next bit in the iteration, or -1 if there are no more bits.
next() - Method in class net.openhft.chronicle.algo.bitset.ReusableBitSet.Bits
 
nextClearBit(long) - Method in interface net.openhft.chronicle.algo.bitset.BitSet
Returns the index of the first bit that is set to false that occurs on or after the specified starting index.
nextClearBit(Access<T>, T, long, long) - Method in interface net.openhft.chronicle.algo.bitset.BitSetFrame
Returns the index of the first bit that is set to false that occurs on or after the specified starting index.
nextClearBit(Access<T>, T, long, long) - Method in class net.openhft.chronicle.algo.bitset.ConcurrentFlatBitSetFrame
 
nextClearBit(long) - Method in class net.openhft.chronicle.algo.bitset.ReusableBitSet
 
nextClearBit(Access<T>, T, long, long) - Method in class net.openhft.chronicle.algo.bitset.SingleThreadedFlatBitSetFrame
 
nextSetBit(long) - Method in interface net.openhft.chronicle.algo.bitset.BitSet
Returns the index of the first bit that is set to true that occurs on or after the specified starting index.
nextSetBit(Access<T>, T, long, long) - Method in interface net.openhft.chronicle.algo.bitset.BitSetFrame
Returns the index of the first bit that is set to true that occurs on or after the specified starting index.
nextSetBit(Access<T>, T, long, long) - Method in class net.openhft.chronicle.algo.bitset.ConcurrentFlatBitSetFrame
 
nextSetBit(long) - Method in class net.openhft.chronicle.algo.bitset.ReusableBitSet
 
nextSetBit(Access<T>, T, long, long) - Method in class net.openhft.chronicle.algo.bitset.SingleThreadedFlatBitSetFrame
 
NOT_FOUND - Static variable in interface net.openhft.chronicle.algo.bitset.BitSet
Returned if no entry is found
NOT_FOUND - Static variable in interface net.openhft.chronicle.algo.bitset.BitSetFrame
Returned if no entry is found

O

offset - Variable in class net.openhft.chronicle.algo.bitset.ReusableBitSet
 
offset(S, long) - Method in interface net.openhft.chronicle.algo.bytes.Accessor
Convert index in the source domain to Access offset.

P

previousClearBit(long) - Method in interface net.openhft.chronicle.algo.bitset.BitSet
Returns the index of the nearest bit that is set to false that occurs on or before the specified starting index.
previousClearBit(Access<T>, T, long, long) - Method in interface net.openhft.chronicle.algo.bitset.BitSetFrame
Returns the index of the nearest bit that is set to false that occurs on or before the specified starting index.
previousClearBit(Access<T>, T, long, long) - Method in class net.openhft.chronicle.algo.bitset.ConcurrentFlatBitSetFrame
 
previousClearBit(long) - Method in class net.openhft.chronicle.algo.bitset.ReusableBitSet
 
previousClearBit(Access<T>, T, long, long) - Method in class net.openhft.chronicle.algo.bitset.SingleThreadedFlatBitSetFrame
 
previousSetBit(long) - Method in interface net.openhft.chronicle.algo.bitset.BitSet
Returns the index of the nearest bit that is set to true that occurs on or before the specified starting index.
previousSetBit(Access<T>, T, long, long) - Method in interface net.openhft.chronicle.algo.bitset.BitSetFrame
Returns the index of the nearest bit that is set to true that occurs on or before the specified starting index.
previousSetBit(Access<T>, T, long, long) - Method in class net.openhft.chronicle.algo.bitset.ConcurrentFlatBitSetFrame
 
previousSetBit(long) - Method in class net.openhft.chronicle.algo.bitset.ReusableBitSet
 
previousSetBit(Access<T>, T, long, long) - Method in class net.openhft.chronicle.algo.bitset.SingleThreadedFlatBitSetFrame
 
printable(T, long) - Method in interface net.openhft.chronicle.algo.bytes.ReadAccess
 

R

ReadAccess<T> - Interface in net.openhft.chronicle.algo.bytes
 
readBoolean(T, long) - Method in interface net.openhft.chronicle.algo.bytes.ReadAccess
 
readByte(T, long) - Method in class net.openhft.chronicle.algo.bytes.NativeAccess
 
readByte(T, long) - Method in interface net.openhft.chronicle.algo.bytes.ReadAccess
 
readChar(T, long) - Method in class net.openhft.chronicle.algo.bytes.NativeAccess
 
readChar(T, long) - Method in interface net.openhft.chronicle.algo.bytes.ReadAccess
 
readDouble(T, long) - Method in class net.openhft.chronicle.algo.bytes.NativeAccess
 
readDouble(T, long) - Method in interface net.openhft.chronicle.algo.bytes.ReadAccess
Default implementation: Double.longBitsToDouble(readLong(handle, offset)).
readFloat(T, long) - Method in class net.openhft.chronicle.algo.bytes.NativeAccess
 
readFloat(T, long) - Method in interface net.openhft.chronicle.algo.bytes.ReadAccess
Default implementation: Float.intBitsToFloat(readInt(handle, offset)).
readInt(T, long) - Method in class net.openhft.chronicle.algo.bytes.NativeAccess
 
readInt(T, long) - Method in interface net.openhft.chronicle.algo.bytes.ReadAccess
 
readLock() - Static method in class net.openhft.chronicle.algo.locks.TryAcquireOperations
 
readLockCount(long) - Method in interface net.openhft.chronicle.algo.locks.ReadWriteLockingStrategy
 
readLockCount(long) - Method in class net.openhft.chronicle.algo.locks.VanillaReadWriteUpdateWithWaitsLockingStrategy
 
readLockCount(long) - Method in class net.openhft.chronicle.algo.locks.VanillaReadWriteWithWaitsLockingStrategy
 
readLong(T, long) - Method in class net.openhft.chronicle.algo.bytes.NativeAccess
 
readLong(T, long) - Method in interface net.openhft.chronicle.algo.bytes.ReadAccess
 
readShort(T, long) - Method in class net.openhft.chronicle.algo.bytes.NativeAccess
 
readShort(T, long) - Method in interface net.openhft.chronicle.algo.bytes.ReadAccess
 
readUnlock(Access<T>, T, long) - Method in interface net.openhft.chronicle.algo.locks.ReadWriteLockingStrategy
 
readUnlock() - Method in interface net.openhft.chronicle.algo.locks.ReadWriteLockState
 
readUnlock(Access<T>, T, long) - Method in class net.openhft.chronicle.algo.locks.VanillaReadWriteUpdateWithWaitsLockingStrategy
 
readUnlock(Access<T>, T, long) - Method in class net.openhft.chronicle.algo.locks.VanillaReadWriteWithWaitsLockingStrategy
 
readUnsignedByte(T, long) - Method in interface net.openhft.chronicle.algo.bytes.ReadAccess
 
readUnsignedInt(T, long) - Method in interface net.openhft.chronicle.algo.bytes.ReadAccess
 
readUnsignedShort(T, long) - Method in interface net.openhft.chronicle.algo.bytes.ReadAccess
 
readVolatileInt(T, long) - Method in class net.openhft.chronicle.algo.bytes.NativeAccess
 
readVolatileInt(T, long) - Method in interface net.openhft.chronicle.algo.bytes.ReadAccess
Default implementation: throws UnsupportedOperationException.
readVolatileLong(T, long) - Method in class net.openhft.chronicle.algo.bytes.NativeAccess
 
readVolatileLong(T, long) - Method in interface net.openhft.chronicle.algo.bytes.ReadAccess
Default implementation: throws UnsupportedOperationException.
ReadWriteLockingStrategy - Interface in net.openhft.chronicle.algo.locks
 
ReadWriteLockState - Interface in net.openhft.chronicle.algo.locks
 
ReadWriteUpdateLockingStrategy - Interface in net.openhft.chronicle.algo.locks
Logic of read-write-update lock state transitions.
ReadWriteUpdateLockState - Interface in net.openhft.chronicle.algo.locks
 
ReadWriteUpdateWithWaitsLockingStrategy - Interface in net.openhft.chronicle.algo.locks
 
ReadWriteUpdateWithWaitsLockState - Interface in net.openhft.chronicle.algo.locks
 
ReadWriteWithWaitsLockingStrategy - Interface in net.openhft.chronicle.algo.locks
 
ReadWriteWithWaitsLockState - Interface in net.openhft.chronicle.algo.locks
 
registerWait(Access<T>, T, long) - Method in interface net.openhft.chronicle.algo.locks.ReadWriteWithWaitsLockingStrategy
 
registerWait() - Method in interface net.openhft.chronicle.algo.locks.ReadWriteWithWaitsLockState
 
registerWait(Access<T>, T, long) - Method in class net.openhft.chronicle.algo.locks.VanillaReadWriteUpdateWithWaitsLockingStrategy
 
registerWait(Access<T>, T, long) - Method in class net.openhft.chronicle.algo.locks.VanillaReadWriteWithWaitsLockingStrategy
 
reset() - Method in interface net.openhft.chronicle.algo.bitset.BitSet.Bits
 
reset(Access<T>, T, long) - Method in interface net.openhft.chronicle.algo.bitset.BitSetFrame.Bits
 
reset() - Method in class net.openhft.chronicle.algo.bitset.ReusableBitSet.Bits
 
reset(Access<T>, T, long) - Method in interface net.openhft.chronicle.algo.locks.LockingStrategy
 
reset() - Method in interface net.openhft.chronicle.algo.locks.LockState
 
reset(Access<T>, T, long) - Method in class net.openhft.chronicle.algo.locks.VanillaReadWriteUpdateWithWaitsLockingStrategy
 
reset(Access<T>, T, long) - Method in class net.openhft.chronicle.algo.locks.VanillaReadWriteWithWaitsLockingStrategy
 
resetKeepingWaits(Access<T>, T, long) - Method in interface net.openhft.chronicle.algo.locks.ReadWriteWithWaitsLockingStrategy
 
resetKeepingWaits() - Method in interface net.openhft.chronicle.algo.locks.ReadWriteWithWaitsLockState
 
resetKeepingWaits(Access<T>, T, long) - Method in class net.openhft.chronicle.algo.locks.VanillaReadWriteUpdateWithWaitsLockingStrategy
 
resetKeepingWaits(Access<T>, T, long) - Method in class net.openhft.chronicle.algo.locks.VanillaReadWriteWithWaitsLockingStrategy
 
resetState() - Method in interface net.openhft.chronicle.algo.locks.LockingStrategy
 
resetState() - Method in class net.openhft.chronicle.algo.locks.VanillaReadWriteUpdateWithWaitsLockingStrategy
 
resetState() - Method in class net.openhft.chronicle.algo.locks.VanillaReadWriteWithWaitsLockingStrategy
 
ReusableBitSet - Class in net.openhft.chronicle.algo.bitset
 
ReusableBitSet(BitSetFrame, Access<T>, T, long) - Constructor for class net.openhft.chronicle.algo.bitset.ReusableBitSet
 
ReusableBitSet.Bits - Class in net.openhft.chronicle.algo.bitset
 
reuse(BitSetFrame, Access<T>, T, long) - Method in class net.openhft.chronicle.algo.bitset.ReusableBitSet
 

S

set(long) - Method in interface net.openhft.chronicle.algo.bitset.BitSet
Sets the bit at the specified index to true.
set(long, boolean) - Method in interface net.openhft.chronicle.algo.bitset.BitSet
Sets the bit at the specified index to the specified value.
set(Access<T>, T, long, long) - Method in interface net.openhft.chronicle.algo.bitset.BitSetFrame
Sets the bit at the specified index to true.
set(Access<T>, T, long, long, boolean) - Method in interface net.openhft.chronicle.algo.bitset.BitSetFrame
Sets the bit at the specified index to the specified value.
set(Access<T>, T, long, long) - Method in class net.openhft.chronicle.algo.bitset.ConcurrentFlatBitSetFrame
 
set(long) - Method in class net.openhft.chronicle.algo.bitset.ReusableBitSet
 
set(Access<T>, T, long, long) - Method in class net.openhft.chronicle.algo.bitset.SingleThreadedFlatBitSetFrame
 
setAll() - Method in interface net.openhft.chronicle.algo.bitset.BitSet
Sets all bits, bs.setAll() is equivalent of bs.set(0, bs.size().
setAll(Access<T>, T, long) - Method in interface net.openhft.chronicle.algo.bitset.BitSetFrame
Equivalent to setRange(0, logicalSize()).
setAll(Access<T>, T, long) - Method in class net.openhft.chronicle.algo.bitset.ConcurrentFlatBitSetFrame
 
setAll() - Method in class net.openhft.chronicle.algo.bitset.ReusableBitSet
 
setAll(Access<T>, T, long) - Method in class net.openhft.chronicle.algo.bitset.SingleThreadedFlatBitSetFrame
 
setBits() - Method in interface net.openhft.chronicle.algo.bitset.BitSet
Returns an iteration of set bits in direct order (from 0 to the end of the bit set).
setBits() - Method in interface net.openhft.chronicle.algo.bitset.BitSetFrame
Returns an iteration of set bits in direct order (from 0 to the end of the bit set).
setBits() - Method in class net.openhft.chronicle.algo.bitset.ConcurrentFlatBitSetFrame
 
setBits() - Method in class net.openhft.chronicle.algo.bitset.ReusableBitSet
 
setBits() - Method in class net.openhft.chronicle.algo.bitset.SingleThreadedFlatBitSetFrame
 
setIfClear(long) - Method in interface net.openhft.chronicle.algo.bitset.BitSet
Sets the bit at the specified index to true.
setIfClear(Access<T>, T, long, long) - Method in interface net.openhft.chronicle.algo.bitset.BitSetFrame
Sets the bit at the specified index to true.
setIfClear(Access<T>, T, long, long) - Method in class net.openhft.chronicle.algo.bitset.ConcurrentFlatBitSetFrame
 
setIfClear(long) - Method in class net.openhft.chronicle.algo.bitset.ReusableBitSet
 
setIfClear(Access<T>, T, long, long) - Method in class net.openhft.chronicle.algo.bitset.SingleThreadedFlatBitSetFrame
 
setNextClearBit(long) - Method in interface net.openhft.chronicle.algo.bitset.BitSet
Finds and sets to true the first bit that is set to false that occurs on or after the specified starting index.
setNextClearBit(Access<T>, T, long, long) - Method in interface net.openhft.chronicle.algo.bitset.BitSetFrame
Finds and sets to true the first bit that is set to false that occurs on or after the specified starting index.
setNextClearBit(Access<T>, T, long, long) - Method in class net.openhft.chronicle.algo.bitset.ConcurrentFlatBitSetFrame
 
setNextClearBit(long) - Method in class net.openhft.chronicle.algo.bitset.ReusableBitSet
 
setNextClearBit(Access<T>, T, long, long) - Method in class net.openhft.chronicle.algo.bitset.SingleThreadedFlatBitSetFrame
 
setNextNContinuousClearBits(long, int) - Method in interface net.openhft.chronicle.algo.bitset.BitSet
Finds the next numberOfBits consecutive bits set to false, starting from the specified fromIndex.
setNextNContinuousClearBits(Access<T>, T, long, long, int) - Method in interface net.openhft.chronicle.algo.bitset.BitSetFrame
Finds the next numberOfBits consecutive bits set to false, starting from the specified fromIndex.
setNextNContinuousClearBits(Access<T>, T, long, long, int) - Method in class net.openhft.chronicle.algo.bitset.ConcurrentFlatBitSetFrame
WARNING! This implementation doesn't strictly follow the contract from DirectBitSet interface.
setNextNContinuousClearBits(long, int) - Method in class net.openhft.chronicle.algo.bitset.ReusableBitSet
 
setNextNContinuousClearBits(Access<T>, T, long, long, int) - Method in class net.openhft.chronicle.algo.bitset.SingleThreadedFlatBitSetFrame
 
setOffset(long) - Method in class net.openhft.chronicle.algo.bitset.ReusableBitSet
 
setPreviousClearBit(long) - Method in interface net.openhft.chronicle.algo.bitset.BitSet
Finds and sets to true the nearest bit that is set to false that occurs on or before the specified starting index.
setPreviousClearBit(Access<T>, T, long, long) - Method in interface net.openhft.chronicle.algo.bitset.BitSetFrame
Finds and sets to true the nearest bit that is set to false that occurs on or before the specified starting index.
setPreviousClearBit(Access<T>, T, long, long) - Method in class net.openhft.chronicle.algo.bitset.ConcurrentFlatBitSetFrame
 
setPreviousClearBit(long) - Method in class net.openhft.chronicle.algo.bitset.ReusableBitSet
 
setPreviousClearBit(Access<T>, T, long, long) - Method in class net.openhft.chronicle.algo.bitset.SingleThreadedFlatBitSetFrame
 
setPreviousNContinuousClearBits(long, int) - Method in interface net.openhft.chronicle.algo.bitset.BitSet
Finds the previous numberOfBits consecutive bits set to false, starting from the specified fromIndex.
setPreviousNContinuousClearBits(Access<T>, T, long, long, int) - Method in interface net.openhft.chronicle.algo.bitset.BitSetFrame
Finds the previous numberOfBits consecutive bits set to false, starting from the specified fromIndex.
setPreviousNContinuousClearBits(Access<T>, T, long, long, int) - Method in class net.openhft.chronicle.algo.bitset.ConcurrentFlatBitSetFrame
WARNING! This implementation doesn't strictly follow the contract from DirectBitSet interface.
setPreviousNContinuousClearBits(long, int) - Method in class net.openhft.chronicle.algo.bitset.ReusableBitSet
 
setPreviousNContinuousClearBits(Access<T>, T, long, long, int) - Method in class net.openhft.chronicle.algo.bitset.SingleThreadedFlatBitSetFrame
 
setRange(long, long) - Method in interface net.openhft.chronicle.algo.bitset.BitSet
Sets the bits from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to true.
setRange(long, long, boolean) - Method in interface net.openhft.chronicle.algo.bitset.BitSet
Sets the bits from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to the specified value.
setRange(Access<T>, T, long, long, long) - Method in interface net.openhft.chronicle.algo.bitset.BitSetFrame
Sets the bits from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to true.
setRange(Access<T>, T, long, long, long, boolean) - Method in interface net.openhft.chronicle.algo.bitset.BitSetFrame
Sets the bits from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to the specified value.
setRange(Access<T>, T, long, long, long) - Method in class net.openhft.chronicle.algo.bitset.ConcurrentFlatBitSetFrame
 
setRange(long, long) - Method in class net.openhft.chronicle.algo.bitset.ReusableBitSet
 
setRange(Access<T>, T, long, long, long) - Method in class net.openhft.chronicle.algo.bitset.SingleThreadedFlatBitSetFrame
 
shortArrayAccessor() - Static method in interface net.openhft.chronicle.algo.bytes.Accessor
 
SingleThreadedFlatBitSetFrame - Class in net.openhft.chronicle.algo.bitset
DirectBitSet with input validations, This class is not thread safe
SingleThreadedFlatBitSetFrame(long) - Constructor for class net.openhft.chronicle.algo.bitset.SingleThreadedFlatBitSetFrame
Creates a new SingleThreadedFlatBitSetFrame of the given logical size
size(long) - Method in interface net.openhft.chronicle.algo.bytes.Accessor
Convert size (length) in the source domain to size in bytes.
sizeInBytes(long) - Method in interface net.openhft.chronicle.algo.bitset.BitSetAlgorithm
 
sizeInBytes() - Method in interface net.openhft.chronicle.algo.bitset.BitSetFrame
Number of bytes taken by this frame.
sizeInBytes() - Method in class net.openhft.chronicle.algo.bitset.ConcurrentFlatBitSetFrame
 
sizeInBytes() - Method in class net.openhft.chronicle.algo.bitset.SingleThreadedFlatBitSetFrame
 
sizeInBytes() - Method in interface net.openhft.chronicle.algo.locks.LockingStrategy
 
sizeInBytes() - Method in class net.openhft.chronicle.algo.locks.VanillaReadWriteUpdateWithWaitsLockingStrategy
 
sizeInBytes() - Method in class net.openhft.chronicle.algo.locks.VanillaReadWriteWithWaitsLockingStrategy
 
spinLoop(long, TimeUnit) - Static method in class net.openhft.chronicle.algo.locks.AcquisitionStrategies
 
spinLoopOrFail(long, TimeUnit) - Static method in class net.openhft.chronicle.algo.locks.AcquisitionStrategies
 
spinLoopRegisteringWaitOrFail(long, TimeUnit) - Static method in class net.openhft.chronicle.algo.locks.AcquisitionStrategies
 
stringAccessor() - Static method in interface net.openhft.chronicle.algo.bytes.Accessor
 

T

toBits(long) - Method in enum net.openhft.chronicle.algo.MemoryUnit
toBytes(long) - Method in enum net.openhft.chronicle.algo.MemoryUnit
toCacheLines(long) - Method in enum net.openhft.chronicle.algo.MemoryUnit
toGigabytes(long) - Method in enum net.openhft.chronicle.algo.MemoryUnit
toKilobytes(long) - Method in enum net.openhft.chronicle.algo.MemoryUnit
toLongs(long) - Method in enum net.openhft.chronicle.algo.MemoryUnit
toMegabytes(long) - Method in enum net.openhft.chronicle.algo.MemoryUnit
toPages(long) - Method in enum net.openhft.chronicle.algo.MemoryUnit
toString(long) - Method in interface net.openhft.chronicle.algo.locks.LockingStrategy
 
toString(long) - Method in class net.openhft.chronicle.algo.locks.VanillaReadWriteUpdateWithWaitsLockingStrategy
 
toString(long) - Method in class net.openhft.chronicle.algo.locks.VanillaReadWriteWithWaitsLockingStrategy
 
tryAcquire(S, Access<T>, T, long) - Method in interface net.openhft.chronicle.algo.locks.TryAcquireOperation
 
TryAcquireOperation<S extends LockingStrategy> - Interface in net.openhft.chronicle.algo.locks
 
TryAcquireOperations - Class in net.openhft.chronicle.algo.locks
 
tryLock(Access<T>, T, long) - Method in class net.openhft.chronicle.algo.locks.AbstractReadWriteLockingStrategy
 
tryLock() - Method in class net.openhft.chronicle.algo.locks.AbstractReadWriteLockState
 
tryLock(Access<T>, T, long) - Method in interface net.openhft.chronicle.algo.locks.LockingStrategy
 
tryLock() - Method in interface net.openhft.chronicle.algo.locks.LockState
 
tryReadLock(Access<T>, T, long) - Method in interface net.openhft.chronicle.algo.locks.ReadWriteLockingStrategy
 
tryReadLock() - Method in interface net.openhft.chronicle.algo.locks.ReadWriteLockState
 
tryReadLock(Access<T>, T, long) - Method in class net.openhft.chronicle.algo.locks.VanillaReadWriteUpdateWithWaitsLockingStrategy
 
tryReadLock(Access<T>, T, long) - Method in class net.openhft.chronicle.algo.locks.VanillaReadWriteWithWaitsLockingStrategy
 
tryUpdateLock(Access<T>, T, long) - Method in interface net.openhft.chronicle.algo.locks.ReadWriteUpdateLockingStrategy
 
tryUpdateLock() - Method in interface net.openhft.chronicle.algo.locks.ReadWriteUpdateLockState
 
tryUpdateLock(Access<T>, T, long) - Method in class net.openhft.chronicle.algo.locks.VanillaReadWriteUpdateWithWaitsLockingStrategy
 
tryUpgradeReadToUpdateLock(Access<T>, T, long) - Method in interface net.openhft.chronicle.algo.locks.ReadWriteUpdateLockingStrategy
 
tryUpgradeReadToUpdateLock() - Method in interface net.openhft.chronicle.algo.locks.ReadWriteUpdateLockState
 
tryUpgradeReadToUpdateLock(Access<T>, T, long) - Method in class net.openhft.chronicle.algo.locks.VanillaReadWriteUpdateWithWaitsLockingStrategy
 
tryUpgradeReadToWriteLock(Access<T>, T, long) - Method in interface net.openhft.chronicle.algo.locks.ReadWriteLockingStrategy
 
tryUpgradeReadToWriteLock() - Method in interface net.openhft.chronicle.algo.locks.ReadWriteLockState
 
tryUpgradeReadToWriteLock(Access<T>, T, long) - Method in class net.openhft.chronicle.algo.locks.VanillaReadWriteUpdateWithWaitsLockingStrategy
 
tryUpgradeReadToWriteLock(Access<T>, T, long) - Method in class net.openhft.chronicle.algo.locks.VanillaReadWriteWithWaitsLockingStrategy
 
tryUpgradeReadToWriteLockAndDeregisterWait(Access<T>, T, long) - Method in interface net.openhft.chronicle.algo.locks.ReadWriteWithWaitsLockingStrategy
 
tryUpgradeReadToWriteLockAndDeregisterWait() - Method in interface net.openhft.chronicle.algo.locks.ReadWriteWithWaitsLockState
 
tryUpgradeReadToWriteLockAndDeregisterWait(Access<T>, T, long) - Method in class net.openhft.chronicle.algo.locks.VanillaReadWriteUpdateWithWaitsLockingStrategy
 
tryUpgradeReadToWriteLockAndDeregisterWait(Access<T>, T, long) - Method in class net.openhft.chronicle.algo.locks.VanillaReadWriteWithWaitsLockingStrategy
 
tryUpgradeUpdateToWriteLock(Access<T>, T, long) - Method in interface net.openhft.chronicle.algo.locks.ReadWriteUpdateLockingStrategy
 
tryUpgradeUpdateToWriteLock() - Method in interface net.openhft.chronicle.algo.locks.ReadWriteUpdateLockState
 
tryUpgradeUpdateToWriteLock(Access<T>, T, long) - Method in class net.openhft.chronicle.algo.locks.VanillaReadWriteUpdateWithWaitsLockingStrategy
 
tryUpgradeUpdateToWriteLockAndDeregisterWait(Access<T>, T, long) - Method in interface net.openhft.chronicle.algo.locks.ReadWriteUpdateWithWaitsLockingStrategy
 
tryUpgradeUpdateToWriteLockAndDeregisterWait() - Method in interface net.openhft.chronicle.algo.locks.ReadWriteUpdateWithWaitsLockState
 
tryUpgradeUpdateToWriteLockAndDeregisterWait(Access<T>, T, long) - Method in class net.openhft.chronicle.algo.locks.VanillaReadWriteUpdateWithWaitsLockingStrategy
 
tryWriteLock(Access<T>, T, long) - Method in interface net.openhft.chronicle.algo.locks.ReadWriteLockingStrategy
 
tryWriteLock() - Method in interface net.openhft.chronicle.algo.locks.ReadWriteLockState
 
tryWriteLock(Access<T>, T, long) - Method in class net.openhft.chronicle.algo.locks.VanillaReadWriteUpdateWithWaitsLockingStrategy
 
tryWriteLock(Access<T>, T, long) - Method in class net.openhft.chronicle.algo.locks.VanillaReadWriteWithWaitsLockingStrategy
 
tryWriteLockAndDeregisterWait(Access<T>, T, long) - Method in interface net.openhft.chronicle.algo.locks.ReadWriteWithWaitsLockingStrategy
 
tryWriteLockAndDeregisterWait() - Method in interface net.openhft.chronicle.algo.locks.ReadWriteWithWaitsLockState
 
tryWriteLockAndDeregisterWait(Access<T>, T, long) - Method in class net.openhft.chronicle.algo.locks.VanillaReadWriteUpdateWithWaitsLockingStrategy
 
tryWriteLockAndDeregisterWait(Access<T>, T, long) - Method in class net.openhft.chronicle.algo.locks.VanillaReadWriteWithWaitsLockingStrategy
 

U

uncheckedByteBufferAccessor(ByteBuffer) - Static method in interface net.openhft.chronicle.algo.bytes.Accessor
 
unlock(Access<T>, T, long) - Method in class net.openhft.chronicle.algo.locks.AbstractReadWriteLockingStrategy
 
unlock() - Method in class net.openhft.chronicle.algo.locks.AbstractReadWriteLockState
 
unlock(Access<T>, T, long) - Method in interface net.openhft.chronicle.algo.locks.LockingStrategy
 
unlock() - Method in interface net.openhft.chronicle.algo.locks.LockState
 
updateLock() - Static method in class net.openhft.chronicle.algo.locks.TryAcquireOperations
 
updateUnlock(Access<T>, T, long) - Method in interface net.openhft.chronicle.algo.locks.ReadWriteUpdateLockingStrategy
 
updateUnlock() - Method in interface net.openhft.chronicle.algo.locks.ReadWriteUpdateLockState
 
updateUnlock(Access<T>, T, long) - Method in class net.openhft.chronicle.algo.locks.VanillaReadWriteUpdateWithWaitsLockingStrategy
 
upgradeReadToUpdateLock() - Static method in class net.openhft.chronicle.algo.locks.TryAcquireOperations
 
upgradeReadToWriteLock() - Static method in class net.openhft.chronicle.algo.locks.TryAcquireOperations
 
upgradeReadToWriteLockAndDeregisterWait() - Static method in class net.openhft.chronicle.algo.locks.TryAcquireOperations
 
upgradeUpdateToWriteLock() - Static method in class net.openhft.chronicle.algo.locks.TryAcquireOperations
 
upgradeUpdateToWriteLockAndDeregisterWait() - Static method in class net.openhft.chronicle.algo.locks.TryAcquireOperations
 

V

valueOf(String) - Static method in enum net.openhft.chronicle.algo.MemoryUnit
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.openhft.chronicle.algo.MemoryUnit
Returns an array containing the constants of this enum type, in the order they are declared.
VanillaReadWriteUpdateWithWaitsLockingStrategy - Class in net.openhft.chronicle.algo.locks
 
VanillaReadWriteWithWaitsLockingStrategy - Class in net.openhft.chronicle.algo.locks
 

W

waitCount(long) - Method in interface net.openhft.chronicle.algo.locks.ReadWriteWithWaitsLockingStrategy
 
waitCount(long) - Method in class net.openhft.chronicle.algo.locks.VanillaReadWriteUpdateWithWaitsLockingStrategy
 
waitCount(long) - Method in class net.openhft.chronicle.algo.locks.VanillaReadWriteWithWaitsLockingStrategy
 
writeByte(T, long, byte) - Method in class net.openhft.chronicle.algo.bytes.NativeAccess
 
writeBytes(T, long, long, byte) - Method in class net.openhft.chronicle.algo.bytes.NativeAccess
 
writeChar(T, long, char) - Method in class net.openhft.chronicle.algo.bytes.NativeAccess
 
writeDouble(T, long, double) - Method in class net.openhft.chronicle.algo.bytes.NativeAccess
 
writeFloat(T, long, float) - Method in class net.openhft.chronicle.algo.bytes.NativeAccess
 
writeFrom(T, long, ReadAccess<S>, S, long, long) - Method in class net.openhft.chronicle.algo.bytes.NativeAccess
 
writeInt(T, long, int) - Method in class net.openhft.chronicle.algo.bytes.NativeAccess
 
writeLock() - Static method in class net.openhft.chronicle.algo.locks.TryAcquireOperations
 
writeLockAndDeregisterWait() - Static method in class net.openhft.chronicle.algo.locks.TryAcquireOperations
 
writeLong(T, long, long) - Method in class net.openhft.chronicle.algo.bytes.NativeAccess
 
writeOrderedInt(T, long, int) - Method in class net.openhft.chronicle.algo.bytes.NativeAccess
 
writeOrderedLong(T, long, long) - Method in class net.openhft.chronicle.algo.bytes.NativeAccess
 
writeShort(T, long, short) - Method in class net.openhft.chronicle.algo.bytes.NativeAccess
 
writeUnlock(Access<T>, T, long) - Method in interface net.openhft.chronicle.algo.locks.ReadWriteLockingStrategy
 
writeUnlock() - Method in interface net.openhft.chronicle.algo.locks.ReadWriteLockState
 
writeUnlock(Access<T>, T, long) - Method in class net.openhft.chronicle.algo.locks.VanillaReadWriteUpdateWithWaitsLockingStrategy
 
writeUnlock(Access<T>, T, long) - Method in class net.openhft.chronicle.algo.locks.VanillaReadWriteWithWaitsLockingStrategy
 

X

xx_r39() - Static method in class net.openhft.chronicle.algo.hashing.LongHashFunction
Returns a hash function implementing xxHash algorithm, release 39 without seed value (0 is used as default seed value).
xx_r39(long) - Static method in class net.openhft.chronicle.algo.hashing.LongHashFunction
Returns a hash function implementing xxHash algorithm, release 39 with the given seed value.

Z

zeroOut(T, long, long) - Method in class net.openhft.chronicle.algo.bytes.NativeAccess
 
zeros() - Static method in interface net.openhft.chronicle.algo.bytes.ReadAccess
 
A B C D E F G H I L M N O P R S T U V W X Z 
Skip navigation links

Copyright © 2020. All rights reserved.