|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RecordRecycler
The Interface RecordRecycler.
| Method Summary | |
|---|---|
java.lang.String[] |
getConfigurations()
Gets the configurations. |
long |
getRecordsRecycled(java.lang.String dataSourceID)
Gets the records recycled. |
RecordRecyclerStatus |
getStatus(java.lang.String dataSourceID)
Gets the status. |
void |
recycle(java.lang.String configurationId,
java.lang.String dataSourceId)
Recycle. |
void |
recycleAsync(java.lang.String configurationId,
java.lang.String dataSourceId)
Recycle async. |
void |
stopRecycle(java.lang.String dataSourceId)
Stop. |
| Method Detail |
|---|
java.lang.String[] getConfigurations()
throws RecordRecyclerException
RecordRecyclerException - the record recycler exception
void recycle(java.lang.String configurationId,
java.lang.String dataSourceId)
throws RecordRecyclerException
configurationId - the configuration iddataSourceId - the data source id
RecordRecyclerException - the record recycler exception
void recycleAsync(java.lang.String configurationId,
java.lang.String dataSourceId)
throws RecordRecyclerException
configurationId - the configuration iddataSourceId - the data source id
RecordRecyclerException - the record recycler exception
void stopRecycle(java.lang.String dataSourceId)
throws RecordRecyclerException
dataSourceId - the data source id
RecordRecyclerException - the record recycler exceptionRecordRecyclerStatus getStatus(java.lang.String dataSourceID)
dataSourceID - the data source id
long getRecordsRecycled(java.lang.String dataSourceID)
dataSourceID - the data source id
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||