A B C D E F G I L M N O P R S T U V 
All Classes All Packages

A

absolutePath() - Method in interface org.projectnessie.gc.files.FileReference
 
add(DeleteResult) - Method in interface org.projectnessie.gc.files.DeleteSummary
 
add(DeleteSummary) - Method in interface org.projectnessie.gc.files.DeleteSummary
 
AddContents - Interface in org.projectnessie.gc.contents
Used by IdentifyLiveContents to push identified live contents and produce a set of live-content.
addFileDeletions(UUID, Stream<FileReference>) - Method in interface org.projectnessie.gc.contents.spi.PersistenceSpi
Records the given files to be later returned by fetchFileDeletions(UUID), ignores duplicates.
addFileDeletions(Stream<FileReference>) - Method in class org.projectnessie.gc.contents.LiveContentSet
Records the given files to be later returned by LiveContentSet.fetchFileDeletions(), ignores duplicates.
addFileDeletions(UUID, Stream<FileReference>) - Method in class org.projectnessie.gc.contents.inmem.InMemoryPersistenceSpi
 
addIdentifiedLiveContent(UUID, Stream<ContentReference>) - Method in class org.projectnessie.gc.contents.inmem.InMemoryPersistenceSpi
 
addIdentifiedLiveContent(UUID, Stream<ContentReference>) - Method in interface org.projectnessie.gc.contents.spi.PersistenceSpi
 
addLiveContent(Stream<ContentReference>) - Method in interface org.projectnessie.gc.contents.AddContents
 
allContents(Detached, Set<Content.Type>) - Method in class org.projectnessie.gc.repository.NessieRepositoryConnector
 
allContents(Detached, Set<Content.Type>) - Method in interface org.projectnessie.gc.repository.RepositoryConnector
Retrieves all remaining contents at the last live commit (the commit right before the first non-live commit).
allowedFalsePositiveProbability() - Method in interface org.projectnessie.gc.expire.ExpireParameters
 
allowedFalsePositiveProbability(double) - Method in interface org.projectnessie.gc.expire.ExpireParameters.Builder
 
allReferences() - Method in class org.projectnessie.gc.repository.NessieRepositoryConnector
 
allReferences() - Method in interface org.projectnessie.gc.repository.RepositoryConnector
Retrieve all references to walk.
alreadyVisited(Instant, String) - Method in class org.projectnessie.gc.identify.DefaultVisitedDeduplicator
 
alreadyVisited(Instant, String) - Method in interface org.projectnessie.gc.identify.VisitedDeduplicator
 
associateBaseLocations(UUID, String, Collection<URI>) - Method in interface org.projectnessie.gc.contents.spi.PersistenceSpi
 
associateBaseLocations(String, Collection<URI>) - Method in class org.projectnessie.gc.contents.LiveContentSet
 
associateBaseLocations(UUID, String, Collection<URI>) - Method in class org.projectnessie.gc.contents.inmem.InMemoryPersistenceSpi
 
atTimestamp(Instant) - Static method in interface org.projectnessie.gc.identify.CutoffPolicy
 

B

base() - Method in interface org.projectnessie.gc.files.FileReference
Base location as from for example Iceberg's table-metadata.
build() - Method in interface org.projectnessie.gc.contents.LiveContentSetsRepository.Builder
 
build() - Method in interface org.projectnessie.gc.expire.ExpireParameters.Builder
 
build() - Method in interface org.projectnessie.gc.expire.local.DefaultLocalExpire.Builder
 
build() - Method in interface org.projectnessie.gc.expire.PerContentDeleteExpired.Builder
 
build() - Method in interface org.projectnessie.gc.identify.IdentifyLiveContents.Builder
 
builder() - Static method in class org.projectnessie.gc.contents.LiveContentSet
 
builder() - Static method in class org.projectnessie.gc.contents.LiveContentSetsRepository
 
