|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectvishnu.model.indexes.AbstractIndex
vishnu.model.indexes.hashing.AbstractHashIndex
public abstract class AbstractHashIndex
![]() |
![]() |
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface vishnu.model.indexes.hashing.HashIndex |
|---|
HashIndex.HashingStrategyNotSelectedException |
| Field Summary |
|---|
| Fields inherited from class vishnu.model.indexes.AbstractIndex |
|---|
context |
| Fields inherited from interface vishnu.model.indexes.Index |
|---|
BTREE, CLUSTERED, HASH, UNIQUE |
| Constructor Summary | |
|---|---|
AbstractHashIndex(java.lang.String name,
boolean isUnique,
boolean isClustered,
int structure,
java.util.List<java.lang.String> searchKeys)
|
|
| Method Summary | |
|---|---|
HashingStrategy |
hashingStrategy()
|
void |
hashingStrategy(HashingStrategy s)
|
| Methods inherited from class vishnu.model.indexes.AbstractIndex |
|---|
attach, database, getStructure, getStructureIdentifier, getTable, isClustered, isUnique, name, notifyDelete, notifyUpdate, searchKeys, userContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface vishnu.model.indexes.Index |
|---|
attach, createSearchKeyRecord, getStructure, getStructureIdentifier, isClustered, isUnique, matchingRecords, name, notifyDelete, notifyInsert, notifyUpdate, searchKeys |
| Constructor Detail |
|---|
public AbstractHashIndex(java.lang.String name,
boolean isUnique,
boolean isClustered,
int structure,
java.util.List<java.lang.String> searchKeys)
| Method Detail |
|---|
public HashingStrategy hashingStrategy()
hashingStrategy in interface HashIndexpublic void hashingStrategy(HashingStrategy s)
hashingStrategy in interface HashIndex
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||