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

A

accept(WireHandlers) - Method in class net.openhft.chronicle.wire.set.SetWireHandlerProcessor
 
accept(Boolean) - Method in interface net.openhft.chronicle.wire.util.BooleanConsumer
Performs this operation on the given argument.
accept(byte) - Method in interface net.openhft.chronicle.wire.util.ByteConsumer
Performs this operation on the given argument.
accept(char) - Method in interface net.openhft.chronicle.wire.util.CharConsumer
Performs this operation on the given argument.
accept(float) - Method in interface net.openhft.chronicle.wire.util.FloatConsumer
Performs this operation on the given argument.
accept(short) - Method in interface net.openhft.chronicle.wire.util.ShortConsumer
Performs this operation on the given argument.
acquireAnotherStringBuilder(CharSequence) - Static method in enum net.openhft.chronicle.wire.Wires
 
acquireStringBuilder() - Static method in enum net.openhft.chronicle.wire.Wires
 
add(WireHandler) - Method in interface net.openhft.chronicle.wire.WireHandlers
 
addAtomicValue(long) - Method in class net.openhft.chronicle.wire.BinaryLongReference
 
addAtomicValue(int) - Method in class net.openhft.chronicle.wire.IntBinaryReference
 
addAtomicValue(int) - Method in class net.openhft.chronicle.wire.IntTextReference
 
addAtomicValue(long) - Method in class net.openhft.chronicle.wire.TextLongReference
 
addPadding(int) - Method in class net.openhft.chronicle.wire.BinaryWire
 
addPadding(int) - Method in class net.openhft.chronicle.wire.RawWire
 
addPadding(int) - Method in class net.openhft.chronicle.wire.TextWire
 
addPadding(int) - Method in interface net.openhft.chronicle.wire.WireOut
 
addValue(long) - Method in class net.openhft.chronicle.wire.BinaryLongReference
 
addValue(int) - Method in class net.openhft.chronicle.wire.IntBinaryReference
 
addValue(int) - Method in class net.openhft.chronicle.wire.IntTextReference
 
addValue(long) - Method in class net.openhft.chronicle.wire.TextLongReference
 
andThen(BooleanConsumer) - Method in interface net.openhft.chronicle.wire.util.BooleanConsumer
Returns a composed IntConsumer that performs, in sequence, this operation followed by the after operation.
andThen(ByteConsumer) - Method in interface net.openhft.chronicle.wire.util.ByteConsumer
Returns a composed IntConsumer that performs, in sequence, this operation followed by the after operation.
andThen(CharConsumer) - Method in interface net.openhft.chronicle.wire.util.CharConsumer
Returns a composed IntConsumer that performs, in sequence, this operation followed by the after operation.
andThen(FloatConsumer) - Method in interface net.openhft.chronicle.wire.util.FloatConsumer
Returns a composed IntConsumer that performs, in sequence, this operation followed by the after operation.
andThen(ShortConsumer) - Method in interface net.openhft.chronicle.wire.util.ShortConsumer
Returns a composed IntConsumer that performs, in sequence, this operation followed by the after operation.
ANY_CODE_MATCH - Static variable in class net.openhft.chronicle.wire.BinaryWire
 
applyMarshallable(Function<WireIn, R>) - Method in interface net.openhft.chronicle.wire.ValueIn
 
applyToMarshallable(Function<WireIn, T>) - Method in interface net.openhft.chronicle.wire.ValueIn
 
asText(Wire) - Static method in class net.openhft.chronicle.wire.TextWire
 

B

BinaryLongArrayReference - Class in net.openhft.chronicle.wire
 
BinaryLongArrayReference() - Constructor for class net.openhft.chronicle.wire.BinaryLongArrayReference
 
BinaryLongReference - Class in net.openhft.chronicle.wire
 
BinaryLongReference() - Constructor for class net.openhft.chronicle.wire.BinaryLongReference
 
BinaryWire - Class in net.openhft.chronicle.wire
Created by peter.lawrey on 15/01/15.
BinaryWire(Bytes<?>) - Constructor for class net.openhft.chronicle.wire.BinaryWire
 
BinaryWire(Bytes<?>, boolean, boolean, boolean) - Constructor for class net.openhft.chronicle.wire.BinaryWire
 
bool(BooleanConsumer) - Method in interface net.openhft.chronicle.wire.ValueIn
 
bool() - Method in interface net.openhft.chronicle.wire.ValueIn
 
bool(Boolean) - Method in interface net.openhft.chronicle.wire.ValueOut
 
BooleanConsumer - Interface in net.openhft.chronicle.wire.util
Represents an operation that accepts a single int-valued argument and returns no result.
ByteableLongArrayValues - Interface in net.openhft.chronicle.wire
Created by Rob Austin
ByteConsumer - Interface in net.openhft.chronicle.wire.util
Represents an operation that accepts a single int-valued argument and returns no result.
bytes() - Method in class net.openhft.chronicle.wire.BinaryWire
 
bytes() - Method in class net.openhft.chronicle.wire.RawWire
 
bytes() - Method in class net.openhft.chronicle.wire.TextWire
 
bytes(Bytes<?>) - Method in interface net.openhft.chronicle.wire.ValueIn
 
bytes(Consumer<WireIn>) - Method in interface net.openhft.chronicle.wire.ValueIn
 
bytes() - Method in interface net.openhft.chronicle.wire.ValueIn
 
bytes(Bytes) - Method in interface net.openhft.chronicle.wire.ValueOut
 
bytes(byte[]) - Method in interface net.openhft.chronicle.wire.ValueOut
 
bytes() - Method in interface net.openhft.chronicle.wire.WireIn
 
bytes() - Method in interface net.openhft.chronicle.wire.WireOut
 
bytesStore(BytesStore, long, long) - Method in class net.openhft.chronicle.wire.BinaryLongArrayReference
 
bytesStore() - Method in class net.openhft.chronicle.wire.BinaryLongArrayReference
 
bytesStore(BytesStore, long, long) - Method in class net.openhft.chronicle.wire.BinaryLongReference
 
bytesStore() - Method in class net.openhft.chronicle.wire.BinaryLongReference
 
bytesStore(BytesStore, long, long) - Method in class net.openhft.chronicle.wire.IntBinaryReference
 
bytesStore() - Method in class net.openhft.chronicle.wire.IntBinaryReference
 
bytesStore(BytesStore, long, long) - Method in class net.openhft.chronicle.wire.IntTextReference
 
bytesStore() - Method in class net.openhft.chronicle.wire.IntTextReference
 
bytesStore(BytesStore, long, long) - Method in class net.openhft.chronicle.wire.TextLongArrayReference
 
bytesStore() - Method in class net.openhft.chronicle.wire.TextLongArrayReference
 
bytesStore(BytesStore, long, long) - Method in class net.openhft.chronicle.wire.TextLongReference
 
bytesStore() - Method in class net.openhft.chronicle.wire.TextLongReference
 

C

CharConsumer - Interface in net.openhft.chronicle.wire.util
Represents an operation that accepts a single int-valued argument and returns no result.
CharSequenceComparator - Enum in net.openhft.chronicle.wire.util
 
checkKeys(WireKey[]) - Static method in interface net.openhft.chronicle.wire.WireKey
 
clear() - Method in class net.openhft.chronicle.wire.BinaryWire
 
clear() - Method in class net.openhft.chronicle.wire.RawWire
 
clear() - Method in class net.openhft.chronicle.wire.TextWire
 
clear() - Method in interface net.openhft.chronicle.wire.WireIn
 
code() - Method in interface net.openhft.chronicle.wire.WireKey
 
code() - Method in enum net.openhft.chronicle.wire.WireType
 
compare(CharSequence, CharSequence) - Method in enum net.openhft.chronicle.wire.util.CharSequenceComparator
 
compareAndSwapValue(long, long) - Method in class net.openhft.chronicle.wire.BinaryLongReference
 
compareAndSwapValue(int, int) - Method in class net.openhft.chronicle.wire.IntBinaryReference
 
compareAndSwapValue(int, int) - Method in class net.openhft.chronicle.wire.IntTextReference
 
compareAndSwapValue(long, long) - Method in class net.openhft.chronicle.wire.TextLongReference
 
contentEquals(CharSequence) - Method in interface net.openhft.chronicle.wire.WireKey
 
copyTo(WireOut) - Method in class net.openhft.chronicle.wire.BinaryWire
 
copyTo(WireOut) - Method in class net.openhft.chronicle.wire.RawWire
 
copyTo(WireOut) - Method in class net.openhft.chronicle.wire.TextWire
 
copyTo(WireOut) - Method in interface net.openhft.chronicle.wire.WireIn
 
CoreFields - Enum in net.openhft.chronicle.wire
Created by Rob Austin

D

date(Consumer<LocalDate>) - Method in interface net.openhft.chronicle.wire.ValueIn
 
date(LocalDate) - Method in interface net.openhft.chronicle.wire.ValueOut
 
DEFAULT - Static variable in interface net.openhft.chronicle.wire.WireParser
 
defaultValue() - Method in interface net.openhft.chronicle.wire.WireKey
 

F

FALSE - Static variable in class net.openhft.chronicle.wire.IntTextReference
 
