| Package | Description |
|---|---|
| io.instacount.client | |
| io.instacount.client.decoders |
| Modifier and Type | Method and Description |
|---|---|
CreateShardedCounterResponse |
Instacount.createShardedCounter()
Creates a new counter with a count of zero (0) and a unique "name" provided by Instacount.
|
CreateShardedCounterResponse |
Instacount.InstacountFeign.createShardedCounter() |
CreateShardedCounterResponse |
Instacount.createShardedCounter(CreateShardedCounterInput createCounterInput)
Creates a new counter using data from the specified
createCounterInput. |
CreateShardedCounterResponse |
Instacount.InstacountFeign.createShardedCounter(CreateShardedCounterInput createCounterInput) |
DecrementShardedCounterResponse |
Instacount.decrementShardedCounter(String counterName)
Decrements the counter named
counterName by 1. |
DecrementShardedCounterResponse |
Instacount.InstacountFeign.decrementShardedCounter(String counterName) |
DecrementShardedCounterResponse |
Instacount.decrementShardedCounter(String counterName,
DecrementShardedCounterInput decrementCounterInput)
Decrements the counter named
counterName by the amount specified in amount, using the specified
async characteristics.. |
DecrementShardedCounterResponse |
Instacount.InstacountFeign.decrementShardedCounter(String counterName,
DecrementShardedCounterInput decrementCounterInput) |
DeleteShardedCounterResponse |
Instacount.deleteShardedCounter(String counterName)
Creates a new counter using data from the specified
createCounterInput. |
DeleteShardedCounterResponse |
Instacount.InstacountFeign.deleteShardedCounter(String counterName) |
GetShardedCounterResponse |
Instacount.getShardedCounter(String counterName)
Gets the counter with the specified
counterName from the Instacount API. |
GetShardedCounterResponse |
Instacount.InstacountFeign.getShardedCounter(String counterName) |
GetShardedCounterOperationResponse |
Instacount.getShardedCounterOperation(String counterName,
Integer shardIndex,
String operationId)
Get the
ShardedCounterOperation for the specified inputs. |
GetShardedCounterOperationResponse |
Instacount.InstacountFeign.getShardedCounterOperation(String counterName,
Integer shardIndex,
String operationId) |
IncrementShardedCounterResponse |
Instacount.incrementShardedCounter(String counterName)
Increments the counter named
counterName by 1. |
IncrementShardedCounterResponse |
Instacount.InstacountFeign.incrementShardedCounter(String counterName) |
IncrementShardedCounterResponse |
Instacount.incrementShardedCounter(String counterName,
IncrementShardedCounterInput incrementCounterInput)
Increments the counter named
counterName by the amount specified in amount, using the specified
async characteristics.. |
IncrementShardedCounterResponse |
Instacount.InstacountFeign.incrementShardedCounter(String counterName,
IncrementShardedCounterInput incrementCounterInput) |
UpdateShardedCounterResponse |
Instacount.updateShardedCounter(String counterName,
UpdateShardedCounterInput updateCounterInput)
Creates a new counter using data from the specified
createCounterInput. |
UpdateShardedCounterResponse |
Instacount.InstacountFeign.updateShardedCounter(String counterName,
UpdateShardedCounterInput updateCounterInput) |
| Modifier and Type | Method and Description |
|---|---|
protected Errors |
AbstractInstacountDecoder.constructErrorsResponse(Response response)
Construct an instance of
Errors from the supplied response. |
Copyright © 2015–2016 Instacount. All rights reserved.