Package | Description |
---|---|
org.apache.lucene.store.db |
Berkeley DB 4.3 based implementation of
Directory . |
Modifier and Type | Field and Description |
---|---|
protected DbDirectory |
DbIndexInput.directory |
protected DbDirectory |
DbIndexOutput.directory |
Modifier and Type | Method and Description |
---|---|
protected void |
File.delete(DbDirectory directory) |
protected boolean |
File.exists(DbDirectory directory) |
protected void |
Block.get(DbDirectory directory) |
protected void |
File.modify(DbDirectory directory,
long length,
long timeModified) |
protected void |
Block.put(DbDirectory directory) |
protected void |
File.rename(DbDirectory directory,
java.lang.String name) |
Constructor and Description |
---|
DbIndexInput(DbDirectory directory,
java.lang.String name) |
DbIndexOutput(DbDirectory directory,
java.lang.String name,
boolean create) |
File(DbDirectory directory,
java.lang.String name,
boolean create) |
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.