FALSE - Static variable in class net.openhft.chronicle.wire.TextLongReference
 
FIELD_SEP - Static variable in class net.openhft.chronicle.wire.TextWire
 
flip() - Method in class net.openhft.chronicle.wire.BinaryWire
 
flip() - Method in class net.openhft.chronicle.wire.RawWire
 
flip() - Method in class net.openhft.chronicle.wire.TextWire
 
flip() - Method in interface net.openhft.chronicle.wire.WireIn
 
float32(FloatConsumer) - Method in interface net.openhft.chronicle.wire.ValueIn
 
float32() - Method in interface net.openhft.chronicle.wire.ValueIn
 
float32(float) - Method in interface net.openhft.chronicle.wire.ValueOut
 
float64(DoubleConsumer) - Method in interface net.openhft.chronicle.wire.ValueIn
 
float64() - Method in interface net.openhft.chronicle.wire.ValueIn
 
float64(double) - Method in interface net.openhft.chronicle.wire.ValueOut
 
FloatConsumer - Interface in net.openhft.chronicle.wire.util
Represents an operation that accepts a single int-valued argument and returns no result.
forCode(int) - Static method in enum net.openhft.chronicle.wire.WireType
 
fromSizePrefixedBlobs(Bytes) - Static method in enum net.openhft.chronicle.wire.Wires
 
fromSizePrefixedBlobs(Bytes, long, long) - Static method in enum net.openhft.chronicle.wire.Wires
 

G

getCapacity() - Method in class net.openhft.chronicle.wire.BinaryLongArrayReference
 
getCapacity() - Method in class net.openhft.chronicle.wire.TextLongArrayReference
 
getValue() - Method in class net.openhft.chronicle.wire.BinaryLongReference
 
getValue() - Method in class net.openhft.chronicle.wire.IntBinaryReference
 
getValue() - Method in class net.openhft.chronicle.wire.IntTextReference
 
getValue() - Method in class net.openhft.chronicle.wire.TextLongReference
 
getValueAt(long) - Method in class net.openhft.chronicle.wire.BinaryLongArrayReference
 
getValueAt(long) - Method in class net.openhft.chronicle.wire.TextLongArrayReference
 
getValueIn() - Method in class net.openhft.chronicle.wire.BinaryWire
 
getValueIn() - Method in class net.openhft.chronicle.wire.RawWire
 
getValueIn() - Method in class net.openhft.chronicle.wire.TextWire
 
getValueIn() - Method in interface net.openhft.chronicle.wire.WireIn
Obtain the value in (for internal use)
getValueOut() - Method in class net.openhft.chronicle.wire.BinaryWire
 
getValueOut() - Method in class net.openhft.chronicle.wire.RawWire
 
getValueOut() - Method in class net.openhft.chronicle.wire.TextWire
 
getValueOut() - Method in interface net.openhft.chronicle.wire.WireOut
Obtain the value out (for internal use)
getVolatileValue() - Method in class net.openhft.chronicle.wire.BinaryLongReference
 
getVolatileValue() - Method in class net.openhft.chronicle.wire.IntBinaryReference
 
getVolatileValue() - Method in class net.openhft.chronicle.wire.IntTextReference
 
getVolatileValue() - Method in class net.openhft.chronicle.wire.TextLongReference
 
getVolatileValueAt(long) - Method in class net.openhft.chronicle.wire.BinaryLongArrayReference
 
getVolatileValueAt(long) - Method in class net.openhft.chronicle.wire.TextLongArrayReference
 

H

hasDocument() - Method in class net.openhft.chronicle.wire.BinaryWire
 
hasDocument() - Method in class net.openhft.chronicle.wire.RawWire
 
hasDocument() - Method in class net.openhft.chronicle.wire.TextWire
 
hasDocument() - Method in interface net.openhft.chronicle.wire.WireOut
 
hasNext() - Method in interface net.openhft.chronicle.wire.ValueIn
 
hasNextSequenceItem() - Method in interface net.openhft.chronicle.wire.ValueIn
 

I

int16(ShortConsumer) - Method in interface net.openhft.chronicle.wire.ValueIn
 
int16() - Method in interface net.openhft.chronicle.wire.ValueIn
 
int16(long) - Method in interface net.openhft.chronicle.wire.ValueOut
 
int16(short) - Method in interface net.openhft.chronicle.wire.ValueOut
 
int32(IntConsumer) - Method in interface net.openhft.chronicle.wire.ValueIn
 
int32(IntValue, Consumer<IntValue>) - Method in interface net.openhft.chronicle.wire.ValueIn
 
int32() - Method in interface net.openhft.chronicle.wire.ValueIn
 
