public class StorageImpl extends AbstractStorageImpl implements StorageHistoricalItem
AbstractStorageImpl.QueryRunnableid, nativeLevel, readLock, rwLock, writeLock| Constructor and Description |
|---|
StorageImpl(File file,
org.osgi.framework.BundleContext context,
DataFilePool pool,
ScheduledExecutorService queryExecutor,
ScheduledExecutorService updateExecutor,
ScheduledExecutorService eventExecutor) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
protected void |
heartbeat() |
void |
purge() |
void |
updateData(DataItemValue value) |
protected void |
updateData(double value,
Date timestamp,
boolean error,
boolean manual) |
addJob, createQuery, getInformation, getStorageInformation, handleStoreChanged, notifyData, queryClosed, removeJob, runOnQuery, visitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateQuery, getInformationpublic StorageImpl(File file, org.osgi.framework.BundleContext context, DataFilePool pool, ScheduledExecutorService queryExecutor, ScheduledExecutorService updateExecutor, ScheduledExecutorService eventExecutor) throws Exception
Exceptionprotected void heartbeat()
public void dispose()
dispose in class AbstractStorageImplpublic void updateData(DataItemValue value)
updateData in interface StorageHistoricalItemprotected void updateData(double value,
Date timestamp,
boolean error,
boolean manual)
public void purge()
Copyright © 2015 Eclipse SCADA Project. All rights reserved.