public class CreateShardedCounterInput extends AbstractCounterInput
| Constructor and Description |
|---|
CreateShardedCounterInput(String name)
Construct an instance that has only the name populated.
|
CreateShardedCounterInput(String name,
Required-args Constructor.
|
CreateShardedCounterInput(String name,
String description)
Construct an instance that has only the name populated.
|
public CreateShardedCounterInput(String name,optDescription, int numShards, ShardedCounterStatusInput counterStatusInput)
name - The unique name of the counter trying to be created.optDescription - The description of this counter.numShards - The number of shards this counter should incrementShardedCounter across.counterStatusInput - public CreateShardedCounterInput(String name)
name - The unique name of the counter trying to be created.Copyright © 2015–2016 Instacount. All rights reserved.