Berkeley DB Java Edition
version 5.0.34

Uses of Class
com.sleepycat.je.DiskOrderedCursorConfig

Packages that use DiskOrderedCursorConfig
com.sleepycat.je Foundation for creating environments, databases and transactions; provides cursor based data access. 
 

Uses of DiskOrderedCursorConfig in com.sleepycat.je
 

Fields in com.sleepycat.je declared as DiskOrderedCursorConfig
static DiskOrderedCursorConfig DiskOrderedCursorConfig.DEFAULT
          Default configuration used if null is passed to methods that create a cursor.
 

Methods in com.sleepycat.je that return DiskOrderedCursorConfig
 DiskOrderedCursorConfig DiskOrderedCursorConfig.clone()
          Returns a copy of this configuration object.
 DiskOrderedCursorConfig DiskOrderedCursor.getConfig()
          Returns this cursor's configuration.
 DiskOrderedCursorConfig DiskOrderedCursorConfig.setInternalMemoryLimit(long internalMemoryLimit)
          Set the maximum amount of non JE Cache Memory that the DiskOrderedScan can use at one time.
 DiskOrderedCursorConfig DiskOrderedCursorConfig.setKeysOnly(boolean keysOnly)
          Specify whether the DiskOrderedCursor should return only the key or key + data.
 DiskOrderedCursorConfig DiskOrderedCursorConfig.setLSNBatchSize(long lsnBatchSize)
          Set the maximum number of LSNs to gather and sort at any one time.
 DiskOrderedCursorConfig DiskOrderedCursorConfig.setMaxSeedMillisecs(long maxSeedMillisecs)
          Set the maximum time in milliseconds to spend seeding the Disk Ordered Scan.
 DiskOrderedCursorConfig DiskOrderedCursorConfig.setMaxSeedNodes(long maxSeedNodes)
          Set the maximum number of internal nodes to use to seed the Disk Ordered Scan.
 DiskOrderedCursorConfig DiskOrderedCursorConfig.setQueueSize(int queueSize)
          Set the queue size for entries being passed between the DiskOrderedCursor producer thread and the application's consumer thread.
 

Methods in com.sleepycat.je with parameters of type DiskOrderedCursorConfig
 DiskOrderedCursor Database.openCursor(DiskOrderedCursorConfig cursorConfig)
          Create a ForwardCursor to iterate over the records in 'this'.
 


Berkeley DB Java Edition
version 5.0.34

Copyright (c) 2004-2011 Oracle. All rights reserved.