org.apache.cassandra.io
Class SSTable.BlockMetadata

java.lang.Object
  extended by org.apache.cassandra.io.SSTable.BlockMetadata
Enclosing class:
SSTable

protected static class SSTable.BlockMetadata
extends java.lang.Object

This class holds the position of a key in a block and the size of the data associated with this key.


Field Summary
protected static SSTable.BlockMetadata NULL
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NULL

protected static final SSTable.BlockMetadata NULL


Copyright © 2009 The Apache Software Foundation