org.apache.lucene.store.je
public class Block extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected com.sleepycat.je.DatabaseEntry |
data |
protected com.sleepycat.je.DatabaseEntry |
key |
| Modifier and Type | Method and Description |
|---|---|
protected void |
get(JEDirectory directory) |
protected byte[] |
getData() |
protected byte[] |
getKey() |
protected void |
put(JEDirectory directory) |
protected void |
seek(long position) |
protected com.sleepycat.je.DatabaseEntry key
protected com.sleepycat.je.DatabaseEntry data
protected Block(File file) throws java.io.IOException
java.io.IOExceptionprotected byte[] getKey()
protected byte[] getData()
protected void seek(long position)
throws java.io.IOException
java.io.IOExceptionprotected void get(JEDirectory directory) throws java.io.IOException
java.io.IOExceptionprotected void put(JEDirectory directory) throws java.io.IOException
java.io.IOExceptionCopyright © 2000-2016 Apache Software Foundation. All Rights Reserved.