| Package | Description |
|---|---|
| org.apache.storm.transactional.state |
| Modifier and Type | Class and Description |
|---|---|
class |
TestTransactionalState
Facilitates testing of non-public methods in the parent class.
|
| Modifier and Type | Method and Description |
|---|---|
static TransactionalState |
TransactionalState.newCoordinatorState(Map conf,
String id,
Map componentConf) |
static TransactionalState |
TransactionalState.newUserState(Map conf,
String id,
Map componentConf) |
| Constructor and Description |
|---|
RotatingTransactionalState(TransactionalState state,
String subdir) |
RotatingTransactionalState(TransactionalState state,
String subdir,
boolean strictOrder) |
Copyright © 2022 The Apache Software Foundation. All Rights Reserved.