Package | Description |
---|---|
oracle.ide.persistence |
Contains API classes for the persistence of search indexes.
|
Modifier and Type | Method and Description |
---|---|
static NameSpaceVisitor.Status |
NameSpaceVisitor.Status.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NameSpaceVisitor.Status[] |
NameSpaceVisitor.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
NameSpaceVisitor.Status |
NameSpaceVisitor.visit(java.lang.String key,
byte[] data)
Visit a record in the namespace.
|