Uses of Class
org.apache.blur.mapreduce.lib.DocumentBufferStrategy

Packages that use DocumentBufferStrategy
org.apache.blur.mapreduce.lib   
 

Uses of DocumentBufferStrategy in org.apache.blur.mapreduce.lib
 

Subclasses of DocumentBufferStrategy in org.apache.blur.mapreduce.lib
 class DocumentBufferStrategyFixedSize
          Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
 class DocumentBufferStrategyHeapSize
          Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
 

Methods in org.apache.blur.mapreduce.lib that return DocumentBufferStrategy
static DocumentBufferStrategy BlurOutputFormat.getDocumentBufferStrategy(org.apache.hadoop.conf.Configuration configuration)
           
 

Method parameters in org.apache.blur.mapreduce.lib with type arguments of type DocumentBufferStrategy
static void BlurOutputFormat.setDocumentBufferStrategy(org.apache.hadoop.conf.Configuration configuration, Class<? extends DocumentBufferStrategy> documentBufferStrategyClass)
           
static void BlurOutputFormat.setDocumentBufferStrategy(org.apache.hadoop.mapreduce.Job job, Class<? extends DocumentBufferStrategy> documentBufferStrategyClass)
           
 



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