Interface DiscoveryLiteConfig


  • @Deprecated(since="2021-09-30")
    public interface DiscoveryLiteConfig
    Deprecated.
    This API is not supported in Cloud Service.
    Provides the configuration of a few paths needed by discovery-lite processing services
    • Method Detail

      • getSyncTokenPath

        String getSyncTokenPath()
        Deprecated.
        Returns the configured path to store the syncTokens to
        Returns:
        the configured path to store the syncTokens to
      • getIdMapPath

        String getIdMapPath()
        Deprecated.
        Returns the configured path to store the idMap to
        Returns:
        the configured path to store the idMap to
      • getClusterSyncServiceTimeoutMillis

        long getClusterSyncServiceTimeoutMillis()
        Deprecated.
        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()
        Deprecated.
        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