Package | Description |
---|---|
com.persistit |
Implements Persistit™'s core functionality.
|
Modifier and Type | Field and Description |
---|---|
protected Volume |
StreamSaver._lastVolume |
protected Volume |
StreamLoader._lastVolume |
protected Volume |
StreamLoader.ImportHandler._volume |
Modifier and Type | Method and Description |
---|---|
Volume |
Persistit.createTemporaryVolume()
Create a temporary volume.
|
Volume |
Persistit.createTemporaryVolume(int pageSize)
Create a temporary volume.
|
Volume |
Persistit.getLockVolume() |
Volume |
Persistit.getSystemVolume()
Returns the designated system volume.
|
Volume |
Tree.getVolume() |
Volume |
ReadOnlyExchange.getVolume()
Return the
Volume containing the data accessed by this
Exchange . |
Volume |
Exchange.getVolume()
Return the
Volume containing the data accessed by this
Exchange . |
Volume |
Buffer.getVolume() |
Volume |
Persistit.getVolume(String name)
Looks up a
Volume by name or path. |
Volume |
Persistit.loadVolume(String vstring)
Look up, load and/or creates a volume based on a String-valued
specification.
|
Volume |
Persistit.loadVolume(VolumeSpecification volumeSpec)
Look up, load and/or creates a volume based on a
VolumeSpecification . |
Volume |
RecoveryManager.lookupVolumeHandle(int handle) |
Modifier and Type | Method and Description |
---|---|
List<Volume> |
Persistit.getVolumes()
|
Modifier and Type | Method and Description |
---|---|
protected void |
TreeBuilder.afterSortVolumeClose(Volume volume,
File file)
This method may be extended to provide application-specific reporting
functionality after a sort volume has been filled to capacity and has
been evicted.
|
protected void |
TreeBuilder.beforeSortVolumeClosed(Volume volume,
File file)
This method may be extended to provide application-specific behavior when
a sort volume has been filled to capacity.
|
boolean |
IntegrityCheck.checkVolume(Volume volume)
Performs the integrity checking process on a
Volume . |
Buffer |
BufferPool.getBufferCopy(Volume vol,
long page)
Returns a copy of Buffer.
|
Exchange |
Persistit.getExchange(Volume volume,
String treeName,
boolean create)
|
boolean |
TreeSelector.isSelected(Volume volume) |
void |
StreamSaver.saveTrees(Volume volume,
String[] selectedTreeNames)
Saves one or more trees in the specified
Volume . |
void |
Buffer.setPageAddressAndVolume(long pageAddress,
Volume volume) |
protected void |
StreamSaver.writeVolumeInfo(Volume volume)
Writes a VOLUME_ID record for the supplied
Volume . |
Constructor and Description |
---|
Exchange(Persistit persistit,
Volume volume,
String treeName,
boolean create)
|
Copyright © 2025 Open Identity Platform Community. All rights reserved.