Package | Description |
---|---|
com.persistit |
Implements Persistit™'s core functionality.
|
Modifier and Type | Method and Description |
---|---|
VolumeSpecification |
Configuration.volumeSpecification(String vstring)
Parse the supplied String as a
VolumeSpecification after
performing any available property value substitutions. |
Modifier and Type | Method and Description |
---|---|
List<VolumeSpecification> |
Configuration.getVolumeList()
Return a List of
VolumeSpecification instances for
Volume s that Persistit should load or create during
initialization. |
Modifier and Type | Method and Description |
---|---|
Volume |
Persistit.loadVolume(VolumeSpecification volumeSpec)
Look up, load and/or creates a volume based on a
VolumeSpecification . |
Modifier and Type | Method and Description |
---|---|
void |
Configuration.setVolumeList(List<VolumeSpecification> list)
Copies the supplied
VolumeSpecification elements to the volume
list after first clearing it. |
Copyright © 2025 Open Identity Platform Community. All rights reserved.