com.activequant.archive
Interface IArchiveWriter
public interface IArchiveWriter
|
Method Summary |
void |
commit()
Can be an expensive call, handle with care. |
void |
write(String instrumentId,
TimeStamp timeStamp,
String[] keys,
Double[] values)
|
void |
write(String instrumentId,
TimeStamp timeStamp,
String key,
Double value)
|
void |
write(String instrumentId,
TimeStamp timeStamp,
Tuple<String,Double>... value)
|
commit
void commit()
throws IOException
- Can be an expensive call, handle with care.
- Throws:
IOException
write
void write(String instrumentId,
TimeStamp timeStamp,
Tuple<String,Double>... value)
throws IOException
- Throws:
IOException
write
void write(String instrumentId,
TimeStamp timeStamp,
String[] keys,
Double[] values)
write
void write(String instrumentId,
TimeStamp timeStamp,
String key,
Double value)
Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.