public class DynamoDBRow extends MergeableGeoWaveRow implements GeoWaveRow
| Modifier and Type | Class and Description |
|---|---|
static class |
DynamoDBRow.GuavaRowTranslationHelper |
| Modifier and Type | Field and Description |
|---|---|
static String |
GW_FIELD_MASK_KEY |
static String |
GW_PARTITION_ID_KEY |
static String |
GW_RANGE_KEY |
static String |
GW_VALUE_KEY |
static String |
GW_VISIBILITY_KEY |
attributeValues| Constructor and Description |
|---|
DynamoDBRow(Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> objMap) |
| Modifier and Type | Method and Description |
|---|---|
short |
getAdapterId() |
List<Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue>> |
getAttributeMapping() |
byte[] |
getDataId() |
int |
getNumberOfDuplicates() |
byte[] |
getPartitionKey() |
static byte[] |
getRangeKey(GeoWaveKey key) |
byte[] |
getSortKey() |
void |
mergeRowInternal(MergeableGeoWaveRow row) |
getFieldValues, mergeRow, shouldMergeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFieldValuesgetCompositeIdpublic static final String GW_PARTITION_ID_KEY
public static final String GW_RANGE_KEY
public static final String GW_FIELD_MASK_KEY
public static final String GW_VISIBILITY_KEY
public static final String GW_VALUE_KEY
public List<Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue>> getAttributeMapping()
public byte[] getDataId()
getDataId in interface GeoWaveKeypublic short getAdapterId()
getAdapterId in interface GeoWaveKeypublic byte[] getSortKey()
getSortKey in interface GeoWaveKeypublic byte[] getPartitionKey()
getPartitionKey in interface GeoWaveKeypublic int getNumberOfDuplicates()
getNumberOfDuplicates in interface GeoWaveKeypublic void mergeRowInternal(MergeableGeoWaveRow row)
mergeRowInternal in class MergeableGeoWaveRowpublic static byte[] getRangeKey(GeoWaveKey key)
Copyright © 2013–2022. All rights reserved.