int32(long) - Method in interface net.openhft.chronicle.wire.ValueOut
 
int32(int) - Method in interface net.openhft.chronicle.wire.ValueOut
 
int32forBinding(int) - Method in interface net.openhft.chronicle.wire.ValueOut
 
int64(LongConsumer) - Method in interface net.openhft.chronicle.wire.ValueIn
 
int64(LongValue, Consumer<LongValue>) - Method in interface net.openhft.chronicle.wire.ValueIn
 
int64() - Method in interface net.openhft.chronicle.wire.ValueIn
 
int64(long) - Method in interface net.openhft.chronicle.wire.ValueOut
 
int64array(LongArrayValues, Consumer<LongArrayValues>) - Method in interface net.openhft.chronicle.wire.ValueIn
 
int64array(long) - Method in interface net.openhft.chronicle.wire.ValueOut
 
int64forBinding(long) - Method in interface net.openhft.chronicle.wire.ValueOut
 
int8(ByteConsumer) - Method in interface net.openhft.chronicle.wire.ValueIn
 
int8() - Method in interface net.openhft.chronicle.wire.ValueIn
 
int8(long) - Method in interface net.openhft.chronicle.wire.ValueOut
 
int8(byte) - Method in interface net.openhft.chronicle.wire.ValueOut
 
IntBinaryReference - Class in net.openhft.chronicle.wire
 
IntBinaryReference() - Constructor for class net.openhft.chronicle.wire.IntBinaryReference
 
InternalWireIn - Interface in net.openhft.chronicle.wire
These methods are for internal use only.
IntTextReference - Class in net.openhft.chronicle.wire
 
IntTextReference() - Constructor for class net.openhft.chronicle.wire.IntTextReference
 
isData(long) - Static method in enum net.openhft.chronicle.wire.Wires
 
isKnownLength(long) - Static method in enum net.openhft.chronicle.wire.Wires
 
isNested() - Method in interface net.openhft.chronicle.wire.ValueOut
 
isNull() - Method in interface net.openhft.chronicle.wire.ValueIn
 
isReady() - Method in class net.openhft.chronicle.wire.BinaryWire
 
isReady() - Method in class net.openhft.chronicle.wire.RawWire
 
isReady() - Method in class net.openhft.chronicle.wire.TextWire
 
isReady() - Method in interface net.openhft.chronicle.wire.WireIn
 
isReady(long) - Static method in enum net.openhft.chronicle.wire.Wires
 

L

lazyWrite(Bytes, long) - Static method in class net.openhft.chronicle.wire.BinaryLongArrayReference
 
LENGTH_MASK - Static variable in enum net.openhft.chronicle.wire.Wires
 
lengthOf(long) - Static method in enum net.openhft.chronicle.wire.Wires
 
lookup(CharSequence) - Method in class net.openhft.chronicle.wire.VanillaWireParser
 
lookup(int) - Method in class net.openhft.chronicle.wire.VanillaWireParser
 
lookup(CharSequence) - Method in interface net.openhft.chronicle.wire.WireParser
 
lookup(int) - Method in interface net.openhft.chronicle.wire.WireParser
 

M

main(String[]) - Static method in enum net.openhft.chronicle.wire.WireType
 
map(Map<String, String>) - Method in interface net.openhft.chronicle.wire.ValueIn
reads the map from the wire
map(Class<K>, Class<V>, Map<K, V>) - Method in interface net.openhft.chronicle.wire.ValueIn
reads the map from the wire
map(Map) - Method in interface net.openhft.chronicle.wire.ValueOut
wites the contents of the map to wire
Marshallable - Interface in net.openhft.chronicle.wire
Created by peter.lawrey on 1/10/15.
marshallable(ReadMarshallable) - Method in interface net.openhft.chronicle.wire.ValueIn
 
marshallable(WriteMarshallable) - Method in interface net.openhft.chronicle.wire.ValueOut
 
MarshallableBytesMarshaller<M extends Marshallable> - Class in net.openhft.chronicle.wire
 
maxSize() - Method in class net.openhft.chronicle.wire.BinaryLongArrayReference
 
maxSize() - Method in class net.openhft.chronicle.wire.BinaryLongReference
 
maxSize() - Method in class net.openhft.chronicle.wire.IntBinaryReference
 
maxSize() - Method in class net.openhft.chronicle.wire.IntTextReference
 
maxSize() - Method in class net.openhft.chronicle.wire.TextLongArrayReference
 
maxSize() - Method in class net.openhft.chronicle.wire.TextLongReference
 
META_DATA - Static variable in enum net.openhft.chronicle.wire.Wires
 

N

name() - Method in interface net.openhft.chronicle.wire.WireKey
 
