public static class Descriptor.Version
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Descriptor.Version |
CURRENT |
static java.lang.String |
current_version |
boolean |
hasBloomFilterFPChance |
boolean |
hasRowSizeAndColumnCount |
boolean |
hasSuperColumns |
boolean |
isLatestVersion |
boolean |
offHeapSummaries |
boolean |
tracksMaxLocalDeletionTime |
boolean |
tracksMaxMinColumnNames |
Constructor and Description |
---|
Descriptor.Version(java.lang.String version) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
boolean |
isCompatible() |
boolean |
isStreamCompatible() |
java.lang.String |
toString() |
public static final java.lang.String current_version
public static final Descriptor.Version CURRENT
public final boolean isLatestVersion
public final boolean hasSuperColumns
public final boolean tracksMaxLocalDeletionTime
public final boolean hasBloomFilterFPChance
public final boolean offHeapSummaries
public final boolean hasRowSizeAndColumnCount
public final boolean tracksMaxMinColumnNames
public boolean isCompatible()
public boolean isStreamCompatible()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2013 The Apache Software Foundation