Interface DiscoveryLiteConfig
-
public interface DiscoveryLiteConfigProvides the configuration of a few paths needed by discovery-lite processing services
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetClusterSyncServiceIntervalMillis()Returns the interval (in milliseconds) to be used when waiting for the sync tokens or id mappinglonggetClusterSyncServiceTimeoutMillis()Returns the timeout (in milliseconds) to be used when waiting for the sync tokens or id mappingjava.lang.StringgetIdMapPath()Returns the configured path to store the idMap tojava.lang.StringgetSyncTokenPath()Returns the configured path to store the syncTokens to
-
-
-
Method Detail
-
getSyncTokenPath
java.lang.String getSyncTokenPath()
Returns the configured path to store the syncTokens to- Returns:
- the configured path to store the syncTokens to
-
getIdMapPath
java.lang.String getIdMapPath()
Returns the configured path to store the idMap to- Returns:
- the configured path to store the idMap to
-
getClusterSyncServiceTimeoutMillis
long getClusterSyncServiceTimeoutMillis()
Returns the timeout (in milliseconds) to be used when waiting for the sync tokens or id mapping- Returns:
- the timeout (in milliseconds) to be used when waiting for the sync tokens or id mapping
-
getClusterSyncServiceIntervalMillis
long getClusterSyncServiceIntervalMillis()
Returns the interval (in milliseconds) to be used when waiting for the sync tokens or id mapping- Returns:
- the interval (in milliseconds) to be used when waiting for the sync tokens or id mapping
-
-