public class ThrottleServiceDataHolder
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
void |
addDistributedCounterManager(DistributedCounterManager distributedCounterManager) |
DistributedCounterManager |
getDistributedCounterManager() |
com.hazelcast.core.HazelcastInstance |
getHazelCastInstance() |
static ThrottleServiceDataHolder |
getInstance() |
ThrottleProperties |
getThrottleProperties() |
void |
removeDistributedCounterManager(DistributedCounterManager distributedCounterManager) |
void |
setHazelCastInstance(com.hazelcast.core.HazelcastInstance hazelCastInstance) |
void |
setThrottleProperties(ThrottleProperties throttleProperties) |
public ThrottleProperties getThrottleProperties()
public void setThrottleProperties(ThrottleProperties throttleProperties)
public static ThrottleServiceDataHolder getInstance()
public com.hazelcast.core.HazelcastInstance getHazelCastInstance()
public void setHazelCastInstance(com.hazelcast.core.HazelcastInstance hazelCastInstance)
public void addDistributedCounterManager(DistributedCounterManager distributedCounterManager)
public void removeDistributedCounterManager(DistributedCounterManager distributedCounterManager)
public DistributedCounterManager getDistributedCounterManager()
Copyright © 2005-2021 Apache Software Foundation. All Rights Reserved.