@Singleton final class PingServiceInMemory extends java.util.concurrent.ConcurrentHashMap<java.lang.String,java.lang.String> implements PingService
java.util.concurrent.ConcurrentHashMap.KeySetView<K,V>
Constructor and Description |
---|
PingServiceInMemory(PluginSelector service) |
Modifier and Type | Method and Description |
---|---|
boolean |
containsKey(java.lang.String key) |
java.lang.String |
get(java.lang.String key) |
java.util.Map<java.lang.String,java.lang.String> |
list() |
java.lang.String |
put(java.lang.String key,
java.lang.String value) |
java.lang.String |
remove(java.lang.String key) |
clear, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, forEach, forEach, forEachEntry, forEachEntry, forEachKey, forEachKey, forEachValue, forEachValue, get, getOrDefault, hashCode, isEmpty, keys, keySet, keySet, mappingCount, merge, newKeySet, newKeySet, putAll, putIfAbsent, reduce, reduceEntries, reduceEntries, reduceEntriesToDouble, reduceEntriesToInt, reduceEntriesToLong, reduceKeys, reduceKeys, reduceKeysToDouble, reduceKeysToInt, reduceKeysToLong, reduceToDouble, reduceToInt, reduceToLong, reduceValues, reduceValues, reduceValuesToDouble, reduceValuesToInt, reduceValuesToLong, remove, remove, replace, replace, replaceAll, search, searchEntries, searchKeys, searchValues, size, toString, values
@Inject public PingServiceInMemory(PluginSelector service)
public java.lang.String remove(java.lang.String key)
remove
in interface PingService
public java.lang.String put(java.lang.String key, java.lang.String value)
put
in interface PingService
put
in interface java.util.Map<java.lang.String,java.lang.String>
put
in class java.util.concurrent.ConcurrentHashMap<java.lang.String,java.lang.String>
public boolean containsKey(java.lang.String key)
containsKey
in interface PingService
public java.lang.String get(java.lang.String key)
get
in interface PingService
public java.util.Map<java.lang.String,java.lang.String> list()
list
in interface PingService