Uses of Class
org.apache.accumulo.core.file.rfile.bcfile.BCFile.Writer.BlockAppender

Packages that use BCFile.Writer.BlockAppender
org.apache.accumulo.core.file.blockfile.impl   
org.apache.accumulo.core.file.rfile.bcfile   
 

Uses of BCFile.Writer.BlockAppender in org.apache.accumulo.core.file.blockfile.impl
 

Constructors in org.apache.accumulo.core.file.blockfile.impl with parameters of type BCFile.Writer.BlockAppender
CachableBlockFile.BlockWrite(BCFile.Writer.BlockAppender ba)
           
 

Uses of BCFile.Writer.BlockAppender in org.apache.accumulo.core.file.rfile.bcfile
 

Methods in org.apache.accumulo.core.file.rfile.bcfile that return BCFile.Writer.BlockAppender
 BCFile.Writer.BlockAppender BCFile.Writer.prepareDataBlock()
          Create a Data Block and obtain an output stream for adding data into the block.
 BCFile.Writer.BlockAppender BCFile.Writer.prepareMetaBlock(String name)
          Create a Meta Block and obtain an output stream for adding data into the 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 © 2012 The Apache Software Foundation. All Rights Reserved.