|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.management.LocatedManagementAgentBase
org.eclipse.smila.management.DeclarativeManagementAgent
org.eclipse.smila.management.DeclarativeServiceManagementAgent<DeltaIndexingManager>
org.eclipse.smila.connectivity.deltaindexing.AbstractDeltaIndexingManagerAgent
public abstract class AbstractDeltaIndexingManagerAgent
An abstract base class for DeltaIndexingManagerAgent implementations.
| Field Summary |
|---|
| Fields inherited from class org.eclipse.smila.management.DeclarativeServiceManagementAgent |
|---|
_service |
| Fields inherited from class org.eclipse.smila.management.DeclarativeManagementAgent |
|---|
_log |
| Constructor Summary | |
|---|---|
AbstractDeltaIndexingManagerAgent()
|
|
| Method Summary | |
|---|---|
void |
clear(java.lang.String dataSourceID)
Clear. |
void |
clearAll()
Clear all. |
protected java.lang.String |
getCategory()
Gets the category. |
long |
getEntryCount(java.lang.String dataSourceID)
Get the number of delta indexing entries for the given dataSourceID. |
java.util.Map<java.lang.String,java.lang.Long> |
getEntryCounts()
Get the number of delta indexing entries for all data sources. |
java.util.Map<java.lang.String,java.lang.String> |
getLockStates()
Get an overview what data sources are locked or unlocked. |
protected java.lang.String |
getName()
Gets the name. |
void |
unlock(java.lang.String dataSourceID)
Unlocks the given data source. |
void |
unlockAll()
Unlock all data sources. |
| Methods inherited from class org.eclipse.smila.management.DeclarativeServiceManagementAgent |
|---|
setService, unsetService |
| Methods inherited from class org.eclipse.smila.management.DeclarativeManagementAgent |
|---|
activate, deactivate |
| Methods inherited from class org.eclipse.smila.management.LocatedManagementAgentBase |
|---|
getLocation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractDeltaIndexingManagerAgent()
| Method Detail |
|---|
protected java.lang.String getCategory()
getCategory in class LocatedManagementAgentBaseLocatedManagementAgentBase.getCategory()protected java.lang.String getName()
getName in class LocatedManagementAgentBaseLocatedManagementAgentBase.getName()public void clear(java.lang.String dataSourceID)
clear in interface DeltaIndexingManagerAgentdataSourceID - the data source idDeltaIndexingManagerAgent.clear(java.lang.String)public void clearAll()
clearAll in interface DeltaIndexingManagerAgentDeltaIndexingManagerAgent.clearAll()public void unlock(java.lang.String dataSourceID)
unlock in interface DeltaIndexingManagerAgentdataSourceID - the data source idDeltaIndexingManagerAgent.unlock(String)public void unlockAll()
unlockAll in interface DeltaIndexingManagerAgentDeltaIndexingManagerAgent.unlockAll()public java.util.Map<java.lang.String,java.lang.String> getLockStates()
getLockStates in interface DeltaIndexingManagerAgentDeltaIndexingManagerAgent.getLockStates()public long getEntryCount(java.lang.String dataSourceID)
getEntryCount in interface DeltaIndexingManagerAgentdataSourceID - the data source id
DeltaIndexingManagerAgent.getEntryCount(String)public java.util.Map<java.lang.String,java.lang.Long> getEntryCounts()
getEntryCounts in interface DeltaIndexingManagerAgentDeltaIndexingManagerAgent.getEntryCounts()
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||