org.eyedb
Class IndexImpl
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IndexImpl
public IndexImpl(int type,
Dataspace dataspace,
int keycount_or_degree,
org.eyedb.syscls.BEMethod_C mth,
int[] impl_hints)
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()