Uses of Class
com.ning.metrics.goodwill.access.GoodwillSchema

Uses of GoodwillSchema in com.ning.metrics.goodwill.access
 

Methods in com.ning.metrics.goodwill.access that return GoodwillSchema
static GoodwillSchema GoodwillSchema.decode(String thriftJson)
           
 GoodwillSchema CachingGoodwillAccessor.getSchema(String schemaName)
          Given a schema name, get the associated GoodwillSchema.
 

Methods in com.ning.metrics.goodwill.access that return types with arguments of type GoodwillSchema
 Future<GoodwillSchema> GoodwillAccessor.getSchema(String schemaName)
          Get the Goodwill schema associated to a schema name.
 Future<List<GoodwillSchema>> GoodwillAccessor.getSchemata()
          Get all schemata.
 List<GoodwillSchema> CachingGoodwillAccessor.getSchemata()
           
 



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