public class CompoundLogEntries extends Object implements Serializable
LogEntries. Note, the list might
include null values, so use getSafeEntries() in order
to get a list that includes all non null values.| Constructor and Description |
|---|
CompoundLogEntries(LogEntries[] entries)
Constructs a new instance with an array of
LogEntries (some
values can be null within the array). |
| Modifier and Type | Method and Description |
|---|---|
LogEntries[] |
getEntries()
Returns the
LogEntries array. |
LogEntries[] |
getSafeEntries()
Returns a
LogEntries array with no null values. |
boolean |
isEmpty()
Returns
true if there are no log entries. |
public CompoundLogEntries(LogEntries[] entries)
LogEntries (some
values can be null within the array).public LogEntries[] getEntries()
LogEntries array.
Note, some values of the array might be null. Use getSafeEntries() in order
to get all the non null log entries.
public LogEntries[] getSafeEntries()
LogEntries array with no null values.public boolean isEmpty()
true if there are no log entries.Copyright © GigaSpaces.