Record Class VerifyConfig
java.lang.Object
java.lang.Record
org.opends.server.backends.VerifyConfig
- Record Components:
baseDn- The base DN to be verified.indexNames- The names of indexes to be verifiedcleanMode- iftrue, check the indexes for cleanliness, otherwise check the indexes for completeness.
-
Constructor Summary
ConstructorsConstructorDescriptionVerifyConfig(Dn baseDn, List<String> indexNames, boolean cleanMode) Canonical constructor. -
Method Summary
Modifier and TypeMethodDescriptionbaseDn()Returns the value of thebaseDnrecord component.booleanReturns the value of thecleanModerecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of theindexNamesrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
VerifyConfig
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with thecomparemethod from their corresponding wrapper classes. -
baseDn
-
indexNames
Returns the value of theindexNamesrecord component.- Returns:
- the value of the
indexNamesrecord component
-
cleanMode
-