public interface IStorage
AnalyticsMonitorSettings| Modifier and Type | Method and Description |
|---|---|
byte[] |
Load(StorageDataDescriptor descriptor)
Load data for the given descriptor type.
|
byte[] |
ReadAbandonedSessionData(java.util.UUID productId)
Returns any abandoned data found on the system that has not been abandoned
by previous sessions.
|
void |
Save(StorageDataDescriptor descriptor,
byte[] data)
Save the data for the descriptor type
|
void Save(StorageDataDescriptor descriptor, byte[] data)
descriptor - the descriptor for the data to savedata - the databyte[] Load(StorageDataDescriptor descriptor)
descriptor - the descriptor for the data to loadbyte[] ReadAbandonedSessionData(java.util.UUID productId)
productId - the product id to load abandoned data for