| Package | Description |
|---|---|
| com.datastax.oss.protocol.internal.response.result |
| Modifier and Type | Class and Description |
|---|---|
static class |
RawType.RawCustom |
static class |
RawType.RawList |
static class |
RawType.RawMap |
static class |
RawType.RawPrimitive |
static class |
RawType.RawSet |
static class |
RawType.RawTuple |
static class |
RawType.RawUdt |
| Modifier and Type | Field and Description |
|---|---|
RawType |
RawType.RawList.elementType |
RawType |
RawType.RawSet.elementType |
RawType |
RawType.RawMap.keyType |
RawType |
ColumnSpec.type |
RawType |
RawType.RawMap.valueType |
| Modifier and Type | Field and Description |
|---|---|
Map<String,RawType> |
RawType.RawUdt.fields |
List<RawType> |
RawType.RawTuple.fieldTypes |
static Map<Integer,RawType> |
RawType.PRIMITIVES
Visible for tests
|
| Modifier and Type | Method and Description |
|---|---|
static <B> RawType |
RawType.decode(B source,
PrimitiveCodec<B> decoder,
int protocolVersion) |
| Constructor and Description |
|---|
ColumnSpec(String ksName,
String tableName,
String name,
int index,
RawType type) |
RawList(RawType elementType) |
RawMap(RawType keyType,
RawType valueType) |
RawSet(RawType elementType) |
| Constructor and Description |
|---|
RawTuple(List<RawType> fieldTypes) |
RawUdt(String keyspace,
String typeName,
Map<String,RawType> fields) |
Copyright © 2017–2020. All rights reserved.