public class CyrusIndexRecord
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
cacheCRC |
int |
cacheOffset |
int |
cacheVersion |
java.lang.String |
cid |
int |
contentLines |
long |
gmTime |
java.lang.String |
guid |
int |
headerSize |
long |
internalDate |
long |
lastUpdated |
long |
modseq |
int |
recordCRC |
long |
saveDate |
long |
sentDate |
int |
size |
byte[] |
systemFlags |
int |
uid |
byte[] |
userFlags |
int |
version |
Constructor and Description |
---|
CyrusIndexRecord(int version) |
Modifier and Type | Method and Description |
---|---|
static CyrusIndexRecord |
from(int version,
io.netty.buffer.ByteBuf buf) |
byte[] |
setSystemFlags(int systemFlags,
java.lang.String otherFlags) |
CyrusIndexRecord |
to(io.netty.buffer.ByteBuf buf) |
java.lang.String |
toString() |
public final int version
public int uid
public long internalDate
public long sentDate
public int size
public int headerSize
public long gmTime
public int cacheOffset
public long lastUpdated
public final byte[] systemFlags
public final byte[] userFlags
public long saveDate
public int contentLines
public int cacheVersion
public java.lang.String guid
public long modseq
public java.lang.String cid
public int cacheCRC
public int recordCRC
public java.lang.String toString()
toString
in class java.lang.Object
public byte[] setSystemFlags(int systemFlags, java.lang.String otherFlags)
public static CyrusIndexRecord from(int version, io.netty.buffer.ByteBuf buf)
public CyrusIndexRecord to(io.netty.buffer.ByteBuf buf)
Copyright © 2021. All Rights Reserved.