Uses of Interface
org.apache.mahout.math.buffer.ObjectBufferConsumer

Packages that use ObjectBufferConsumer
org.apache.mahout.math.buffer Fixed sized (non resizable) streaming buffers connected to a target objects to which data is automatically flushed upon buffer overflow. 
 

Uses of ObjectBufferConsumer in org.apache.mahout.math.buffer
 

Classes in org.apache.mahout.math.buffer that implement ObjectBufferConsumer
 class ObjectBuffer
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
 

Constructors in org.apache.mahout.math.buffer with parameters of type ObjectBufferConsumer
ObjectBuffer(ObjectBufferConsumer target, int capacity)
          Deprecated. Constructs and returns a new buffer with the given target.
 



Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.