|
GigaSpaces XAP 10.1 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LogEntry.Type | |
|---|---|
| com.gigaspaces.log | |
| Uses of LogEntry.Type in com.gigaspaces.log |
|---|
| Methods in com.gigaspaces.log that return LogEntry.Type | |
|---|---|
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. |
| Methods in com.gigaspaces.log with parameters of type LogEntry.Type | |
|---|---|
List<LogEntry> |
LogEntries.typeEntries(LogEntry.Type type)
Returns a list of all the LogEntry which are of the
prvided type. |
| Constructors in com.gigaspaces.log with parameters of type LogEntry.Type | |
|---|---|
LogEntry(long position,
LogEntry.Type type,
long timestamp,
String text)
|
|
|
GigaSpaces XAP 10.1 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||