Uses of Interface
org.apache.accumulo.core.file.blockfile.ABlockWriter

Packages that use ABlockWriter
org.apache.accumulo.core.file.blockfile   
org.apache.accumulo.core.file.blockfile.impl   
 

Uses of ABlockWriter in org.apache.accumulo.core.file.blockfile
 

Methods in org.apache.accumulo.core.file.blockfile that return ABlockWriter
 ABlockWriter BlockFileWriter.prepareDataBlock()
           
 ABlockWriter BlockFileWriter.prepareMetaBlock(String name)
           
 ABlockWriter BlockFileWriter.prepareMetaBlock(String name, String compressionName)
           
 

Uses of ABlockWriter in org.apache.accumulo.core.file.blockfile.impl
 

Classes in org.apache.accumulo.core.file.blockfile.impl that implement ABlockWriter
static class CachableBlockFile.BlockWrite
           
 

Methods in org.apache.accumulo.core.file.blockfile.impl that return ABlockWriter
 ABlockWriter CachableBlockFile.Writer.prepareDataBlock()
           
 ABlockWriter CachableBlockFile.Writer.prepareMetaBlock(String name)
           
 ABlockWriter CachableBlockFile.Writer.prepareMetaBlock(String name, String compressionName)
           
 



Copyright © 2015 Apache Accumulo Project. All rights reserved.