com.sleepycat.je
Class JoinConfig

java.lang.Object
  extended by com.sleepycat.je.JoinConfig
All Implemented Interfaces:
Cloneable

public class JoinConfig
extends Object
implements Cloneable

Javadoc for this public class is generated via the doc templates in the doc_src directory.


Field Summary
(package private) static JoinConfig DEFAULT
           
 
Constructor Summary
JoinConfig()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 
Method Summary
(package private)  JoinConfig cloneConfig()
          Used by SecondaryDatabase to create a copy of the application supplied configuration.
 boolean getNoSort()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 void setNoSort(boolean noSort)
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT

static JoinConfig DEFAULT
Constructor Detail

JoinConfig

public JoinConfig()
Javadoc for this public method is generated via the doc templates in the doc_src directory.

Method Detail

setNoSort

public void setNoSort(boolean noSort)
Javadoc for this public method is generated via the doc templates in the doc_src directory.


getNoSort

public boolean getNoSort()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


cloneConfig

JoinConfig cloneConfig()
Used by SecondaryDatabase to create a copy of the application supplied configuration. Done this way to provide non-public cloning.



Copyright 2004-2005 Sleepycat, Inc. All Rights Reserved.