| 
 | Berkeley DB version 4.2.52 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use KeyExtractor | |
| com.sleepycat.bdb | Core database classes for defining an environment, creating data stores, and running transactions [reference guide] | 
| com.sleepycat.bdb.bind.serial | Formats and bindings that use Java serialization | 
| com.sleepycat.bdb.bind.tuple | Formats and bindings that use sequences of primitive data items or tuples | 
| Uses of KeyExtractor in com.sleepycat.bdb | 
| Methods in com.sleepycat.bdb that return KeyExtractor | |
|  KeyExtractor | DataIndex.getKeyExtractor()Returns the key extractor associated with this index. | 
| Constructors in com.sleepycat.bdb with parameters of type KeyExtractor | |
| ForeignKeyIndex(DataStore store,
                Db db,
                KeyExtractor keyExtractor,
                DataStore foreignStore,
                int deleteAction)Creates a foreign key index from a previously opened Db object. | |
| DataIndex(DataStore store,
          Db db,
          DataFormat keyFormat,
          KeyExtractor keyExtractor)Creates an index from a previously opened Db object. | |
| Uses of KeyExtractor in com.sleepycat.bdb.bind.serial | 
| Classes in com.sleepycat.bdb.bind.serial that implement KeyExtractor | |
|  class | SerialSerialKeyExtractorA abstract key extractor that uses a serial key and a serial value. | 
|  class | TupleSerialKeyExtractorA abstract key extractor that uses a tuple key and a serial value. | 
|  class | TupleSerialMarshalledKeyExtractorA concrete key extractor that works in conjunction with a TupleSerialMarshalledBinding. | 
| Uses of KeyExtractor in com.sleepycat.bdb.bind.tuple | 
| Classes in com.sleepycat.bdb.bind.tuple that implement KeyExtractor | |
|  class | TupleTupleKeyExtractorAn abstract key extractor that uses a tuple key and a tuple value. | 
|  class | TupleTupleMarshalledKeyExtractorA concrete key extractor that works in conjunction with a TupleTupleMarshalledBinding. | 
| 
 | Berkeley DB version 4.2.52 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||