Uses of Class
org.apache.accumulo.core.file.rfile.bcfile.MetaBlockAlreadyExists

Packages that use MetaBlockAlreadyExists
org.apache.accumulo.core.file.rfile.bcfile   
 

Uses of MetaBlockAlreadyExists in org.apache.accumulo.core.file.rfile.bcfile
 

Methods in org.apache.accumulo.core.file.rfile.bcfile that throw MetaBlockAlreadyExists
 DataOutputStream TFile.Writer.prepareMetaBlock(String name)
          Obtain an output stream for creating a meta block.
 BCFile.Writer.BlockAppender BCFile.Writer.prepareMetaBlock(String name)
          Create a Meta Block and obtain an output stream for adding data into the block.
 DataOutputStream TFile.Writer.prepareMetaBlock(String name, String compressName)
          Obtain an output stream for creating a meta block.
 BCFile.Writer.BlockAppender BCFile.Writer.prepareMetaBlock(String name, String compressionName)
          Create a Meta Block and obtain an output stream for adding data into the block.
 



Copyright © 2014 The Apache Software Foundation. All Rights Reserved.