public final class ClientPrepareStatementCache extends LinkedHashMap<String,ClientPrepareResult>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier and Type | Method and Description |
---|---|
static ClientPrepareStatementCache |
newInstance(int size) |
protected boolean |
removeEldestEntry(Map.Entry<String,ClientPrepareResult> eldest) |
String |
toString() |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, replaceAll, values
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
equals, hashCode
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
protected boolean removeEldestEntry(Map.Entry<String,ClientPrepareResult> eldest)
removeEldestEntry
in class LinkedHashMap<String,ClientPrepareResult>
public static ClientPrepareStatementCache newInstance(int size)
public String toString()
toString
in class AbstractMap<String,ClientPrepareResult>
Copyright © 2016. All rights reserved.