Interface BrokerContext
public interface BrokerContext
Context for components/actors managed directly by the Broker
-
Method Summary
Modifier and TypeMethodDescriptionReturns disk space usage monitor.
-
Method Details
-
getClusterServices
ClusterServices getClusterServices() -
getEmbeddedGatewayService
EmbeddedGatewayService getEmbeddedGatewayService() -
getDiskSpaceUsageMonitor
DiskSpaceUsageMonitor getDiskSpaceUsageMonitor()Returns disk space usage monitor. May benullif disabled in configuration- Returns:
- disk space usage monitor. May be
nullif disabled in configuration
-
getPartitionManager
PartitionManager getPartitionManager() -
getBrokerAdminService
BrokerAdminService getBrokerAdminService()
-