- ge(String, V) - Method in interface com.distelli.persistence.FilterCondBuilder
-
- ge(V) - Method in interface com.distelli.persistence.QueryItemsBuilder
-
- getAttrName() - Method in class com.distelli.persistence.AttrDescription
-
- getAttrType() - Method in class com.distelli.persistence.AttrDescription
-
- getCapacityScaleFactor() - Method in interface com.distelli.persistence.PersistenceConfig
-
- getCredProvider() - Method in interface com.distelli.persistence.PersistenceConfig
-
- getDynamoDBUnsafe() - Method in interface com.distelli.persistence.Index
-
Obtain the underlying DynamoDB object for this table.
- getEndpoint() - Method in interface com.distelli.persistence.PersistenceConfig
-
- getFile() - Method in interface com.distelli.persistence.PersistenceConfig
-
- getHashKey() - Method in class com.distelli.persistence.IndexDescription
-
- getHashKey() - Method in class com.distelli.persistence.IndexKey
-
- getHashKeyName() - Method in interface com.distelli.persistence.Index.Builder
-
- getHashKeyName() - Method in interface com.distelli.persistence.Index
-
- getIndexes() - Method in class com.distelli.persistence.TableDescription
-
- getIndexName() - Method in class com.distelli.persistence.IndexDescription
-
- getIndexType() - Method in class com.distelli.persistence.IndexDescription
-
- getItem(Object, Object) - Method in interface com.distelli.persistence.Index
-
Obtain an item stored with the specified hash key and range key.
- getItem(Object) - Method in interface com.distelli.persistence.Index
-
Same as getItem(hk, null).
- getItem(Object, Object, Collection<String>, Class<V>) - Method in interface com.distelli.persistence.Index
-
Obtain an item stored with the specified hash key and range key, but
convert to a different class type, and only select the specified
attributes.
- getItem(Object, Object, Class<V>) - Method in interface com.distelli.persistence.Index
-
Shortcut method to getItem() with all attributes.
- getItemOrThrow(Object, Object) - Method in interface com.distelli.persistence.Index
-
Obtain a specific item, but instead of returning null, throw EntityNotFoundException
NOTE: This only works on "main" indexes.
- getItems(IndexKey...) - Method in interface com.distelli.persistence.Index
-
Do a batch get of items with the specified hash key and range keys.
- getKeyProvider() - Method in interface com.distelli.persistence.PersistenceConfig
-
- getMarker() - Method in class com.distelli.persistence.PageIterator
-
- getMySQLDataSourceUnsafe() - Method in interface com.distelli.persistence.Index
-
Obtain the underlaying DataSource object for this table.
- getName() - Method in class com.distelli.persistence.Attribute
-
- getOtherKeyNames() - Method in interface com.distelli.persistence.Index.Builder
-
- getPageSize() - Method in class com.distelli.persistence.PageIterator
-
- getPrevMarker() - Method in class com.distelli.persistence.PageIterator
-
- getProxy() - Method in interface com.distelli.persistence.PersistenceConfig
-
- getRangeKey() - Method in class com.distelli.persistence.IndexDescription
-
- getRangeKey() - Method in class com.distelli.persistence.IndexKey
-
- getRangeKeyName() - Method in interface com.distelli.persistence.Index.Builder
-
- getRangeKeyName() - Method in interface com.distelli.persistence.Index
-
- getReadCapacity() - Method in class com.distelli.persistence.IndexDescription
-
- getTableDescription(String) - Method in interface com.distelli.persistence.Schema
-
NOTE: tableName is AFTER tableNameFormat has been applied.
- getTableName() - Method in interface com.distelli.persistence.Index.Builder
-
- getTableName() - Method in interface com.distelli.persistence.Index
-
- getTableName() - Method in class com.distelli.persistence.TableDescription
-
- getTableNameFormat() - Method in interface com.distelli.persistence.PersistenceConfig
-
- getTableStatus() - Method in class com.distelli.persistence.TableDescription
-
- getValue() - Method in class com.distelli.persistence.Attribute
-
- getWriteCapacity() - Method in class com.distelli.persistence.IndexDescription
-
- gt(String, V) - Method in interface com.distelli.persistence.FilterCondBuilder
-
- gt(V) - Method in interface com.distelli.persistence.QueryItemsBuilder
-