builder() - Static method in interface org.projectnessie.gc.expire.ExpireParameters
 
builder() - Static method in class org.projectnessie.gc.expire.local.DefaultLocalExpire
 
builder() - Static method in class org.projectnessie.gc.expire.PerContentDeleteExpired
 
builder() - Static method in interface org.projectnessie.gc.files.FileReference
 
builder() - Static method in class org.projectnessie.gc.identify.IdentifyLiveContents
 

C

close() - Method in interface org.projectnessie.gc.contents.AddContents
Closes this instance.
close() - Method in class org.projectnessie.gc.repository.NessieRepositoryConnector
 
commitId() - Method in interface org.projectnessie.gc.contents.ContentReference
Nessie commit ID from which the referenced content can be retrieved via ContentReference.contentKey().
commitLog(Reference) - Method in class org.projectnessie.gc.repository.NessieRepositoryConnector
 
commitLog(Reference) - Method in interface org.projectnessie.gc.repository.RepositoryConnector
Retrieve the commit log of a single reference returned via RepositoryConnector.allReferences().
contentId() - Method in interface org.projectnessie.gc.contents.ContentReference
Value from Content.getId().
contentId(String) - Method in interface org.projectnessie.gc.expire.PerContentDeleteExpired.Builder
 
contentKey() - Method in interface org.projectnessie.gc.contents.ContentReference
Content key in Nessie commit from which the referenced content can be retrieved.
ContentReference - Interface in org.projectnessie.gc.contents
Content references provide the relevant information for live-content identification plus expiry resp.
contentToContentReference(ContentToContentReference) - Method in interface org.projectnessie.gc.identify.IdentifyLiveContents.Builder
 
ContentToContentReference - Interface in org.projectnessie.gc.identify
Converts a content-object at a specific commit/content-key to a content-reference.
contentToFiles() - Method in interface org.projectnessie.gc.expire.ExpireParameters
 
contentToFiles(ContentToFiles) - Method in interface org.projectnessie.gc.expire.ExpireParameters.Builder
Function to retrieve all live files for a content-reference.
ContentToFiles - Interface in org.projectnessie.gc.expire
Retrieve all files/objects for a specific ContentReference, specific to table formats.
contentToReference(Content, String, ContentKey) - Method in interface org.projectnessie.gc.identify.ContentToContentReference
 
contentType() - Method in interface org.projectnessie.gc.contents.ContentReference
 
contentTypeFilter(ContentTypeFilter) - Method in interface org.projectnessie.gc.identify.IdentifyLiveContents.Builder
Checks whether the given content-type is handled by the GC implementation.
ContentTypeFilter - Interface in org.projectnessie.gc.identify
 
created() - Method in interface org.projectnessie.gc.contents.AddContents
 
created() - Method in class org.projectnessie.gc.contents.LiveContentSet
 
CutoffPolicy - Interface in org.projectnessie.gc.identify
Defines the cutoff point for a reference, which can be a fixed timestamp, a number of commits to retain, a combination of both or none to retain everything.
cutOffPolicySupplier(PerRefCutoffPolicySupplier) - Method in interface org.projectnessie.gc.identify.IdentifyLiveContents.Builder
Provides a function that provides the CutoffPolicy for a given reference.

D

DEFAULT_ALLOWED_FALSE_POSITIVE_PROBABILITY - Static variable in interface org.projectnessie.gc.expire.ExpireParameters
 
DEFAULT_EXPECTED_FILE_COUNT - Static variable in interface org.projectnessie.gc.expire.ExpireParameters
 
DEFAULT_FALSE_POSITIVE_PROBABILITY - Static variable in interface org.projectnessie.gc.expire.ExpireParameters
 
DEFAULT_PARALLELISM - Static variable in class org.projectnessie.gc.expire.local.DefaultLocalExpire
 
DEFAULT_PARALLELISM - Static variable in class org.projectnessie.gc.identify.IdentifyLiveContents
 
