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 |
FilterFactory.Type |
filterType |
boolean |
hasAncestors |
boolean |
hasCompressionRatio |
boolean |
hasEncodedKeys |
boolean |
hasIntRowSize |
boolean |
hasPartitioner |
boolean |
hasPromotedIndexes |
boolean |
hasRowLevelBF |
boolean |
hasStringsInBloomFilter |
boolean |
isLatestVersion |
static Descriptor.Version |
LEGACY |
boolean |
metadataIncludesModernReplayPosition |
boolean |
metadataIncludesReplayPosition |
boolean |
tracksMaxTimestamp |
boolean |
tracksMinTimestamp |
boolean |
tracksTombstones |
Constructor and Description |
---|
Descriptor.Version(java.lang.String version) |
Modifier and Type | Method and Description |
---|---|
boolean |
containsTimestamp()
Versions [h..hc] contained a timestamp value that was computed incorrectly, ignoring row tombstones.
|
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 LEGACY
public static final Descriptor.Version CURRENT
public final boolean hasStringsInBloomFilter
public final boolean hasIntRowSize
public final boolean hasEncodedKeys
public final boolean isLatestVersion
public final boolean metadataIncludesReplayPosition
public final boolean metadataIncludesModernReplayPosition
public final boolean tracksMaxTimestamp
public final boolean tracksMinTimestamp
public final boolean hasCompressionRatio
public final boolean hasPartitioner
public final boolean tracksTombstones
public final boolean hasPromotedIndexes
public final FilterFactory.Type filterType
public final boolean hasAncestors
public final boolean hasRowLevelBF
public boolean isCompatible()
public boolean isStreamCompatible()
public boolean containsTimestamp()
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