public abstract class AbstractCommonsParserDataSet extends Object implements DataSet
| Modifier and Type | Field and Description |
|---|---|
protected KeyspaceModel |
keyspace |
| Constructor and Description |
|---|
AbstractCommonsParserDataSet() |
| Modifier and Type | Method and Description |
|---|---|
List<ColumnFamilyModel> |
getColumnFamilies() |
KeyspaceModel |
getKeyspace() |
protected abstract ParsedKeyspace |
getParsedKeyspace() |
protected void |
mapParsedKeyspaceToModel(ParsedKeyspace parsedKeyspace) |
protected KeyspaceModel keyspace
protected abstract ParsedKeyspace getParsedKeyspace()
public KeyspaceModel getKeyspace()
getKeyspace in interface DataSetpublic List<ColumnFamilyModel> getColumnFamilies()
getColumnFamilies in interface DataSetprotected void mapParsedKeyspaceToModel(ParsedKeyspace parsedKeyspace)
Copyright © 2016. All rights reserved.