DefaultLocalExpire - Class in org.projectnessie.gc.expire.local
Expire-contents & delete-orphan-files (the sweep phase of the mark-and-sweep approach) implementation using a local thread pool.
DefaultLocalExpire() - Constructor for class org.projectnessie.gc.expire.local.DefaultLocalExpire
 
DefaultLocalExpire.Builder - Interface in org.projectnessie.gc.expire.local
 
DefaultVisitedDeduplicator - Class in org.projectnessie.gc.identify
Helper to avoid duplicate Nessie commit log scan, considering the effective cutoffTimestamp.
DefaultVisitedDeduplicator() - Constructor for class org.projectnessie.gc.identify.DefaultVisitedDeduplicator
 
delete() - Method in class org.projectnessie.gc.contents.LiveContentSet
 
delete(FileReference) - Method in interface org.projectnessie.gc.files.FileDeleter
 
delete(FileReference) - Method in class org.projectnessie.gc.files.local.LocalFiles
 
deleted() - Method in interface org.projectnessie.gc.files.DeleteSummary
Number of successful deletes.
deleteLiveContentSet(UUID) - Method in class org.projectnessie.gc.contents.inmem.InMemoryPersistenceSpi
 
deleteLiveContentSet(UUID) - Method in interface org.projectnessie.gc.contents.spi.PersistenceSpi
 
deleteMultiple(URI, Stream<FileReference>) - Method in interface org.projectnessie.gc.files.FileDeleter
Bulk file delete, default implementation iteratively calls FileDeleter.delete(FileReference).
DeleteResult - Enum in org.projectnessie.gc.files
 
DeleteSummary - Interface in org.projectnessie.gc.files
 

E

EMPTY - Static variable in interface org.projectnessie.gc.files.DeleteSummary
 
errorMessage() - Method in class org.projectnessie.gc.contents.LiveContentSet
 
expectedFileCount() - Method in interface org.projectnessie.gc.expire.ExpireParameters
 
expectedFileCount(long) - Method in interface org.projectnessie.gc.expire.ExpireParameters.Builder
The total number of expected live files for a single content, defaults to 1000000L, used to construct the bloom-filter identifying whether a file is live, see ExpireParameters.Builder.falsePositiveProbability(double).
expire() - Method in interface org.projectnessie.gc.expire.Expire
 
expire() - Method in class org.projectnessie.gc.expire.local.DefaultLocalExpire
 
expire() - Method in class org.projectnessie.gc.expire.PerContentDeleteExpired
Returns a stream of files that can be expired.
Expire - Interface in org.projectnessie.gc.expire
Expire-contents & delete-orphan-files, the sweep phase of the mark-and-sweep approach.
expireParameters(ExpireParameters) - Method in interface org.projectnessie.gc.expire.local.DefaultLocalExpire.Builder
 
expireParameters(ExpireParameters) - Method in interface org.projectnessie.gc.expire.PerContentDeleteExpired.Builder
 
ExpireParameters - Interface in org.projectnessie.gc.expire
 
ExpireParameters.Builder - Interface in org.projectnessie.gc.expire
 
EXPIRY_FAILED - org.projectnessie.gc.contents.LiveContentSet.Status
 
EXPIRY_IN_PROGRESS - org.projectnessie.gc.contents.LiveContentSet.Status
 
EXPIRY_SUCCESS - org.projectnessie.gc.contents.LiveContentSet.Status
 
expiryCompleted() - Method in class org.projectnessie.gc.contents.LiveContentSet
 
expiryStarted() - Method in class org.projectnessie.gc.contents.LiveContentSet
 
extractFiles(ContentReference) - Method in interface org.projectnessie.gc.expire.ContentToFiles
Extracts all files and base locations from the given Content object.

F

FAILURE - org.projectnessie.gc.files.DeleteResult
Delete failed.
failures() - Method in interface org.projectnessie.gc.files.DeleteSummary
Number of deletes that failed.
falsePositiveProbability() - Method in interface org.projectnessie.gc.expire.ExpireParameters
 
