Package | Description |
---|---|
com.gigaspaces.log |
Modifier and Type | Method and Description |
---|---|
static LogEntry.Type |
LogEntry.Type.fromByte(byte b) |
LogEntry.Type |
LogEntry.getType()
Returns the type of the log entry.
|
static LogEntry.Type |
LogEntry.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogEntry.Type[] |
LogEntry.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<LogEntry> |
LogEntries.typeEntries(LogEntry.Type type)
Returns a list of all the
LogEntry which are of the prvided type. |
Constructor and Description |
---|
LogEntry(long position,
LogEntry.Type type,
long timestamp,
String text) |
Copyright © GigaSpaces.