Package org.projectnessie.server.config
Interface DynamoVersionStoreConfig
-
public interface DynamoVersionStoreConfigDynamoDB version store configuration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanenableTracing()StringgetTablePrefix()booleanisDynamoInitialize()
-
-
-
Method Detail
-
isDynamoInitialize
boolean isDynamoInitialize()
-
getTablePrefix
String getTablePrefix()
-
enableTracing
boolean enableTracing()
-
-