Uses of Enum Class
com.gigaspaces.log.LogProcessType
Packages that use LogProcessType
Package
Description
Support for managing of Grid Service Agent(s) through the Admin API.
Internally Used.
-
Uses of LogProcessType in com.gigaspaces.internal.log
Methods in com.gigaspaces.internal.log that return LogProcessTypeModifier and TypeMethodDescriptionstatic LogProcessTypeInternalLogHelper.parseProcessTypeFromSystemProperty()Methods in com.gigaspaces.internal.log with parameters of type LogProcessTypeModifier and TypeMethodDescriptionstatic CompoundLogEntriesInternalLogHelper.logEntries(LogProcessType[] types, long[] pids, LogEntryMatcher matcher) static LogEntriesInternalLogHelper.logEntries(LogProcessType type, long pid, LogEntryMatcher matcher) static CompoundLogEntriesInternalLogHelper.logEntries(LogProcessType type, LogEntryMatcher matcher) static LogEntriesInternalLogHelper.logEntriesDirect(LogProcessType type, LogEntryMatcher matcher) static LogEntriesInternalLogHelper.logEntriesDirect(File[] files, long pid, LogProcessType type, LogEntryMatcher matcher) Retrieves the log entries. -
Uses of LogProcessType in com.gigaspaces.log
Methods in com.gigaspaces.log that return LogProcessTypeModifier and TypeMethodDescriptionLogEntries.getProcessType()The process type that generated the logs.static LogProcessTypeReturns the enum constant of this class with the specified name.static LogProcessType[]LogProcessType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.gigaspaces.log with parameters of type LogProcessTypeModifierConstructorDescriptionInitializationContext(String hostAddress, String hostName, long pid, LogProcessType processType) LogEntries(LogProcessType processType, long pid, String hostName, String hostAddress) Empty LogEntriesLogEntries(LogProcessType processType, List<LogEntry> entries, int totalLogFiles, long pid, long latestTimestamp, String hostName, String hostAddress) -
Uses of LogProcessType in org.openspaces.admin.gsa
Methods in org.openspaces.admin.gsa with parameters of type LogProcessTypeModifier and TypeMethodDescriptionGridServiceAgent.allLogEntries(LogProcessType type, LogEntryMatcher matcher) Extracts all the log entries for the provided process type including both "live" runtime components and ones that are no longer running.GridServiceAgent.logEntries(LogProcessType type, long pid, LogEntryMatcher matcher) Extract the log entries matching the provided matcher for the process type and process id. -
Uses of LogProcessType in org.openspaces.admin.internal.gsa
Methods in org.openspaces.admin.internal.gsa with parameters of type LogProcessTypeModifier and TypeMethodDescriptionDefaultGridServiceAgent.allLogEntries(LogProcessType type, LogEntryMatcher matcher) DefaultGridServiceAgent.logEntries(LogProcessType type, long pid, LogEntryMatcher matcher)