Interface TaskManager.ClusteringAvailabilityProvider

All Known Implementing Classes:
SubscriptionStateCache
Enclosing interface:
TaskManager

public static interface TaskManager.ClusteringAvailabilityProvider
Provides an information whether we can allow to run the system in clustered mode. This is done in a form of callback, because the decision is done in an upper layer. The implementation of this interface must be fast, and should not throw exceptions.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
  • Method Details

    • isClusteringAvailable

      boolean isClusteringAvailable()