Class BytesRefDataAccess
java.lang.Object
net.openhft.chronicle.hash.AbstractData<org.apache.lucene.util.BytesRef>
org.opengrok.suggest.popular.impl.chronicle.BytesRefDataAccess
- All Implemented Interfaces:
 net.openhft.chronicle.bytes.CommonMarshallable,net.openhft.chronicle.core.io.Resettable,net.openhft.chronicle.hash.Data<org.apache.lucene.util.BytesRef>,net.openhft.chronicle.hash.serialization.DataAccess<org.apache.lucene.util.BytesRef>,net.openhft.chronicle.hash.serialization.StatefulCopyable<net.openhft.chronicle.hash.serialization.DataAccess<org.apache.lucene.util.BytesRef>>,net.openhft.chronicle.wire.Marshallable,net.openhft.chronicle.wire.ReadMarshallable,net.openhft.chronicle.wire.WriteMarshallable,net.openhft.chronicle.wire.WriteValue
public class BytesRefDataAccess
extends net.openhft.chronicle.hash.AbstractData<org.apache.lucene.util.BytesRef>
implements net.openhft.chronicle.hash.serialization.DataAccess<org.apache.lucene.util.BytesRef>
- 
Field Summary
Fields inherited from interface net.openhft.chronicle.wire.ReadMarshallable
DISCARDFields inherited from interface net.openhft.chronicle.wire.WriteMarshallable
EMPTY - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionnet.openhft.chronicle.bytes.RandomDataInputbytes()net.openhft.chronicle.hash.serialization.DataAccess<org.apache.lucene.util.BytesRef> copy()org.apache.lucene.util.BytesRefget()net.openhft.chronicle.hash.Data<org.apache.lucene.util.BytesRef> getData(@NotNull org.apache.lucene.util.BytesRef instance) org.apache.lucene.util.BytesRefgetUsing(@Nullable org.apache.lucene.util.BytesRef using) longoffset()voidreadMarshallable(@NotNull net.openhft.chronicle.wire.WireIn wireIn) longsize()voiduninit()voidwriteMarshallable(@NotNull net.openhft.chronicle.wire.WireOut wireOut) Methods inherited from class net.openhft.chronicle.hash.AbstractData
equals, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.openhft.chronicle.bytes.CommonMarshallable
usesSelfDescribingMessageMethods inherited from interface net.openhft.chronicle.hash.Data
dataEquals, dataHashCode, dataToString, equivalent, hash, writeToMethods inherited from interface net.openhft.chronicle.wire.Marshallable
$fieldInfoMap, $fieldInfos, className, copyTo, deepCopy, getField, getLongField, mergeToMap, reset, setField, setLongFieldMethods inherited from interface net.openhft.chronicle.wire.ReadMarshallable
unexpectedFieldMethods inherited from interface net.openhft.chronicle.wire.WriteMarshallable
binaryLengthLength, writeValue 
- 
Constructor Details
- 
BytesRefDataAccess
public BytesRefDataAccess() 
 - 
 - 
Method Details
- 
bytes
public net.openhft.chronicle.bytes.RandomDataInput bytes()- Specified by:
 bytesin interfacenet.openhft.chronicle.hash.Data<org.apache.lucene.util.BytesRef>
 - 
offset
public long offset()- Specified by:
 offsetin interfacenet.openhft.chronicle.hash.Data<org.apache.lucene.util.BytesRef>
 - 
size
public long size()- Specified by:
 sizein interfacenet.openhft.chronicle.hash.Data<org.apache.lucene.util.BytesRef>
 - 
get
public org.apache.lucene.util.BytesRef get()- Specified by:
 getin interfacenet.openhft.chronicle.hash.Data<org.apache.lucene.util.BytesRef>
 - 
getUsing
public org.apache.lucene.util.BytesRef getUsing(@Nullable @Nullable org.apache.lucene.util.BytesRef using) - Specified by:
 getUsingin interfacenet.openhft.chronicle.hash.Data<org.apache.lucene.util.BytesRef>
 - 
getData
public net.openhft.chronicle.hash.Data<org.apache.lucene.util.BytesRef> getData(@NotNull @NotNull org.apache.lucene.util.BytesRef instance) - Specified by:
 getDatain interfacenet.openhft.chronicle.hash.serialization.DataAccess<org.apache.lucene.util.BytesRef>
 - 
uninit
public void uninit()- Specified by:
 uninitin interfacenet.openhft.chronicle.hash.serialization.DataAccess<org.apache.lucene.util.BytesRef>
 - 
copy
public net.openhft.chronicle.hash.serialization.DataAccess<org.apache.lucene.util.BytesRef> copy()- Specified by:
 copyin interfacenet.openhft.chronicle.hash.serialization.StatefulCopyable<net.openhft.chronicle.hash.serialization.DataAccess<org.apache.lucene.util.BytesRef>>
 - 
writeMarshallable
public void writeMarshallable(@NotNull @NotNull net.openhft.chronicle.wire.WireOut wireOut) - Specified by:
 writeMarshallablein interfacenet.openhft.chronicle.wire.Marshallable- Specified by:
 writeMarshallablein interfacenet.openhft.chronicle.wire.WriteMarshallable
 - 
readMarshallable
public void readMarshallable(@NotNull @NotNull net.openhft.chronicle.wire.WireIn wireIn) - Specified by:
 readMarshallablein interfacenet.openhft.chronicle.wire.Marshallable- Specified by:
 readMarshallablein interfacenet.openhft.chronicle.wire.ReadMarshallable
 
 -