public class Column extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Column.Type |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getColumnFamily() |
String |
getColumnQualifier() |
Column.Type |
getType() |
boolean |
matchAll() |
String |
toString() |
public Column(String col)
public Column.Type getType()
public String getColumnFamily()
public String getColumnQualifier()
public boolean matchAll()
Copyright © 2007-2017 The Apache Software Foundation