@Immutable
public interface Counters
@NotNull Iterable<String> names() throws IOException
IOException - If some I/O problem@NotNull Counter create(String name) throws IOException
name - Name of itIOException - If some I/O problemvoid delete(String name) throws IOException
name - Name of itIOException - If some I/O problem@NotNull Counter get(String name) throws IOException
name - Name of itIOException - If some I/O problemCopyright © 2014–2015 stateful.co. All rights reserved.