public static class ConditionalAccumulator.Options extends Object
ConditionalAccumulator| Modifier and Type | Method and Description |
|---|---|
ConditionalAccumulator.Options |
container(String container) |
ConditionalAccumulator.Options |
reductionType(String reductionType) |
ConditionalAccumulator.Options |
sharedName(String sharedName) |
public ConditionalAccumulator.Options container(String container)
container - If non-empty, this accumulator is placed in the given container.
Otherwise, a default container is used.public ConditionalAccumulator.Options sharedName(String sharedName)
sharedName - If non-empty, this accumulator will be shared under the
given name across multiple sessions.public ConditionalAccumulator.Options reductionType(String reductionType)
reductionType - Copyright © 2015–2019. All rights reserved.