Class RealmIdentTwo
java.lang.Object
org.apache.polaris.persistence.nosql.maintenance.impl.RealmIdentTwo
- All Implemented Interfaces:
org.apache.polaris.persistence.nosql.maintenance.spi.PerRealmRetainedIdentifier
@ApplicationScoped
public class RealmIdentTwo
extends Object
implements org.apache.polaris.persistence.nosql.maintenance.spi.PerRealmRetainedIdentifier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanidentifyRetained(org.apache.polaris.persistence.nosql.maintenance.spi.RetainedCollector collector) name()
-
Constructor Details
-
RealmIdentTwo
public RealmIdentTwo()
-
-
Method Details
-
name
- Specified by:
namein interfaceorg.apache.polaris.persistence.nosql.maintenance.spi.PerRealmRetainedIdentifier
-
identifyRetained
public boolean identifyRetained(@Nonnull org.apache.polaris.persistence.nosql.maintenance.spi.RetainedCollector collector) - Specified by:
identifyRetainedin interfaceorg.apache.polaris.persistence.nosql.maintenance.spi.PerRealmRetainedIdentifier
-