public static class LegacyLayout.LegacyBound
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static LegacyLayout.LegacyBound |
BOTTOM |
Slice.Bound |
bound |
ColumnDefinition |
collectionName |
boolean |
isStatic |
static LegacyLayout.LegacyBound |
TOP |
Constructor and Description |
---|
LegacyBound(Slice.Bound bound,
boolean isStatic,
ColumnDefinition collectionName) |
Modifier and Type | Method and Description |
---|---|
Clustering |
getAsClustering(CFMetaData metadata) |
java.lang.String |
toString() |
public static final LegacyLayout.LegacyBound BOTTOM
public static final LegacyLayout.LegacyBound TOP
public final Slice.Bound bound
public final boolean isStatic
public final ColumnDefinition collectionName
public LegacyBound(Slice.Bound bound, boolean isStatic, ColumnDefinition collectionName)
public Clustering getAsClustering(CFMetaData metadata)
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2017 The Apache Software Foundation