nested(boolean) - Method in interface net.openhft.chronicle.wire.ValueOut
 
net.openhft.chronicle.wire - package net.openhft.chronicle.wire
 
net.openhft.chronicle.wire.set - package net.openhft.chronicle.wire.set
 
net.openhft.chronicle.wire.util - package net.openhft.chronicle.wire.util
 
NOT_READY - Static variable in enum net.openhft.chronicle.wire.Wires
 

O

object(Class<E>) - Method in interface net.openhft.chronicle.wire.ValueIn
 
object(E, Class<E>) - Method in interface net.openhft.chronicle.wire.ValueIn
 
object(Object) - Method in interface net.openhft.chronicle.wire.ValueOut
 
of(Function<Bytes, Wire>, Supplier<M>) - Static method in class net.openhft.chronicle.wire.MarshallableBytesMarshaller
 
offset() - Method in class net.openhft.chronicle.wire.BinaryLongArrayReference
 
offset() - Method in class net.openhft.chronicle.wire.BinaryLongReference
 
offset() - Method in class net.openhft.chronicle.wire.IntBinaryReference
 
offset() - Method in class net.openhft.chronicle.wire.IntTextReference
 
offset() - Method in class net.openhft.chronicle.wire.TextLongArrayReference
 
offset() - Method in class net.openhft.chronicle.wire.TextLongReference
 

P

ParameterizeWireKey - Interface in net.openhft.chronicle.wire
Created by Rob Austin
params() - Method in interface net.openhft.chronicle.wire.ParameterizeWireKey
 
params() - Method in enum net.openhft.chronicle.wire.set.SetWireHandler.SetEventId
 
parse(WireIn) - Method in interface net.openhft.chronicle.wire.WireParser
 
peakLength(BytesStore, long) - Static method in class net.openhft.chronicle.wire.BinaryLongArrayReference
 
peakLength(BytesStore, long) - Static method in class net.openhft.chronicle.wire.TextLongArrayReference
 
process(Wire, Wire, Set<E>, CharSequence, BiConsumer<ValueOut, E>, Function<ValueIn, E>) - Method in interface net.openhft.chronicle.wire.set.SetWireHandler
 
process(Wire, Wire, Set<U>, CharSequence, BiConsumer<ValueOut, U>, Function<ValueIn, U>) - Method in class net.openhft.chronicle.wire.set.SetWireHandlerProcessor
 
process(Wire, Wire) - Method in interface net.openhft.chronicle.wire.WireHandler
 

R

rawBytes(byte[]) - Method in interface net.openhft.chronicle.wire.ValueOut
 
RawWire - Class in net.openhft.chronicle.wire
Created by peter.lawrey on 19/01/15.
RawWire(Bytes) - Constructor for class net.openhft.chronicle.wire.RawWire
 
read() - Method in class net.openhft.chronicle.wire.BinaryWire
 
read(WireKey) - Method in class net.openhft.chronicle.wire.BinaryWire
 
read(StringBuilder) - Method in class net.openhft.chronicle.wire.BinaryWire
 
read(Bytes, M) - Method in class net.openhft.chronicle.wire.MarshallableBytesMarshaller
 
read() - Method in class net.openhft.chronicle.wire.RawWire
 
read(WireKey) - Method in class net.openhft.chronicle.wire.RawWire
 
read(StringBuilder) - Method in class net.openhft.chronicle.wire.RawWire
 
read() - Method in class net.openhft.chronicle.wire.TextWire
 
read(WireKey) - Method in class net.openhft.chronicle.wire.TextWire
 
read(StringBuilder) - Method in class net.openhft.chronicle.wire.TextWire
 
read() - Method in interface net.openhft.chronicle.wire.WireIn
Read the field if present, or empty string if not present.
read(WireKey) - Method in interface net.openhft.chronicle.wire.WireIn
Read the field if present which must match the WireKey.
read(StringBuilder) - Method in interface net.openhft.chronicle.wire.WireIn
Read the field if present, or empty string if not present.
readComment(StringBuilder) - Method in class net.openhft.chronicle.wire.BinaryWire
 
readComment(StringBuilder) - Method in class net.openhft.chronicle.wire.RawWire
 
readComment(StringBuilder) - Method in class net.openhft.chronicle.wire.TextWire
 
readComment(StringBuilder) - Method in interface net.openhft.chronicle.wire.WireIn
 
readData(long, WireIn, Consumer<WireIn>, Consumer<WireIn>) - Static method in enum net.openhft.chronicle.wire.Wires
 
readData(WireIn, Consumer<WireIn>, Consumer<WireIn>) - Static method in enum net.openhft.chronicle.wire.Wires
 
