Uses of Enum Class
com.gigaspaces.log.LogEntry.Type
Packages that use LogEntry.Type
-
Uses of LogEntry.Type in com.gigaspaces.log
Methods in com.gigaspaces.log that return LogEntry.TypeModifier and TypeMethodDescriptionstatic LogEntry.TypeLogEntry.Type.fromByte(byte b) LogEntry.getType()Returns the type of the log entry.static LogEntry.TypeReturns the enum constant of this class with the specified name.static LogEntry.Type[]LogEntry.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.gigaspaces.log with parameters of type LogEntry.TypeModifier and TypeMethodDescriptionLogEntries.typeEntries(LogEntry.Type type) Returns a list of all theLogEntrywhich are of the prvided type.Constructors in com.gigaspaces.log with parameters of type LogEntry.TypeModifierConstructorDescriptionLogEntry(long position, LogEntry.Type type, long timestamp, String text)