Package org.leo.aws.ddb.repositories
Interface GSI
-
- All Known Implementing Classes:
GlobalSecondaryIndexImpl
interface GSI
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceGSI.Builder
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static GSI.Builderbuilder(String indexName)Tuple<String,Field>getHashKeyTuple()StringgetName()ProjectionTypegetProjectionType()Tuple<String,Field>getRangeKeyTuple()
-
-
-
Method Detail
-
getName
String getName()
-
getProjectionType
ProjectionType getProjectionType()
- Returns:
-
builder
static GSI.Builder builder(String indexName)
- Parameters:
indexName-- Returns:
-
-