com.sleepycat.persist.impl
Class KeyLocation
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
input
RecordInput input
format
Format format
KeyLocation
KeyLocation(RecordInput input,
Format format)
Copyright (c) 2004-2010 Oracle. All rights reserved.