Interface RepoDescription
-
@Immutable public interface RepoDescriptionKeeps track of the logical state of a Nessie repository.
-
-
Field Summary
Fields Modifier and Type Field Description static RepoDescriptionDEFAULT
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static org.projectnessie.versioned.persist.adapter.ImmutableRepoDescription.Builderbuilder()java.util.Map<java.lang.String,java.lang.String>getProperties()Map of properties for a Nessie repository.intgetRepoVersion()A logical version number describing the logical data model.
-
-
-
Field Detail
-
DEFAULT
static final RepoDescription DEFAULT
-
-
Method Detail
-
getRepoVersion
int getRepoVersion()
A logical version number describing the logical data model.
-
getProperties
java.util.Map<java.lang.String,java.lang.String> getProperties()
Map of properties for a Nessie repository.
-
builder
static org.projectnessie.versioned.persist.adapter.ImmutableRepoDescription.Builder builder()
-
-