|
GigaSpaces XAP 10.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.gigaspaces.log.CompoundLogEntries
public class CompoundLogEntries
Holds a list of LogEntries. Note, the list might
include null values, so use getSafeEntries() in order
to get a list that includes all non null values.
| Constructor Summary | |
|---|---|
CompoundLogEntries(LogEntries[] entries)
Constructs a new instance with an array of LogEntries (some
values can be null within the array). |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CompoundLogEntries(LogEntries[] entries)
LogEntries (some
values can be null within the array).
| Method Detail |
|---|
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.
|
GigaSpaces XAP 10.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||