org.apache.hadoop.io
Interface WritableFactory


@InterfaceAudience.Public
@InterfaceStability.Stable
public interface WritableFactory

A factory for a class of Writable.

See Also:
WritableFactories

Method Summary
 Writable newInstance()
          Return a new instance.
 

Method Detail

newInstance

Writable newInstance()
Return a new instance.



Copyright © 2014 Apache Software Foundation. All Rights Reserved.