public static class CFMetaData.DroppedColumn
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
long |
droppedTime |
java.lang.String |
name |
AbstractType<?> |
type |
Constructor and Description |
---|
DroppedColumn(java.lang.String name,
AbstractType<?> type,
long droppedTime) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
public final java.lang.String name
public final AbstractType<?> type
public final long droppedTime
public DroppedColumn(java.lang.String name, AbstractType<?> type, long droppedTime)
Copyright © 2015 The Apache Software Foundation