public interface StorageResult
| Modifier and Type | Field and Description |
|---|---|
static StorageResult |
EMPTY |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getEventsRolledOver() |
java.util.Map<ProvenanceEventRecord,StorageSummary> |
getStorageLocations() |
boolean |
triggeredRollover()
Indicates whether or not the storage of events triggered the store to roll over
the storage location that it is storing data to
|
static final StorageResult EMPTY
java.util.Map<ProvenanceEventRecord,StorageSummary> getStorageLocations()
boolean triggeredRollover()
true if the store rolled over to a new storage location, false otherwisejava.lang.Integer getEventsRolledOver()
null if no storage locations were rolled over.