| Package | Description |
|---|---|
| org.h2.engine | |
| org.h2.store | |
| org.h2.tools | |
| org.h2.util |
| Modifier and Type | Method and Description |
|---|---|
SmallLRUCache<String,String[]> |
SessionRemote.getLobFileListCache() |
SmallLRUCache<String,String[]> |
Database.getLobFileListCache() |
| Modifier and Type | Method and Description |
|---|---|
SmallLRUCache<String,String[]> |
DataHandler.getLobFileListCache()
Get the lob file list cache if it is used.
|
| Modifier and Type | Method and Description |
|---|---|
SmallLRUCache<String,String[]> |
Recover.getLobFileListCache()
INTERNAL
|
| Modifier and Type | Method and Description |
|---|---|
static <K,V> SmallLRUCache<K,V> |
SmallLRUCache.newInstance(int size)
Create a new object with all elements of the given collection.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.