org.apache.accumulo.core.metadata.schema
Class MetadataSchema.TabletsSection.ChoppedColumnFamily

java.lang.Object
  extended by org.apache.accumulo.core.metadata.schema.MetadataSchema.TabletsSection.ChoppedColumnFamily
Enclosing class:
MetadataSchema.TabletsSection

public static class MetadataSchema.TabletsSection.ChoppedColumnFamily
extends Object

Column family for indicating that the files in a tablet have been trimmed to only include data for the current tablet, so that they are safe to merge


Field Summary
static ColumnFQ CHOPPED_COLUMN
           
static org.apache.hadoop.io.Text NAME
           
 
Constructor Summary
MetadataSchema.TabletsSection.ChoppedColumnFamily()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final org.apache.hadoop.io.Text NAME

CHOPPED_COLUMN

public static final ColumnFQ CHOPPED_COLUMN
Constructor Detail

MetadataSchema.TabletsSection.ChoppedColumnFamily

public MetadataSchema.TabletsSection.ChoppedColumnFamily()


Copyright © 2015 Apache Accumulo Project. All rights reserved.