vishnu.model.indexes.hashing
Interface HashIndex

All Superinterfaces:
Index
All Known Implementing Classes:
AbstractHashIndex, StaticHashIndex

public interface HashIndex
extends Index

Author:
Hernan Rancati
 

Nested Class Summary
static class HashIndex.HashingStrategyNotSelectedException
           
 
Field Summary
 
Fields inherited from interface vishnu.model.indexes.Index
BTREE, CLUSTERED, HASH, UNIQUE
 
Method Summary
 HashingStrategy hashingStrategy()
           
 void hashingStrategy(HashingStrategy s)
           
 
Methods inherited from interface vishnu.model.indexes.Index
attach, createSearchKeyRecord, getStructure, getStructureIdentifier, isClustered, isUnique, matchingRecords, name, notifyDelete, notifyInsert, notifyUpdate, searchKeys
 

Method Detail

hashingStrategy

HashingStrategy hashingStrategy()

hashingStrategy

void hashingStrategy(HashingStrategy s)