|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.je.DatabaseConfig
com.sleepycat.je.SecondaryConfig
public class SecondaryConfig
Javadoc for this public class is generated via the doc templates in the doc_src directory.
Field Summary | |
---|---|
(package private) static SecondaryConfig |
DEFAULT
|
Constructor Summary | |
---|---|
SecondaryConfig()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
Method Summary | |
---|---|
(package private) java.lang.String |
genSecondaryConfigMismatchMessage(DatabaseConfig config,
boolean kcMatch,
boolean mkcMatch,
boolean fkdMatch,
boolean fkdaMatch,
boolean fknMatch,
boolean fmknMatch,
boolean imskMatch)
|
boolean |
getAllowPopulate()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
Database |
getForeignKeyDatabase()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
ForeignKeyDeleteAction |
getForeignKeyDeleteAction()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
ForeignKeyNullifier |
getForeignKeyNullifier()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
ForeignMultiKeyNullifier |
getForeignMultiKeyNullifier()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
boolean |
getImmutableSecondaryKey()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
SecondaryKeyCreator |
getKeyCreator()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
SecondaryMultiKeyCreator |
getMultiKeyCreator()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
void |
setAllowPopulate(boolean allowPopulate)
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
void |
setForeignKeyDatabase(Database foreignKeyDatabase)
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
void |
setForeignKeyDeleteAction(ForeignKeyDeleteAction foreignKeyDeleteAction)
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
void |
setForeignKeyNullifier(ForeignKeyNullifier foreignKeyNullifier)
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
void |
setForeignMultiKeyNullifier(ForeignMultiKeyNullifier foreignMultiKeyNullifier)
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
void |
setImmutableSecondaryKey(boolean immutableSecondaryKey)
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
void |
setKeyCreator(SecondaryKeyCreator keyCreator)
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
void |
setMultiKeyCreator(SecondaryMultiKeyCreator multiKeyCreator)
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
(package private) void |
validate(DatabaseConfig configArg)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
static SecondaryConfig DEFAULT
Constructor Detail |
---|
public SecondaryConfig()
Method Detail |
---|
public void setKeyCreator(SecondaryKeyCreator keyCreator)
public SecondaryKeyCreator getKeyCreator()
public void setMultiKeyCreator(SecondaryMultiKeyCreator multiKeyCreator)
public SecondaryMultiKeyCreator getMultiKeyCreator()
public void setAllowPopulate(boolean allowPopulate)
public boolean getAllowPopulate()
public void setForeignKeyDatabase(Database foreignKeyDatabase)
public Database getForeignKeyDatabase()
public void setForeignKeyDeleteAction(ForeignKeyDeleteAction foreignKeyDeleteAction)
public ForeignKeyDeleteAction getForeignKeyDeleteAction()
public void setForeignKeyNullifier(ForeignKeyNullifier foreignKeyNullifier)
public ForeignKeyNullifier getForeignKeyNullifier()
public void setForeignMultiKeyNullifier(ForeignMultiKeyNullifier foreignMultiKeyNullifier)
public ForeignMultiKeyNullifier getForeignMultiKeyNullifier()
public void setImmutableSecondaryKey(boolean immutableSecondaryKey)
public boolean getImmutableSecondaryKey()
void validate(DatabaseConfig configArg) throws DatabaseException
validate
in class DatabaseConfig
DatabaseException
java.lang.String genSecondaryConfigMismatchMessage(DatabaseConfig config, boolean kcMatch, boolean mkcMatch, boolean fkdMatch, boolean fkdaMatch, boolean fknMatch, boolean fmknMatch, boolean imskMatch)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |