Package | Description |
---|---|
org.apache.cassandra.db.composites |
Modifier and Type | Method and Description |
---|---|
Composite.EOC |
AbstractComposite.eoc() |
Composite.EOC |
BoundedComposite.eoc() |
Composite.EOC |
Composite.eoc() |
static Composite.EOC |
Composite.EOC.from(int eoc) |
static Composite.EOC |
Composite.EOC.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Composite.EOC[] |
Composite.EOC.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected abstract Composite |
AbstractCompoundCellNameType.copyAndMakeWith(java.nio.ByteBuffer[] components,
int size,
Composite.EOC eoc) |
protected Composite |
CompoundDenseCellNameType.copyAndMakeWith(java.nio.ByteBuffer[] components,
int size,
Composite.EOC eoc) |
protected Composite |
CompoundSparseCellNameType.copyAndMakeWith(java.nio.ByteBuffer[] components,
int size,
Composite.EOC eoc) |
protected Composite |
CompoundSparseCellNameType.WithCollection.copyAndMakeWith(java.nio.ByteBuffer[] components,
int size,
Composite.EOC eoc) |
protected abstract Composite |
AbstractCompoundCellNameType.makeWith(java.nio.ByteBuffer[] components,
int size,
Composite.EOC eoc) |
protected Composite |
CompoundDenseCellNameType.makeWith(java.nio.ByteBuffer[] components,
int size,
Composite.EOC eoc) |
protected Composite |
CompoundSparseCellNameType.makeWith(java.nio.ByteBuffer[] components,
int size,
Composite.EOC eoc) |
protected Composite |
CompoundSparseCellNameType.WithCollection.makeWith(java.nio.ByteBuffer[] components,
int size,
Composite.EOC eoc) |
Composite |
AbstractComposite.withEOC(Composite.EOC newEoc) |
Composite |
BoundedComposite.withEOC(Composite.EOC eoc) |
Composite |
Composite.withEOC(Composite.EOC eoc) |
Composite |
SimpleComposite.withEOC(Composite.EOC newEoc) |
Composite |
SimpleSparseCellName.withEOC(Composite.EOC newEoc) |
Copyright © 2014 The Apache Software Foundation