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