readDocument(Consumer<WireIn>, Consumer<WireIn>) - Method in interface net.openhft.chronicle.wire.WireIn
 
readDocument(long, Consumer<WireIn>, Consumer<WireIn>) - Method in interface net.openhft.chronicle.wire.WireIn
 
readEventName(StringBuilder) - Method in class net.openhft.chronicle.wire.BinaryWire
 
readEventName(StringBuilder) - Method in class net.openhft.chronicle.wire.RawWire
 
readEventName(StringBuilder) - Method in interface net.openhft.chronicle.wire.WireIn
Read a field, or string which is always written, even for formats which might drop the field such as RAW.
readLength() - Method in interface net.openhft.chronicle.wire.ValueIn
the length of the field as bytes including any encoding and header character
ReadMarshallable - Interface in net.openhft.chronicle.wire
 
readMarshallable(WireIn) - Method in interface net.openhft.chronicle.wire.ReadMarshallable
Straight line ordered decoding.
register(WireKey, Consumer<ValueIn>) - Method in class net.openhft.chronicle.wire.VanillaWireParser
 
register(WireKey, Consumer<ValueIn>) - Method in interface net.openhft.chronicle.wire.WireParser
 

S

sequence(Consumer<ValueIn>) - Method in interface net.openhft.chronicle.wire.ValueIn
 
sequence(Consumer<ValueOut>) - Method in interface net.openhft.chronicle.wire.ValueOut
 
SEQUENCE_L1 - Static variable in class net.openhft.chronicle.wire.TextWire
 
setDefault(Consumer<ValueIn>) - Method in interface net.openhft.chronicle.wire.WireParser
 
setOrderedValue(long) - Method in class net.openhft.chronicle.wire.BinaryLongReference
 
setOrderedValue(int) - Method in class net.openhft.chronicle.wire.IntBinaryReference
 
setOrderedValue(int) - Method in class net.openhft.chronicle.wire.IntTextReference
 
setOrderedValue(long) - Method in class net.openhft.chronicle.wire.TextLongReference
 
setOrderedValueAt(long, long) - Method in class net.openhft.chronicle.wire.BinaryLongArrayReference
 
setOrderedValueAt(long, long) - Method in class net.openhft.chronicle.wire.TextLongArrayReference
 
setReady(boolean) - Method in class net.openhft.chronicle.wire.BinaryWire
 
setReady(boolean) - Method in interface net.openhft.chronicle.wire.InternalWireIn
 
setReady(boolean) - Method in class net.openhft.chronicle.wire.RawWire
 
setReady(boolean) - Method in class net.openhft.chronicle.wire.TextWire
 
setValue(long) - Method in class net.openhft.chronicle.wire.BinaryLongReference
 
setValue(int) - Method in class net.openhft.chronicle.wire.IntBinaryReference
 
setValue(int) - Method in class net.openhft.chronicle.wire.IntTextReference
 
setValue(long) - Method in class net.openhft.chronicle.wire.TextLongReference
 
setValueAt(long, long) - Method in class net.openhft.chronicle.wire.BinaryLongArrayReference
 
setValueAt(long, long) - Method in class net.openhft.chronicle.wire.TextLongArrayReference
 
SetWireHandler<E> - Interface in net.openhft.chronicle.wire.set
 
SetWireHandler.Params - Enum in net.openhft.chronicle.wire.set
 
SetWireHandler.SetEventId - Enum in net.openhft.chronicle.wire.set
 
SetWireHandlerProcessor<U> - Class in net.openhft.chronicle.wire.set
 
SetWireHandlerProcessor() - Constructor for class net.openhft.chronicle.wire.set.SetWireHandlerProcessor
 
ShortConsumer - Interface in net.openhft.chronicle.wire.util
Represents an operation that accepts a single int-valued argument and returns no result.
SIZE_OF_SIZE - Static variable in class net.openhft.chronicle.wire.set.SetWireHandlerProcessor
 
sizeInBytes(long) - Method in class net.openhft.chronicle.wire.BinaryLongArrayReference
 
sizeInBytes(long) - Method in interface net.openhft.chronicle.wire.ByteableLongArrayValues
 
sizeInBytes(long) - Method in class net.openhft.chronicle.wire.TextLongArrayReference
 
stringForCode(int) - Static method in enum net.openhft.chronicle.wire.WireType
 

T

template - Static variable in class net.openhft.chronicle.wire.IntTextReference
 
template - Static variable in class net.openhft.chronicle.wire.TextLongReference
 
text(Consumer<String>) - Method in interface net.openhft.chronicle.wire.ValueIn
 
text() - Method in interface net.openhft.chronicle.wire.ValueIn
 
