Package | Description |
---|---|
org.h2.store |
Storage abstractions, such as a file with a cache, or a class to convert values to a byte array and vice versa.
|
org.h2.util |
Internal utility classes.
|
Modifier and Type | Class and Description |
---|---|
class |
PageStore
This class represents a file that is organized as a number of pages.
|
Modifier and Type | Method and Description |
---|---|
static Cache |
CacheLRU.getCache(CacheWriter writer,
String cacheType,
int cacheSize)
Create a cache of the given type and size.
|
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.