org.apache.lucene.store.db

Class Block

public class Block extends Object

Author: Andi Vajda

Field Summary
protected DatabaseEntrydata
protected DatabaseEntrykey
Constructor Summary
protected Block(File file)
Method Summary
protected voidget(DbDirectory directory)
protected byte[]getData()
protected byte[]getKey()
protected voidput(DbDirectory directory)
protected voidseek(long position)

Field Detail

data

protected DatabaseEntry data

key

protected DatabaseEntry key

Constructor Detail

Block

protected Block(File file)

Method Detail

get

protected void get(DbDirectory directory)

getData

protected byte[] getData()

getKey

protected byte[] getKey()

put

protected void put(DbDirectory directory)

seek

protected void seek(long position)
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.