falsePositiveProbability(double) - Method in interface org.projectnessie.gc.expire.ExpireParameters.Builder
The false-positive-probability used to construct the bloom-filter identifying whether a file is live, defaults to 1000000L, see ExpireParameters.Builder.expectedFileCount(long).
fetchAllBaseLocations() - Method in class org.projectnessie.gc.contents.LiveContentSet
 
fetchAllBaseLocations(UUID) - Method in interface org.projectnessie.gc.contents.spi.PersistenceSpi
 
fetchAllBaseLocations(UUID) - Method in class org.projectnessie.gc.contents.inmem.InMemoryPersistenceSpi
 
fetchBaseLocations(String) - Method in class org.projectnessie.gc.contents.LiveContentSet
 
fetchBaseLocations(UUID, String) - Method in interface org.projectnessie.gc.contents.spi.PersistenceSpi
 
fetchBaseLocations(UUID, String) - Method in class org.projectnessie.gc.contents.inmem.InMemoryPersistenceSpi
 
fetchContentIds() - Method in class org.projectnessie.gc.contents.LiveContentSet
 
fetchContentIds(UUID) - Method in class org.projectnessie.gc.contents.inmem.InMemoryPersistenceSpi
 
fetchContentIds(UUID) - Method in interface org.projectnessie.gc.contents.spi.PersistenceSpi
 
fetchContentReferences(String) - Method in class org.projectnessie.gc.contents.LiveContentSet
 
fetchContentReferences(UUID, String) - Method in class org.projectnessie.gc.contents.inmem.InMemoryPersistenceSpi
 
fetchContentReferences(UUID, String) - Method in interface org.projectnessie.gc.contents.spi.PersistenceSpi
 
fetchDistinctContentIdCount() - Method in class org.projectnessie.gc.contents.LiveContentSet
 
fetchDistinctContentIdCount(UUID) - Method in class org.projectnessie.gc.contents.inmem.InMemoryPersistenceSpi
 
fetchDistinctContentIdCount(UUID) - Method in interface org.projectnessie.gc.contents.spi.PersistenceSpi
 
fetchFileDeletions() - Method in class org.projectnessie.gc.contents.LiveContentSet
Returns the LiveContentSet.addFileDeletions(Stream) recorded file deletions (aka deferred deletes) grouped by base path.
fetchFileDeletions(UUID) - Method in interface org.projectnessie.gc.contents.spi.PersistenceSpi
Returns the addFileDeletions(UUID, Stream) recorded file deletions (aka deferred deletes) grouped by base path.
fetchFileDeletions(UUID) - Method in class org.projectnessie.gc.contents.inmem.InMemoryPersistenceSpi
 
fileDeleter() - Method in class org.projectnessie.gc.contents.LiveContentSet
 
fileDeleter() - Method in interface org.projectnessie.gc.expire.ExpireParameters
 
fileDeleter(FileDeleter) - Method in interface org.projectnessie.gc.expire.ExpireParameters.Builder
Function to delete files.
FileDeleter - Interface in org.projectnessie.gc.files
Function to delete a file.
FileReference - Interface in org.projectnessie.gc.files
References a file using a FileReference.base() URI plus a relative FileReference.path().
filesLister() - Method in interface org.projectnessie.gc.expire.ExpireParameters
 
filesLister(FilesLister) - Method in interface org.projectnessie.gc.expire.ExpireParameters.Builder
Function used to recustively list files from a base location.
FilesLister - Interface in org.projectnessie.gc.files
Function to list files recursively.
finished() - Method in interface org.projectnessie.gc.contents.AddContents
 
finishedExceptionally(Throwable) - Method in interface org.projectnessie.gc.contents.AddContents
 
finishedExpireContents(Instant, Throwable) - Method in class org.projectnessie.gc.contents.LiveContentSet
 
