org.eyedb
Class IndexImpl

java.lang.Object
  extended by org.eyedb.IndexImpl

public class IndexImpl
extends java.lang.Object


Constructor Summary
IndexImpl(int type, Dataspace dataspace, int keycount_or_degree, org.eyedb.syscls.BEMethod_C mth, int[] impl_hints)
           
 
Method Summary
 Dataspace getDataspace()
           
 int getDegree()
           
 org.eyedb.syscls.BEMethod_C getHashMethod()
           
 int[] getImplHints()
           
 int getKeyCount()
           
 java.lang.String getStringType()
           
 int getType()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexImpl

public IndexImpl(int type,
                 Dataspace dataspace,
                 int keycount_or_degree,
                 org.eyedb.syscls.BEMethod_C mth,
                 int[] impl_hints)
Method Detail

getType

public int getType()

getStringType

public java.lang.String getStringType()

getKeyCount

public int getKeyCount()

getDegree

public int getDegree()

getHashMethod

public org.eyedb.syscls.BEMethod_C getHashMethod()

getImplHints

public int[] getImplHints()

getDataspace

public Dataspace getDataspace()