public class UpdateShardedCounterInput extends AbstractCounterInput
| Constructor and Description |
|---|
UpdateShardedCounterInput(String name)
Construct an instance that has only the name populated.
|
UpdateShardedCounterInput(String name,
Required-args Constructor.
|
UpdateShardedCounterInput(String name,
String description)
Construct an instance that has only the name populated.
|
public UpdateShardedCounterInput(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 UpdateShardedCounterInput(String name)
name - The unique name of the counter trying to be created.Copyright © 2015–2016 Instacount. All rights reserved.