Xindice API
version 1.1b4

org.apache.xindice.core.filer
Interface BTreeCallback


public interface BTreeCallback

BTreeCallback is a callback interface for BTree queries.

Version:
CVS $Revision: 1.5 $, $Date: 2004/02/08 02:49:45 $

Method Summary
 boolean indexInfo(Value value, long pointer)
          indexInfo is a callback method for index enumeration.
 

Method Detail

indexInfo

public boolean indexInfo(Value value,
                         long pointer)
indexInfo is a callback method for index enumeration.
Parameters:
value - The Value being reported
pointer - The data pointer being reported
Returns:
false to cancel the enumeration

Xindice API
version 1.1b4

Copyright (c) 1999-2004 The Apache Software Foundation. All Rights Reserved.