|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sleepycat.db.DatabaseConfig
com.sleepycat.db.SecondaryConfig
public class SecondaryConfig
| Field Summary | |
|---|---|
static SecondaryConfig |
DEFAULT
|
| Constructor Summary | |
|---|---|
SecondaryConfig()
|
|
| Method Summary | |
|---|---|
boolean |
getAllowPopulate()
|
boolean |
getImmutableSecondaryKey()
|
SecondaryKeyCreator |
getKeyCreator()
|
SecondaryMultiKeyCreator |
getMultiKeyCreator()
|
void |
setAllowPopulate(boolean allowPopulate)
|
void |
setImmutableSecondaryKey(boolean immutableSecondaryKey)
|
void |
setKeyCreator(SecondaryKeyCreator keyCreator)
|
void |
setMultiKeyCreator(SecondaryMultiKeyCreator multiKeyCreator)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final SecondaryConfig DEFAULT
| Constructor Detail |
|---|
public SecondaryConfig()
| Method Detail |
|---|
public void setAllowPopulate(boolean allowPopulate)
public boolean getAllowPopulate()
public void setImmutableSecondaryKey(boolean immutableSecondaryKey)
public boolean getImmutableSecondaryKey()
public void setKeyCreator(SecondaryKeyCreator keyCreator)
public SecondaryKeyCreator getKeyCreator()
public void setMultiKeyCreator(SecondaryMultiKeyCreator multiKeyCreator)
public SecondaryMultiKeyCreator getMultiKeyCreator()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||