public static class
OrderedMapStage.Options
Optional attributes for OrderedMapStage
Public Methods
| OrderedMapStage.Options |
capacity(Long capacity)
|
| OrderedMapStage.Options |
container(String container)
|
| OrderedMapStage.Options |
memoryLimit(Long memoryLimit)
|
| OrderedMapStage.Options |
sharedName(String sharedName)
|
Inherited Methods
Public Methods
public OrderedMapStage.Options capacity (Long capacity)
Parameters
| capacity | Maximum number of elements in the Staging Area. If > 0, inserts on the container will block when the capacity is reached. |
|---|
public OrderedMapStage.Options container (String container)
Parameters
| container | If non-empty, this queue is placed in the given container. Otherwise, a default container is used. |
|---|
public OrderedMapStage.Options sharedName (String sharedName)
Parameters
| sharedName | It is necessary to match this name to the matching Unstage Op. |
|---|