com.ning.metrics.goodwill.modules
Class ThriftRegistrar

java.lang.Object
  extended by com.ning.metrics.goodwill.modules.ThriftRegistrar

public class ThriftRegistrar
extends Object


Constructor Summary
ThriftRegistrar(ByteArrayOutputStream storeInJSON)
           
 
Method Summary
 String getActionCoreURL()
           
 ByteArrayOutputStream getStoreInJSON()
           
 void setActionCoreURL(String actionCoreURL)
          Setter for the actionCoreURL field.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThriftRegistrar

public ThriftRegistrar(ByteArrayOutputStream storeInJSON)
Method Detail

getStoreInJSON

public ByteArrayOutputStream getStoreInJSON()

setActionCoreURL

public void setActionCoreURL(String actionCoreURL)
Setter for the actionCoreURL field. The action core is an open-source HDFS front-end, similar to the one provided by the Namenode, but on steroids.

Parameters:
actionCoreURL - URL to the action core instance

getActionCoreURL

public String getActionCoreURL()


Copyright © 2010-2011 Ning, Inc.. All Rights Reserved.