|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MirrorDataChangesGpsDevice
A Gps Device that can also perform mirroring operation. Mirror operations means that the device can reflect real time data changes done in the data source to the index. In other words, the device can detect all the changes made to the data source since the last indexing/mirroring operation and reflect it to the index.
| Method Summary | |
|---|---|
boolean |
isMirrorDataChanges()
Should the device perform real time data mirroring. |
void |
setMirrorDataChanges(boolean mirrorDataChanges)
Sets if the device will perform real time data changes mirroring. |
| Methods inherited from interface org.compass.gps.CompassGpsDevice |
|---|
getGps, getName, index, injectGps, isPerformingIndexOperation, isRunning, refresh, setName, shouldMirrorDataChanges, start, stop |
| Method Detail |
|---|
boolean isMirrorDataChanges()
true if the device mirror data changesvoid setMirrorDataChanges(boolean mirrorDataChanges)
mirrorDataChanges - Should the device mirror data changes
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||