Modifier and Type | Method and Description |
---|---|
void |
addCalculable(Calculable calculable)
Add a Calculable record to the Calculable history
|
void |
clear()
Clears the history
|
void |
close()
Closes the watch data source and unexports it from the runtime
|
Calculable[] |
getCalculable()
Get all Calculable records from the Calculable history
|
Calculable[] |
getCalculable(int offset,
int length)
Get Calculable records from the Calculable history for the specified range
|
Calculable[] |
getCalculable(String id)
Get Calculable records from the Calculable history
|
Calculable[] |
getCalculable(String id,
int offset,
int length)
Get Calculable records from the Calculable history
|
int |
getCurrentSize()
Get the current size for the Caclulable history
|
String |
getID()
Get the ID for the WatchDataSource
|
Calculable |
getLastCalculable()
Gets the last Calculable from the history
|
Calculable |
getLastCalculable(String id)
Gets the last Calculable from the history
|
int |
getOffset()
Get the offset
|
int |
getSize()
Get the maximum size for the Calculable history
|
ThresholdValues |
getThresholdValues()
Getter for property thresholdValues.
|
String |
getView()
Getter for property view.
|
void |
setSize(int size)
Set the maximum size for the Calculable history
|
void |
setThresholdValues(ThresholdValues tValues)
Set the ThresholdValues
|
void |
setView(String view)
Setter for property view.
|
String getID() throws RemoteException
RemoteException
int getOffset() throws RemoteException
RemoteException
void setSize(int size) throws RemoteException
size
- The maximum size for the Calculable historyRemoteException
int getSize() throws RemoteException
RemoteException
void clear() throws RemoteException
RemoteException
int getCurrentSize() throws RemoteException
RemoteException
void addCalculable(Calculable calculable) throws RemoteException
calculable
- The Calculable recordRemoteException
Calculable[] getCalculable() throws RemoteException
RemoteException
Calculable[] getCalculable(String id) throws RemoteException
id
- The Watch identifier to matchRemoteException
Calculable[] getCalculable(int offset, int length) throws RemoteException
offset
- The index of the first record to fetchlength
- The number of records to returnRemoteException
Calculable[] getCalculable(String id, int offset, int length) throws RemoteException
id
- The Watch identifier to matchoffset
- The index of the first record to matchlength
- The number of records to compareRemoteException
Calculable getLastCalculable() throws RemoteException
RemoteException
Calculable getLastCalculable(String id) throws RemoteException
id
- The Watch identifier to matchRemoteException
ThresholdValues getThresholdValues() throws RemoteException
RemoteException
void setThresholdValues(ThresholdValues tValues) throws RemoteException
RemoteException
void close() throws RemoteException
RemoteException
void setView(String view) throws RemoteException
view
- The view class name, suitable for Class.forNameRemoteException
String getView() throws RemoteException
RemoteException
Copyright © GigaSpaces.