public static class AbstractHashTable.TripleCompositeIndex extends Object implements AbstractHashTable.Index
| Constructor and Description |
|---|
TripleCompositeIndex() |
TripleCompositeIndex(AbstractHashTable.FieldIndex[] indexes,
int startResult) |
| Modifier and Type | Method and Description |
|---|---|
AbstractHashTable.FieldIndex |
getFieldIndex(int index) |
AbstractHashTable.HashEntry |
hashCodeOf(Tuple tuple,
boolean left) |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
public TripleCompositeIndex()
public TripleCompositeIndex(AbstractHashTable.FieldIndex[] indexes, int startResult)
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic AbstractHashTable.FieldIndex getFieldIndex(int index)
getFieldIndex in interface AbstractHashTable.Indexpublic AbstractHashTable.HashEntry hashCodeOf(Tuple tuple, boolean left)
hashCodeOf in interface AbstractHashTable.IndexCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.