Package | Description |
---|---|
com.persistit |
Implements Persistit™'s core functionality.
|
Modifier and Type | Field and Description |
---|---|
protected Persistit |
Task._persistit
The Persistit instance this Task runs against.
|
protected Persistit |
StreamLoader.ImportHandler._persistit |
Modifier and Type | Method and Description |
---|---|
Persistit |
ReadOnlyExchange.getPersistitInstance()
Return the Persistit instance from which this Exchange was created.
|
Persistit |
Exchange.getPersistitInstance()
Return the Persistit instance from which this Exchange was created.
|
Modifier and Type | Method and Description |
---|---|
static DefaultObjectCoder |
DefaultObjectCoder.registerObjectCoder(Persistit persistit,
Class clientClass,
String[] keyAccessorNames,
String[] valueAccessorNames)
Convenience method that creates and registers a
DefaultObjectCoder for an arbitrary Java class. |
DefaultObjectCoder |
DefaultObjectCoder.registerObjectCoderFromBean(Persistit persistit,
Class clientClass,
String[] keyPropertyNames)
Convenience method that creates and registers a
DefaultObjectCoder for a Java Bean. |
static void |
CLI.runScript(Persistit persistit,
BufferedReader reader,
PrintWriter writer)
Invoke lines read from the supplied
BufferedReader as CLI
commands and write any generated output to the supplied
PrintWriter . |
void |
Task.setPersistit(Persistit persistit)
Set the Persistit instance to be accessed by this Task.
|
Constructor and Description |
---|
CLI(Persistit persistit) |
CLI(Persistit persistit,
BufferedReader reader,
PrintWriter writer) |
CLI(Persistit persistit,
int port) |
DefaultCoderManager(Persistit persistit)
Construct a new
DefaultCoderManager , using the
serialOverride system configuration property to determine
which classes, if any, must employ standard Java serialization. |
DefaultCoderManager(Persistit persistit,
String patterns)
Construct a new
DefaultCoderManager that uses standard Java
serialization for any class whose name conforms to the supplied
patterns string. |
DefaultValueCoder(Persistit persistit,
Class clientClass)
Contructs a DefaultValueCoder for the specified
clientClass . |
DefaultValueCoder(Persistit persistit,
Class clientClass,
Field[] fields)
Contructs a DefaultValueCoder for the specified
clientClass . |
Exchange(Persistit persistit,
String volumeName,
String treeName,
boolean create)
|
Exchange(Persistit persistit,
Volume volume,
String treeName,
boolean create)
|
ImportHandler(Persistit persistit) |
ImportHandler(Persistit persistit,
TreeSelector treeSelector,
boolean createMissingVolumes,
boolean createMissingTrees) |
IntegrityCheck(Persistit persistit) |
Key(Persistit persistit)
Construct a
Key with a maximum length of
2047. |
Key(Persistit persistit,
int maxLength)
Construct a
Key with the specified maximum length. |
StreamLoader(Persistit persistit,
DataInputStream dis) |
StreamLoader(Persistit persistit,
File file) |
StreamLoader(Persistit persistit,
String fileName) |
StreamSaver(Persistit persistit,
DataOutputStream dos)
Construct a StreamSaver from the provided DataOutputStream.
|
StreamSaver(Persistit persistit,
File file)
Construct a StreamSaver from the provided File using a default buffer
size of 64K bytes.
|
StreamSaver(Persistit persistit,
File file,
int bufferSize)
Construct a StreamSaver from the provided File using a specified buffer
size.
|
StreamSaver(Persistit persistit,
String pathName)
Construct a StreamSaver from the provided path name using a default
buffer size of 64K bytes.
|
StreamSaver(Persistit persistit,
String pathName,
int bufferSize)
Construct a StreamSaver from the provided path name using a specified
buffer size.
|
Task(Persistit persistit) |
TimelyResource(Persistit persistit) |
TreeBuilder(Persistit persistit) |
TreeBuilder(Persistit persistit,
String name,
int pageSize,
float bufferPoolFraction) |
Value(Persistit persistit)
Construct a
Value object with default initial and maximum
encoded sizes. |
Value(Persistit persistit,
int initialSize)
Construct a
Value object with specified initial encoded size
and default maximum size. |
Value(Persistit persistit,
int initialSize,
int maximumSize)
Construct a
Value object with specific initial encoded size
and specified maximum size. |
Copyright © 2025 Open Identity Platform Community. All rights reserved.