org.apache.lucene.store.je
Class File
public
class
File
extends Object
Port of Andi Vajda's DbDirectory to Java Edition of Berkeley Database
Author: Aaron Donovan
protected DatabaseEntry data
protected DatabaseEntry key
protected long length
protected String name
protected static Random random
protected long timeModified
protected byte[] uuid
protected File(String name)
protected File(
JEDirectory directory, String name, boolean create)
protected byte[] getKey()
protected long getLength()
protected String getName()
protected long getTimeModified()
protected void modify(
JEDirectory directory, long length, long timeModified)
protected void rename(
JEDirectory directory, String name)
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.