protected static class StreamLoader.ImportHandler extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
_createMissingTrees |
protected boolean |
_createMissingVolumes |
protected Exchange |
_exchange |
protected KeyFilter |
_keyFilter |
protected Persistit |
_persistit |
protected Tree |
_tree |
protected String |
_treeName |
protected TreeSelector |
_treeSelector |
protected Volume |
_volume |
protected String |
_volumeName |
Modifier | Constructor and Description |
---|---|
protected |
ImportHandler(Persistit persistit) |
protected |
ImportHandler(Persistit persistit,
TreeSelector treeSelector,
boolean createMissingVolumes,
boolean createMissingTrees) |
Modifier and Type | Method and Description |
---|---|
protected void |
handleCommentRecord(String comment) |
protected void |
handleCompletionRecord() |
protected void |
handleCountRecord(long keyValueRecords,
long otherRecords) |
protected void |
handleDataRecord(Key key,
Value value) |
protected void |
handleEndRecord() |
protected void |
handleExceptionRecord(String exceptionString) |
protected void |
handleFillRecord() |
protected void |
handleHostNameRecord(String hostName) |
protected void |
handleKeyFilterRecord(String keyFilterString) |
protected void |
handleStartRecord() |
protected void |
handleTimeStampRecord(long timeStamp) |
protected void |
handleTreeIdRecord(String treeName) |
protected void |
handleUserRecord(String userName) |
protected void |
handleVolumeIdRecord(long volumeId,
long initialPages,
long extensionPages,
long maximumPages,
int bufferSize,
String path,
String name) |
protected Persistit _persistit
protected TreeSelector _treeSelector
protected Exchange _exchange
protected Volume _volume
protected Tree _tree
protected KeyFilter _keyFilter
protected boolean _createMissingVolumes
protected boolean _createMissingTrees
protected String _volumeName
protected String _treeName
protected ImportHandler(Persistit persistit)
protected ImportHandler(Persistit persistit, TreeSelector treeSelector, boolean createMissingVolumes, boolean createMissingTrees)
protected void handleFillRecord() throws PersistitException
PersistitException
protected void handleDataRecord(Key key, Value value) throws PersistitException
PersistitException
protected void handleKeyFilterRecord(String keyFilterString) throws PersistitException
PersistitException
protected void handleVolumeIdRecord(long volumeId, long initialPages, long extensionPages, long maximumPages, int bufferSize, String path, String name) throws PersistitException
PersistitException
protected void handleTreeIdRecord(String treeName) throws PersistitException
PersistitException
protected void handleTimeStampRecord(long timeStamp) throws PersistitException
PersistitException
protected void handleHostNameRecord(String hostName) throws PersistitException
PersistitException
protected void handleUserRecord(String userName) throws PersistitException
PersistitException
protected void handleCommentRecord(String comment) throws PersistitException
PersistitException
protected void handleCountRecord(long keyValueRecords, long otherRecords) throws PersistitException
PersistitException
protected void handleStartRecord() throws PersistitException
PersistitException
protected void handleEndRecord() throws PersistitException
PersistitException
protected void handleExceptionRecord(String exceptionString) throws PersistitException
PersistitException
protected void handleCompletionRecord() throws PersistitException
PersistitException
Copyright © 2025 Open Identity Platform Community. All rights reserved.