T - load event objectpublic interface LoadEventGenerator<T>
com.lmax.disruptor.WorkHandler} which provide event handling functionality for
a given event.| Modifier and Type | Method and Description |
|---|---|
DataModel |
getModel() |
TenantOperationFactory |
getOperationFactory() |
PhoenixUtil |
getPhoenixUtil() |
Properties |
getProperties() |
Scenario |
getScenario() |
List<PherfWorkHandler> |
getWorkHandlers(Properties properties) |
TenantOperationInfo |
next() |
void |
start()
Initializes and readies the generator for queue based workloads
|
void |
stop()
Stop the generator and waits for the queues to drain.
|
void start()
throws Exception
Exceptionvoid stop() throws Exception
ExceptionPhoenixUtil getPhoenixUtil()
Scenario getScenario()
DataModel getModel()
Properties getProperties()
TenantOperationFactory getOperationFactory()
List<PherfWorkHandler> getWorkHandlers(Properties properties)
TenantOperationInfo next()
Copyright © 2022 Apache Software Foundation. All rights reserved.