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, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeequals, hashCodefinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeprotected 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.