finishedExpireContents(UUID, Instant, Throwable) - Method in class org.projectnessie.gc.contents.inmem.InMemoryPersistenceSpi
 
finishedExpireContents(UUID, Instant, Throwable) - Method in interface org.projectnessie.gc.contents.spi.PersistenceSpi
 
finishedIdentifyLiveContents(UUID, Instant, Throwable) - Method in class org.projectnessie.gc.contents.inmem.InMemoryPersistenceSpi
 
finishedIdentifyLiveContents(UUID, Instant, Throwable) - Method in interface org.projectnessie.gc.contents.spi.PersistenceSpi
 

G

get(Reference) - Method in interface org.projectnessie.gc.identify.PerRefCutoffPolicySupplier
 
getAllLiveContents() - Method in class org.projectnessie.gc.contents.inmem.InMemoryPersistenceSpi
 
getAllLiveContents() - Method in class org.projectnessie.gc.contents.LiveContentSetsRepository
 
getAllLiveContents() - Method in interface org.projectnessie.gc.contents.spi.PersistenceSpi
 
getLiveContentSet(UUID) - Method in class org.projectnessie.gc.contents.inmem.InMemoryPersistenceSpi
 
getLiveContentSet(UUID) - Method in interface org.projectnessie.gc.contents.spi.PersistenceSpi
 
getLiveContentSet(UUID) - Method in class org.projectnessie.gc.contents.LiveContentSetsRepository
Retrieve an existing live-content-set, created via a previous invocation of LiveContentSetsRepository.newAddContents().

I

icebergTable(String, String, ContentKey, String, long) - Static method in interface org.projectnessie.gc.contents.ContentReference
 
id() - Method in interface org.projectnessie.gc.contents.AddContents
 
id() - Method in class org.projectnessie.gc.contents.LiveContentSet
 
IDENTIFY_FAILED - org.projectnessie.gc.contents.LiveContentSet.Status
 
IDENTIFY_IN_PROGRESS - org.projectnessie.gc.contents.LiveContentSet.Status
 
IDENTIFY_SUCCESS - org.projectnessie.gc.contents.LiveContentSet.Status
 
identifyCompleted() - Method in class org.projectnessie.gc.contents.LiveContentSet
 
identifyLiveContents() - Method in class org.projectnessie.gc.identify.IdentifyLiveContents
Identifies the live content objects.
IdentifyLiveContents - Class in org.projectnessie.gc.identify
Identifies all live Content objects in Nessie, the mark phase of the mark-and-sweep approach.
IdentifyLiveContents() - Constructor for class org.projectnessie.gc.identify.IdentifyLiveContents
 
IdentifyLiveContents.Builder - Interface in org.projectnessie.gc.identify
 
InMemoryPersistenceSpi - Class in org.projectnessie.gc.contents.inmem
A non-production PersistenceSpi implementation that keeps all information in memory.
InMemoryPersistenceSpi() - Constructor for class org.projectnessie.gc.contents.inmem.InMemoryPersistenceSpi
 
isCutoff(Instant, int) - Method in interface org.projectnessie.gc.identify.CutoffPolicy
 

L

listRecursively(URI) - Method in interface org.projectnessie.gc.files.FilesLister
Returns a Stream of FileReference contained in the given path.
listRecursively(URI) - Method in class org.projectnessie.gc.files.local.LocalFiles
 
liveContentSet() - Method in interface org.projectnessie.gc.expire.ExpireParameters
 
liveContentSet(LiveContentSet) - Method in interface org.projectnessie.gc.expire.ExpireParameters.Builder
The set of live content objects, the result of IdentifyLiveContents.identifyLiveContents().
LiveContentSet - Class in org.projectnessie.gc.contents
Represents a set of identified live contents from an identify-live-contents run.
LiveContentSet() - Constructor for class org.projectnessie.gc.contents.LiveContentSet
 
