Package | Description |
---|---|
com.mozilla.secops.state |
Classes for handling persistent state for Beam pipelines
|
Modifier and Type | Method and Description |
---|---|
StateOperation<T> |
StateOperation.get(String key)
Configure as a get operation
|
StateOperation<T> |
StateOperation.getAll()
Configure as a get all operation
|
StateOperation<T> |
StateOperation.set(String key,
T value)
Configure as a set operation
|
Modifier and Type | Method and Description |
---|---|
StateCursor<T> |
StateCursor.withOperation(StateOperation<T> operation)
Add an operation for execution in the cursor
|
Copyright © 2022. All rights reserved.