org.apache.lucene.store.je
public class Block extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected DatabaseEntry |
data |
protected 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 Block(File file) throws java.io.IOException
java.io.IOException
protected byte[] getKey()
protected byte[] getData()
protected void seek(long position) throws java.io.IOException
java.io.IOException
protected void get(JEDirectory directory) throws java.io.IOException
java.io.IOException
protected void put(JEDirectory directory) throws java.io.IOException
java.io.IOException
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.