B C D E F G I J K L M N O P R S T U W

B

Block - Class in org.apache.lucene.store.je
Port of Andi Vajda's DbDirectory to Java Edition of Berkeley Database
Block(File) - Constructor for class org.apache.lucene.store.je.Block
 
block - Variable in class org.apache.lucene.store.je.JEIndexInput
 
block - Variable in class org.apache.lucene.store.je.JEIndexOutput
 
BLOCK_LEN - Static variable in class org.apache.lucene.store.je.JEIndexOutput
 
BLOCK_MASK - Static variable in class org.apache.lucene.store.je.JEIndexOutput
 
BLOCK_SHIFT - Static variable in class org.apache.lucene.store.je.JEIndexOutput
The size of data blocks, currently 16k (2^14), is determined by this constant.
blocks - Variable in class org.apache.lucene.store.je.JEDirectory
 

C

clone() - Method in class org.apache.lucene.store.je.JEIndexInput
 
close() - Method in class org.apache.lucene.store.je.JEDirectory
 
close() - Method in class org.apache.lucene.store.je.JEIndexInput
 
close() - Method in class org.apache.lucene.store.je.JEIndexOutput
 
createOutput(String) - Method in class org.apache.lucene.store.je.JEDirectory
 

D

data - Variable in class org.apache.lucene.store.je.Block
 
data - Variable in class org.apache.lucene.store.je.File
 
delete(JEDirectory) - Method in class org.apache.lucene.store.je.File
 
deleteFile(String) - Method in class org.apache.lucene.store.je.JEDirectory
 
directory - Variable in class org.apache.lucene.store.je.JEIndexInput
 
directory - Variable in class org.apache.lucene.store.je.JEIndexOutput
 

E

exists(JEDirectory) - Method in class org.apache.lucene.store.je.File
 

F

File - Class in org.apache.lucene.store.je
Port of Andi Vajda's DbDirectory to Java Edition of Berkeley Database
File(String) - Constructor for class org.apache.lucene.store.je.File
 
File(JEDirectory, String, boolean) - Constructor for class org.apache.lucene.store.je.File
 
file - Variable in class org.apache.lucene.store.je.JEIndexInput
 
file - Variable in class org.apache.lucene.store.je.JEIndexOutput
 
fileExists(String) - Method in class org.apache.lucene.store.je.JEDirectory
 
fileLength(String) - Method in class org.apache.lucene.store.je.JEDirectory
 
fileModified(String) - Method in class org.apache.lucene.store.je.JEDirectory
 
files - Variable in class org.apache.lucene.store.je.JEDirectory
 
flags - Variable in class org.apache.lucene.store.je.JEDirectory
 
flush() - Method in class org.apache.lucene.store.je.JEDirectory
Flush the currently open files.
flush() - Method in class org.apache.lucene.store.je.JEIndexOutput
 

G

get(JEDirectory) - Method in class org.apache.lucene.store.je.Block
 
getData() - Method in class org.apache.lucene.store.je.Block
 
getFilePointer() - Method in class org.apache.lucene.store.je.JEIndexInput
 
getFilePointer() - Method in class org.apache.lucene.store.je.JEIndexOutput
 
getKey() - Method in class org.apache.lucene.store.je.Block
 
getKey() - Method in class org.apache.lucene.store.je.File
 
getLength() - Method in class org.apache.lucene.store.je.File
 
getName() - Method in class org.apache.lucene.store.je.File
 
getTimeModified() - Method in class org.apache.lucene.store.je.File
 

I

isLocked() - Method in class org.apache.lucene.store.je.JELock
 

J

JEDirectory - Class in org.apache.lucene.store.je
Port of Andi Vajda's DbDirectory to to Java Edition of Berkeley Database A JEDirectory is a Berkeley DB JE based implementation of Directory.
JEDirectory(Transaction, Database, Database, int) - Constructor for class org.apache.lucene.store.je.JEDirectory
Instantiate a DbDirectory.
JEDirectory(Transaction, Database, Database) - Constructor for class org.apache.lucene.store.je.JEDirectory
 
JEIndexInput - Class in org.apache.lucene.store.je
Port of Andi Vajda's DbDirectory to Java Edition of Berkeley Database
JEIndexInput(JEDirectory, String) - Constructor for class org.apache.lucene.store.je.JEIndexInput
 
JEIndexOutput - Class in org.apache.lucene.store.je
Port of Andi Vajda's DbDirectory to Java Edition of Berkeley Database
JEIndexOutput(JEDirectory, String, boolean) - Constructor for class org.apache.lucene.store.je.JEIndexOutput
 
JELock - Class in org.apache.lucene.store.je
Port of Andi Vajda's DbDirectory to Java Edition of Berkeley Database
JELock() - Constructor for class org.apache.lucene.store.je.JELock
 

K

key - Variable in class org.apache.lucene.store.je.Block
 
key - Variable in class org.apache.lucene.store.je.File
 

L

length - Variable in class org.apache.lucene.store.je.File
 
length - Variable in class org.apache.lucene.store.je.JEIndexInput
 
length() - Method in class org.apache.lucene.store.je.JEIndexInput
 
length - Variable in class org.apache.lucene.store.je.JEIndexOutput
 
length() - Method in class org.apache.lucene.store.je.JEIndexOutput
 
list() - Method in class org.apache.lucene.store.je.JEDirectory
 

M

makeLock(String) - Method in class org.apache.lucene.store.je.JEDirectory
 
modify(JEDirectory, long, long) - Method in class org.apache.lucene.store.je.File
 

N

name - Variable in class org.apache.lucene.store.je.File
 

O

obtain() - Method in class org.apache.lucene.store.je.JELock
 
openFiles - Variable in class org.apache.lucene.store.je.JEDirectory
 
openInput(String) - Method in class org.apache.lucene.store.je.JEDirectory
 
org.apache.lucene.store.je - package org.apache.lucene.store.je
Berkeley DB Java Edition based implementation of Directory.

P

position - Variable in class org.apache.lucene.store.je.JEIndexInput
 
position - Variable in class org.apache.lucene.store.je.JEIndexOutput
 
put(JEDirectory) - Method in class org.apache.lucene.store.je.Block
 

R

random - Static variable in class org.apache.lucene.store.je.File
 
readByte() - Method in class org.apache.lucene.store.je.JEIndexInput
 
readBytes(byte[], int, int) - Method in class org.apache.lucene.store.je.JEIndexInput
 
release() - Method in class org.apache.lucene.store.je.JELock
 
rename(JEDirectory, String) - Method in class org.apache.lucene.store.je.File
 
renameFile(String, String) - Method in class org.apache.lucene.store.je.JEDirectory
 

S

seek(long) - Method in class org.apache.lucene.store.je.Block
 
seek(long) - Method in class org.apache.lucene.store.je.JEIndexInput
 
seek(long) - Method in class org.apache.lucene.store.je.JEIndexOutput
 
setTransaction(Transaction) - Method in class org.apache.lucene.store.je.JEDirectory
Once a transaction handle was committed it is no longer valid.

T

timeModified - Variable in class org.apache.lucene.store.je.File
 
touchFile(String) - Method in class org.apache.lucene.store.je.JEDirectory
 
txn - Variable in class org.apache.lucene.store.je.JEDirectory
 

U

uuid - Variable in class org.apache.lucene.store.je.File
 

W

writeByte(byte) - Method in class org.apache.lucene.store.je.JEIndexOutput
 
writeBytes(byte[], int, int) - Method in class org.apache.lucene.store.je.JEIndexOutput
 

B C D E F G I J K L M N O P R S T U W

Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.