|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of GoodwillSchemaField in com.ning.metrics.goodwill.access |
---|
Methods in com.ning.metrics.goodwill.access that return GoodwillSchemaField | |
---|---|
static GoodwillSchemaField |
GoodwillSchemaField.decode(String thriftItemJson)
|
GoodwillSchemaField |
GoodwillSchema.getFieldByName(String name)
Given a name, return the field matching the name. |
GoodwillSchemaField |
GoodwillSchema.getFieldByPosition(short i)
Given a position, return the field at that position. |
Methods in com.ning.metrics.goodwill.access that return types with arguments of type GoodwillSchemaField | |
---|---|
ArrayList<GoodwillSchemaField> |
GoodwillSchema.getSchema()
Get the schema as a collection of fields. |
Methods in com.ning.metrics.goodwill.access with parameters of type GoodwillSchemaField | |
---|---|
void |
GoodwillSchema.addThriftField(GoodwillSchemaField goodwillSchemaField)
Add a field in the Thrift. |
Constructor parameters in com.ning.metrics.goodwill.access with type arguments of type GoodwillSchemaField | |
---|---|
GoodwillSchema(String name,
List<GoodwillSchemaField> items)
Manual constructor, typically used by Goodwill stores. |
|
GoodwillSchema(String name,
List<GoodwillSchemaField> items,
String sinkAddInfo)
Jackson constructor { "sinkAddInfo": null, "name": "hello", "schema": [ { "name": "my hello attribute", "type": "string", "position": 1, "description": "awesome attribute", "sql": { "type": "nvarchar", "length": null, "scale": null, "precision": null } }, { "name": "dsfdfsfds", "type": "bool", "position": 2, "description": "dfsfdsfds", "sql": { "type": "boolean", "length": null, "scale": null, "precision": null } }, { "name": "wer", "type": "double", "position": 3, "description": "wer", "sql": { "type": "numeric", "length": null, "scale": 12, "precision": 42 } } ] } |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |