|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.imemex.componentmappings.tuple.AbstractTupleComponentIndex
org.imemex.componentmappings.tuple.dbms.AbstractDBMSTupleComponentIndex
public abstract class AbstractDBMSTupleComponentIndex
This abstract class provides common functionality for DBMS-based implementations of tuple component indexes:
| Constructor Summary | |
|---|---|
AbstractDBMSTupleComponentIndex()
|
|
| Method Summary | |
|---|---|
int |
getBufferSize()
Get the number of elements which are buffered before being stored persistently by the index |
void |
rebuildMapping(boolean online)
Rebuilds and optimzes the mapping (for instance an index). |
| Methods inherited from class org.imemex.componentmappings.tuple.AbstractTupleComponentIndex |
|---|
finalize, isEmpty, query, queryByPredicate |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.imemex.componentmappings.tuple.TupleComponentIndex |
|---|
insert, queryByAttribute, queryByAttributeComplement, queryByAttributeEqual, queryByAttributeKeyword, queryByAttributeName, queryByAttributeRegex |
| Methods inherited from interface org.imemex.componentmappings.impl.ComponentKeywordIndex |
|---|
queryByKeyword |
| Methods inherited from interface org.imemex.componentmappings.impl.ComponentIndex |
|---|
queryByObject |
| Methods inherited from interface org.imemex.componentmappings.impl.ComponentMapping |
|---|
clear, close, flushMapping, insert, insertAll, remove, removeAll, size |
| Constructor Detail |
|---|
public AbstractDBMSTupleComponentIndex()
| Method Detail |
|---|
public int getBufferSize()
ComponentMapping
public void rebuildMapping(boolean online)
throws OnlineRebuildNotSupportedException
ComponentMapping
online - - if true allows concurrent modifications to this ComponentMapping while rebuilding. If false this
ComponentMapping is locked and no modifications are allowed during the rebuild.
OnlineRebuildNotSupportedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||