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, shouldMerge
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getFieldValues
getCompositeId
public 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 GeoWaveKey
public short getAdapterId()
getAdapterId
in interface GeoWaveKey
public byte[] getSortKey()
getSortKey
in interface GeoWaveKey
public byte[] getPartitionKey()
getPartitionKey
in interface GeoWaveKey
public int getNumberOfDuplicates()
getNumberOfDuplicates
in interface GeoWaveKey
public void mergeRowInternal(MergeableGeoWaveRow row)
mergeRowInternal
in class MergeableGeoWaveRow
public static byte[] getRangeKey(GeoWaveKey key)
Copyright © 2013–2022. All rights reserved.