Class PooledService

All Implemented Interfaces:
Service, Stateful<LifecycleState>
Direct Known Subclasses:
AnalyticsService, KeyValueService, QueryService, SearchService, ViewService

public abstract class PooledService extends AbstractStateMachine<LifecycleState> implements Service
A generic implementation of a service pool.
Since:
1.4.2
Author:
Michael Nitschinger
  • Field Details

    • DEFAULT_IDLE_TIME_CHECK_INTERVAL_MS

      public static final int DEFAULT_IDLE_TIME_CHECK_INTERVAL_MS
      The interval when to check if idle sockets are to be cleaned up.
      See Also:
  • Method Details