public class InsertColumnsCache extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InsertColumnsCache.Entry |
| Modifier and Type | Field and Description |
|---|---|
ConcurrentMap<Long,InsertColumnsCache.Entry> |
cache |
static InsertColumnsCache |
global |
| Constructor and Description |
|---|
InsertColumnsCache(int tableSize) |
| Modifier and Type | Method and Description |
|---|---|
InsertColumnsCache.Entry |
get(long hashCode64) |
boolean |
put(long hashCode64,
String columnsString,
String columnsFormattedString,
List<SQLExpr> columns) |
public static InsertColumnsCache global
public ConcurrentMap<Long,InsertColumnsCache.Entry> cache
public final InsertColumnsCache.Entry get(long hashCode64)
Copyright © 2013–2018 Alibaba Group. All rights reserved.