Package com.hazelcast.console
Class SimulateLoadTask
java.lang.Object
com.hazelcast.console.SimulateLoadTask
- All Implemented Interfaces:
- HazelcastInstanceAware,- Serializable,- Callable
public final class SimulateLoadTask
extends Object
implements Callable, Serializable, HazelcastInstanceAware
A simulated load test.
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncall()voidsetHazelcastInstance(HazelcastInstance hazelcastInstance) Gets the HazelcastInstance reference when submitting a Runnable/Callable using Hazelcast ExecutorService.
- 
Constructor Details- 
SimulateLoadTask
 
- 
- 
Method Details- 
setHazelcastInstanceDescription copied from interface:HazelcastInstanceAwareGets the HazelcastInstance reference when submitting a Runnable/Callable using Hazelcast ExecutorService.- Specified by:
- setHazelcastInstancein interface- HazelcastInstanceAware
- Parameters:
- hazelcastInstance- the HazelcastInstance reference
 
- 
call
 
-