com.sleepycat.persist.impl
Class KeyLocation

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

 class KeyLocation
extends java.lang.Object

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

Author:
Mark Hayes

Field Summary
(package private)  Format format
           
(package private)  EntityInput input
           
 
Constructor Summary
KeyLocation(EntityInput 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

EntityInput input

format

Format format
Constructor Detail

KeyLocation

KeyLocation(EntityInput input,
            Format format)


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