text(StringBuilder) - Method in interface net.openhft.chronicle.wire.ValueIn
 
text(CharSequence) - Method in interface net.openhft.chronicle.wire.ValueOut
 
TextLongArrayReference - Class in net.openhft.chronicle.wire
 
TextLongArrayReference() - Constructor for class net.openhft.chronicle.wire.TextLongArrayReference
 
TextLongReference - Class in net.openhft.chronicle.wire
 
TextLongReference() - Constructor for class net.openhft.chronicle.wire.TextLongReference
 
TextWire - Class in net.openhft.chronicle.wire
Created by peter.lawrey on 15/01/15.
TextWire(Bytes<?>) - Constructor for class net.openhft.chronicle.wire.TextWire
 
tid - Variable in class net.openhft.chronicle.wire.set.SetWireHandlerProcessor
 
time(Consumer<LocalTime>) - Method in interface net.openhft.chronicle.wire.ValueIn
 
time(LocalTime) - Method in interface net.openhft.chronicle.wire.ValueOut
 
toString() - Method in class net.openhft.chronicle.wire.BinaryLongArrayReference
 
toString() - Method in class net.openhft.chronicle.wire.BinaryLongReference
 
toString() - Method in class net.openhft.chronicle.wire.BinaryWire
 
toString() - Method in class net.openhft.chronicle.wire.IntBinaryReference
 
toString() - Method in class net.openhft.chronicle.wire.IntTextReference
 
toString() - Method in class net.openhft.chronicle.wire.RawWire
 
toString() - Method in class net.openhft.chronicle.wire.TextLongArrayReference
 
toString() - Method in class net.openhft.chronicle.wire.TextLongReference
 
toString() - Method in class net.openhft.chronicle.wire.TextWire
 
TRUE - Static variable in class net.openhft.chronicle.wire.IntTextReference
 
TRUE - Static variable in class net.openhft.chronicle.wire.TextLongReference
 
type(StringBuilder) - Method in interface net.openhft.chronicle.wire.ValueIn
 
type(CharSequence) - Method in interface net.openhft.chronicle.wire.ValueOut
 
type() - Method in interface net.openhft.chronicle.wire.WireKey
 
typedMap(Map<Marshallable, Marshallable>) - Method in interface net.openhft.chronicle.wire.ValueIn
 
typedMap(Map<Marshallable, Marshallable>) - Method in interface net.openhft.chronicle.wire.ValueOut
 
typedMarshallable() - Method in interface net.openhft.chronicle.wire.ValueIn
 
typedMarshallable(Marshallable) - Method in interface net.openhft.chronicle.wire.ValueOut
 

U

uint16(IntConsumer) - Method in interface net.openhft.chronicle.wire.ValueIn
 
uint16() - Method in interface net.openhft.chronicle.wire.ValueIn
 
uint16(long) - Method in interface net.openhft.chronicle.wire.ValueOut
 
uint16checked(int) - Method in interface net.openhft.chronicle.wire.ValueOut
 
uint32(LongConsumer) - Method in interface net.openhft.chronicle.wire.ValueIn
 
uint32(long) - Method in interface net.openhft.chronicle.wire.ValueOut
 
uint32checked(long) - Method in interface net.openhft.chronicle.wire.ValueOut
 
uint8(ShortConsumer) - Method in interface net.openhft.chronicle.wire.ValueIn
 
uint8(long) - Method in interface net.openhft.chronicle.wire.ValueOut
 
uint8checked(int) - Method in interface net.openhft.chronicle.wire.ValueOut
 
UNKNOWN_LENGTH - Static variable in enum net.openhft.chronicle.wire.Wires
 
utf8(int) - Method in interface net.openhft.chronicle.wire.ValueOut
 
uuid(Consumer<UUID>) - Method in interface net.openhft.chronicle.wire.ValueIn
 
uuid(UUID) - Method in interface net.openhft.chronicle.wire.ValueOut
 

V

ValueIn - Interface in net.openhft.chronicle.wire
Created by peter.lawrey on 14/01/15.
valueOf(String) - Static method in enum net.openhft.chronicle.wire.CoreFields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.chronicle.wire.set.SetWireHandler.Params
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.chronicle.wire.set.SetWireHandler.SetEventId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.chronicle.wire.util.CharSequenceComparator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.chronicle.wire.Wires
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.chronicle.wire.WireType
Returns the enum constant of this type with the specified name.
ValueOut - Interface in net.openhft.chronicle.wire
Created by peter.lawrey on 14/01/15.
values() - Static method in enum net.openhft.chronicle.wire.CoreFields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.openhft.chronicle.wire.set.SetWireHandler.Params
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.openhft.chronicle.wire.set.SetWireHandler.SetEventId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.openhft.chronicle.wire.util.CharSequenceComparator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.openhft.chronicle.wire.Wires
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.openhft.chronicle.wire.WireType
Returns an array containing the constants of this enum type, in the order they are declared.
VanillaWireParser - Class in net.openhft.chronicle.wire
 
