|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface Benchmark2
| Field Summary | |
|---|---|
static java.lang.String |
RMI_SERVER_NAME
|
static int |
SOCKET_TCP_PORT
|
| Method Summary | |
|---|---|
byte[] |
getCompressedPackets(long startKey,
long endKey,
int maxEntries)
Gets compressed DevicePacketSets from DeviceLog named in setDeviceLog() |
DevicePacketSet |
getPackets(long startKey,
long endKey,
int maxEntries)
Gets DevicePacketSets from DeviceLog named in setDeviceLog() |
int |
setDeviceLog(long sensorId,
java.lang.String directory)
Sets DeviceLog for later getPackets(), returns total number of entries in DeviceLog |
int |
setFilteredDeviceLog(long sensorId,
java.lang.String directory)
Uses FilteredDeviceLog for later getPackets(), returns total number of entries in FilteredDeviceLog |
| Field Detail |
|---|
static final java.lang.String RMI_SERVER_NAME
static final int SOCKET_TCP_PORT
| Method Detail |
|---|
int setDeviceLog(long sensorId,
java.lang.String directory)
throws java.io.IOException,
java.io.FileNotFoundException
java.io.IOException
java.io.FileNotFoundException
int setFilteredDeviceLog(long sensorId,
java.lang.String directory)
throws java.io.IOException,
java.io.FileNotFoundException
java.io.IOException
java.io.FileNotFoundException
DevicePacketSet getPackets(long startKey,
long endKey,
int maxEntries)
throws NoDataException,
java.io.IOException
NoDataException
java.io.IOException
byte[] getCompressedPackets(long startKey,
long endKey,
int maxEntries)
throws NoDataException,
java.io.InvalidClassException,
java.io.NotSerializableException,
java.io.IOException,
java.rmi.RemoteException
NoDataException
java.io.InvalidClassException
java.io.NotSerializableException
java.io.IOException
java.rmi.RemoteException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||