LiveContentSet.Status - Enum in org.projectnessie.gc.contents
 
LiveContentSetNotFoundException - Exception in org.projectnessie.gc.contents
 
LiveContentSetNotFoundException(String) - Constructor for exception org.projectnessie.gc.contents.LiveContentSetNotFoundException
 
LiveContentSetNotFoundException(UUID) - Constructor for exception org.projectnessie.gc.contents.LiveContentSetNotFoundException
 
liveContentSetsRepository(LiveContentSetsRepository) - Method in interface org.projectnessie.gc.identify.IdentifyLiveContents.Builder
The consumer that is called when a live Content object has been found.
LiveContentSetsRepository - Class in org.projectnessie.gc.contents
Binds information about contents, allows unordered addition of content information and grouped retrieval per content.
LiveContentSetsRepository() - Constructor for class org.projectnessie.gc.contents.LiveContentSetsRepository
 
LiveContentSetsRepository.Builder - Interface in org.projectnessie.gc.contents
 
LocalFiles - Class in org.projectnessie.gc.files.local
Implementation of FileDeleter and FilesLister with direct access to files on the local file system.
LocalFiles() - Constructor for class org.projectnessie.gc.files.local.LocalFiles
 

M

maxFileModificationTime() - Method in interface org.projectnessie.gc.expire.ExpireParameters
 
maxFileModificationTime(Instant) - Method in interface org.projectnessie.gc.expire.ExpireParameters.Builder
Files newer than this instant will not be deleted.
metadataLocation() - Method in interface org.projectnessie.gc.contents.ContentReference
Value from IcebergTable.getMetadataLocation().
modificationTimeMillisEpoch() - Method in interface org.projectnessie.gc.files.FileReference
The file's last modification timestamp, if available, or -1L if not available.

N

nessie(NessieApiV1) - Static method in class org.projectnessie.gc.repository.NessieRepositoryConnector
 
NessieFileIOException - Exception in org.projectnessie.gc.files
 
NessieFileIOException(String) - Constructor for exception org.projectnessie.gc.files.NessieFileIOException
 
NessieFileIOException(String, Throwable) - Constructor for exception org.projectnessie.gc.files.NessieFileIOException
 
NessieFileIOException(Throwable) - Constructor for exception org.projectnessie.gc.files.NessieFileIOException
 
NessieRepositoryConnector - Class in org.projectnessie.gc.repository
 
newAddContents() - Method in class org.projectnessie.gc.contents.LiveContentSetsRepository
Provides the interface used by IdentifyLiveContents to persist information about live content.
NO_TIMESTAMP - Static variable in interface org.projectnessie.gc.identify.CutoffPolicy
 
NONE - Static variable in interface org.projectnessie.gc.identify.CutoffPolicy
 
NOOP - Static variable in interface org.projectnessie.gc.identify.VisitedDeduplicator
 
numCommits(int) - Static method in interface org.projectnessie.gc.identify.CutoffPolicy
 

O

of(long, long) - Static method in interface org.projectnessie.gc.files.DeleteSummary
 
of(URI, URI, long) - Static method in interface org.projectnessie.gc.files.FileReference
 
org.projectnessie.gc.contents - package org.projectnessie.gc.contents
 
org.projectnessie.gc.contents.inmem - package org.projectnessie.gc.contents.inmem
 
org.projectnessie.gc.contents.spi - package org.projectnessie.gc.contents.spi
 
org.projectnessie.gc.expire - package org.projectnessie.gc.expire
 
org.projectnessie.gc.expire.local - package org.projectnessie.gc.expire.local
 
org.projectnessie.gc.files - package org.projectnessie.gc.files
 
org.projectnessie.gc.files.local - package org.projectnessie.gc.files.local
 
org.projectnessie.gc.identify - package org.projectnessie.gc.identify
 
org.projectnessie.gc.repository - package org.projectnessie.gc.repository
 

