| IBM WebSphere Extended Deployment (XD)TM
Release 6.0 |
java.lang.Object
|
+-- com.ibm.websphere.objectgrid.plugins.index.HashIndex
Constructor Summary | |
---|---|
HashIndex()
Creates a new HashIndex object. |
Method Summary | |
---|---|
public
void | setName(java.lang.String)
Sets the name of this index.
|
public
void | setRangeIndex(boolean)
Sets whether to create a MapRangeIndex or a MapIndex ..
|
public
void | doBatchUpdate(com.ibm.websphere.objectgrid.TxID, com.ibm.websphere.objectgrid.plugins.LogSequence)
|
public
void | undoBatchUpdate(com.ibm.websphere.objectgrid.TxID, com.ibm.websphere.objectgrid.plugins.LogSequence)
|
public
String | getName()
|
public
String | getAttributeName()
|
public
void | setAttributeName(java.lang.String)
|
public
Object | getIndexProxy(com.ibm.websphere.objectgrid.plugins.index.MapIndexInfo)
|
Methods inherited from java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HashIndex( | ) |
Method Detail |
public void setName( | String name )
|
name
-
the name of the index
public void setRangeIndex( | boolean rangeIndex )
|
MapRangeIndex
or a MapIndex
.
If this method is never called, a MapIndex
is used as the default implementation.
See Also:
MapIndex
MapRangeIndex
getIndex(String)
rangeIndex
-
true
for a MapRangeIndex, false
for MapIndex
public void doBatchUpdate( | TxID txid , | LogSequence sequence )
|
doBatchUpdate(TxID,LogSequence)
public void undoBatchUpdate( | TxID txid , | LogSequence sequence )
|
undoBatchUpdate(TxID, LogSequence)
public String getName( | ) |
getName()
public String getAttributeName( | ) |
setAttributeName(String)
setAttributeName(String)
method or
null
if the setAttributeName
method was not previously called
public void setAttributeName( | String attributeName )
|
setAttributeName(String)
public Object getIndexProxy( | MapIndexInfo map )
|
getIndexProxy(MapIndexInfo)
| IBM WebSphere Extended Deployment (XD)TM
Release 6.0 |