JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Package
Next Package
Frames
No Frames
All Classes
Package com.cinchapi.concourse.data
Interface Summary
Interface
Description
Column
<V>
A
Column
is a mapping from records (
Long
to a value.
Index
<V>
An
Index
is an inverted data set in the form of a two-dimensional mapping from key (
String
) and value (
String
) to records
Long
.
Projection
<V>
A
Projection
is an inverted data set in the form of a one-dimensional mapping from value (
Object
) to a set of records.
Row
<V>
A
Row
is a normalized data set in the form of a one-dimensional mapping from key (
String
) to a value.
Table
<V>
A
Table
is a normalized data set in the form of a two-dimensional mapping from record (
Long
) and key (
String
) to value.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Package
Next Package
Frames
No Frames
All Classes