P

parallelism(int) - Method in interface org.projectnessie.gc.expire.local.DefaultLocalExpire.Builder
Configures the number of contents that can expire concurrently, default is 4.
parallelism(int) - Method in interface org.projectnessie.gc.identify.IdentifyLiveContents.Builder
Configures the number of references that can expire concurrently, default is 4.
path() - Method in interface org.projectnessie.gc.files.FileReference
URI to the file/directory relative to FileReference.base().
PerContentDeleteExpired - Class in org.projectnessie.gc.expire
 
PerContentDeleteExpired() - Constructor for class org.projectnessie.gc.expire.PerContentDeleteExpired
 
PerContentDeleteExpired.Builder - Interface in org.projectnessie.gc.expire
 
PerRefCutoffPolicySupplier - Interface in org.projectnessie.gc.identify
 
persistenceSpi(PersistenceSpi) - Method in interface org.projectnessie.gc.contents.LiveContentSetsRepository.Builder
 
PersistenceSpi - Interface in org.projectnessie.gc.contents.spi
Interface to be implemented by Nessie GC persistence implementations.

R

referenceComparator(ReferenceComparator) - Method in interface org.projectnessie.gc.identify.IdentifyLiveContents.Builder
Optional ability to sort all Nessie named references to make the configured IdentifyLiveContents.visitedDeduplicator() work more efficiently.
ReferenceComparator - Interface in org.projectnessie.gc.identify
 
repositoryConnector(RepositoryConnector) - Method in interface org.projectnessie.gc.identify.IdentifyLiveContents.Builder
Encapsulates all calls against Nessie, abstracted for testing purposes.
RepositoryConnector - Interface in org.projectnessie.gc.repository
Interface providing the functionality to access the catalog/repository.

S

snapshotId() - Method in interface org.projectnessie.gc.contents.ContentReference
Value from IcebergTable.getSnapshotId().
startExpireContents(Instant) - Method in class org.projectnessie.gc.contents.LiveContentSet
 
startExpireContents(UUID, Instant) - Method in class org.projectnessie.gc.contents.inmem.InMemoryPersistenceSpi
 
startExpireContents(UUID, Instant) - Method in interface org.projectnessie.gc.contents.spi.PersistenceSpi
 
startIdentifyLiveContents(UUID, Instant) - Method in class org.projectnessie.gc.contents.inmem.InMemoryPersistenceSpi
 
startIdentifyLiveContents(UUID, Instant) - Method in interface org.projectnessie.gc.contents.spi.PersistenceSpi
 
status() - Method in class org.projectnessie.gc.contents.LiveContentSet
 
SUCCESS - org.projectnessie.gc.files.DeleteResult
Deleted successfully.

T

test(Content.Type) - Method in interface org.projectnessie.gc.identify.ContentTypeFilter
 
timestamp() - Method in interface org.projectnessie.gc.identify.CutoffPolicy
The timestamp of the "cutoff point" in a reference or CutoffPolicy.NO_TIMESTAMP for "no timestamp", never null.

U

unbuild() - Method in class org.projectnessie.gc.contents.LiveContentSet
 

V

validTypes() - Method in interface org.projectnessie.gc.identify.ContentTypeFilter
 
valueOf(String) - Static method in enum org.projectnessie.gc.contents.LiveContentSet.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.projectnessie.gc.files.DeleteResult
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.projectnessie.gc.contents.LiveContentSet.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.projectnessie.gc.files.DeleteResult
Returns an array containing the constants of this enum type, in the order they are declared.
visitedDeduplicator(VisitedDeduplicator) - Method in interface org.projectnessie.gc.identify.IdentifyLiveContents.Builder
The predicate called to prevent traversing the same commit-ID with a compatible cut-off-timestamp.
VisitedDeduplicator - Interface in org.projectnessie.gc.identify
 
A B C D E F G I L M N O P R S T U V 
All Classes All Packages