public static class IndexTarget.Raw
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static IndexTarget.Raw |
fullCollection(ColumnIdentifier.Raw c) |
static IndexTarget.Raw |
keysAndValuesOf(ColumnIdentifier.Raw c) |
static IndexTarget.Raw |
keysOf(ColumnIdentifier.Raw c) |
IndexTarget |
prepare(CFMetaData cfm) |
static IndexTarget.Raw |
simpleIndexOn(ColumnIdentifier.Raw c) |
static IndexTarget.Raw |
valuesOf(ColumnIdentifier.Raw c) |
public static IndexTarget.Raw simpleIndexOn(ColumnIdentifier.Raw c)
public static IndexTarget.Raw valuesOf(ColumnIdentifier.Raw c)
public static IndexTarget.Raw keysOf(ColumnIdentifier.Raw c)
public static IndexTarget.Raw keysAndValuesOf(ColumnIdentifier.Raw c)
public static IndexTarget.Raw fullCollection(ColumnIdentifier.Raw c)
public IndexTarget prepare(CFMetaData cfm)
Copyright © 2017 The Apache Software Foundation