| Modifier and Type | Method and Description |
|---|---|
MapStage.Options |
capacity(Long capacity) |
MapStage.Options |
container(String container) |
MapStage.Options |
memoryLimit(Long memoryLimit) |
MapStage.Options |
sharedName(String sharedName) |
public MapStage.Options capacity(Long capacity)
capacity - Maximum number of elements in the Staging Area. If > 0, inserts
on the container will block when the capacity is reached.public MapStage.Options memoryLimit(Long memoryLimit)
memoryLimit - public MapStage.Options container(String container)
container - If non-empty, this queue is placed in the given container. Otherwise,
a default container is used.public MapStage.Options sharedName(String sharedName)
sharedName - It is necessary to match this name to the matching Unstage Op.Copyright © 2015–2019. All rights reserved.