com.sleepycat.persist.impl
Class KeyLocation

java.lang.Object
  extended by com.sleepycat.persist.impl.KeyLocation

 class KeyLocation
extends Object

Holder for the input and format of a key. Used when copying secondary keys. Returned by RecordInput.getKeyLocation().

Author:
Mark Hayes

Field Summary
(package private)  Format format
           
(package private)  RecordInput input
           
 
Constructor Summary
KeyLocation(RecordInput input, Format format)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

input

RecordInput input

format

Format format
Constructor Detail

KeyLocation

KeyLocation(RecordInput input,
            Format format)


Copyright 2004,2008 Oracle. All rights reserved.