VanillaWireParser() - Constructor for class net.openhft.chronicle.wire.VanillaWireParser
 

W

Wire - Interface in net.openhft.chronicle.wire
The defines the stand interface for writing and reading sequentially to/from a Bytes stream.
WireHandler - Interface in net.openhft.chronicle.wire
Created by Rob Austin
WireHandlers - Interface in net.openhft.chronicle.wire
Created by Rob Austin
wireIn() - Method in interface net.openhft.chronicle.wire.ValueIn
 
WireIn - Interface in net.openhft.chronicle.wire
The defines the stand interface for writing and reading sequentially to/from a Bytes stream.
WireKey - Interface in net.openhft.chronicle.wire
Created by peter.lawrey on 1/10/15.
WireOut - Interface in net.openhft.chronicle.wire
The defines the stand interface for writing and reading sequentially to/from a Bytes stream.
WireParser - Interface in net.openhft.chronicle.wire
 
wireParser() - Static method in interface net.openhft.chronicle.wire.WireParser
 
Wires - Enum in net.openhft.chronicle.wire
Created by peter.lawrey on 16/01/15.
WireType - Enum in net.openhft.chronicle.wire
Created by peter.lawrey on 15/01/15.
write(Bytes, long) - Static method in class net.openhft.chronicle.wire.BinaryLongArrayReference
 
write() - Method in class net.openhft.chronicle.wire.BinaryWire
 
write(WireKey) - Method in class net.openhft.chronicle.wire.BinaryWire
 
write(Bytes, int) - Static method in class net.openhft.chronicle.wire.IntTextReference
 
write(Bytes, M) - Method in class net.openhft.chronicle.wire.MarshallableBytesMarshaller
 
write() - Method in class net.openhft.chronicle.wire.RawWire
 
write(WireKey) - Method in class net.openhft.chronicle.wire.RawWire
 
write(Bytes, long) - Static method in class net.openhft.chronicle.wire.TextLongArrayReference
 
write(Bytes, long) - Static method in class net.openhft.chronicle.wire.TextLongReference
 
write() - Method in class net.openhft.chronicle.wire.TextWire
 
write(WireKey) - Method in class net.openhft.chronicle.wire.TextWire
 
write() - Method in interface net.openhft.chronicle.wire.WireOut
Write an empty filed marker
write(WireKey) - Method in interface net.openhft.chronicle.wire.WireOut
Write a key for wires that support fields.
writeComment(CharSequence) - Method in class net.openhft.chronicle.wire.BinaryWire
 
writeComment(CharSequence) - Method in class net.openhft.chronicle.wire.RawWire
 
writeComment(CharSequence) - Method in class net.openhft.chronicle.wire.TextWire
 
writeComment(CharSequence) - Method in interface net.openhft.chronicle.wire.WireOut
 
writeData(WireOut, boolean, Consumer<WireOut>) - Static method in enum net.openhft.chronicle.wire.Wires
 
writeDocument(boolean, Consumer<WireOut>) - Method in interface net.openhft.chronicle.wire.WireOut
 
writeEventName(WireKey) - Method in class net.openhft.chronicle.wire.BinaryWire
 
writeEventName(WireKey) - Method in class net.openhft.chronicle.wire.RawWire
 
writeEventName(WireKey) - Method in interface net.openhft.chronicle.wire.WireOut
Always write a key.
writeLength(long) - Method in interface net.openhft.chronicle.wire.ValueOut
 
WriteMarshallable - Interface in net.openhft.chronicle.wire
 
writeMarshallable(WireOut) - Method in interface net.openhft.chronicle.wire.WriteMarshallable
Write data to the wire
writeValue() - Method in class net.openhft.chronicle.wire.BinaryWire
 
writeValue() - Method in class net.openhft.chronicle.wire.RawWire
 
writeValue() - Method in class net.openhft.chronicle.wire.TextWire
 
writeValue() - Method in interface net.openhft.chronicle.wire.WireOut
write a field less value.

Z

zonedDateTime(Consumer<ZonedDateTime>) - Method in interface net.openhft.chronicle.wire.ValueIn
 
zonedDateTime(ZonedDateTime) - Method in interface net.openhft.chronicle.wire.ValueOut
 
A B C D F G H I L M N O P R S T U V W Z 
Skip navigation links

Copyright © 2015. All rights reserved.