|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tranche.server.logs.LogEntryQueueItem
public class LogEntryQueueItem
Encapsulates any log entry. Used to queue entries for write and for reading log.
| Field Summary | |
|---|---|
byte |
action
Log action |
static byte |
GET_CONFIG
Keys for the action being logged |
static byte |
GET_DATA
Keys for the action being logged |
static byte |
GET_META_DATA
Keys for the action being logged |
static byte |
GET_NONCE
Keys for the action being logged |
BigHash |
hash
BigHash for log entry |
java.lang.String |
ip
IP address |
static byte |
NONE
Keys for the action being logged |
static byte |
SET_CONFIG
Keys for the action being logged |
static byte |
SET_DATA
Keys for the action being logged |
static byte |
SET_META_DATA
Keys for the action being logged |
Signature |
sig
Log entry signature |
java.lang.String |
sigBase64
Log entry signature in Base64 |
long |
size
Size of log entry |
long |
timestamp
Timestamp of log entry |
| Constructor Summary | |
|---|---|
LogEntryQueueItem()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final byte NONE
public static final byte SET_DATA
public static final byte SET_META_DATA
public static final byte SET_CONFIG
public static final byte GET_DATA
public static final byte GET_META_DATA
public static final byte GET_CONFIG
public static final byte GET_NONCE
public java.lang.String ip
public Signature sig
public java.lang.String sigBase64
public BigHash hash
public byte action
public long timestamp
public long size
| Constructor Detail |
|---|
public LogEntryQueueItem()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||