Interface IndexMetadata<IdentifierT>
- Type Parameters:
IdentifierT
-
- All Known Implementing Classes:
MongoIndexMetadata
public interface IndexMetadata<IdentifierT>
Represents an implementation-specific type of index metadata.
Instances implementing this interface must honor
Object.hashCode()
and Object.equals(Object)
if
they refer to the same index.-
Method Summary
Modifier and TypeMethodDescriptionGets the database-specific identifer for the index.
-
Method Details
-
getIdentifier
IdentifierT getIdentifier()Gets the database-specific identifer for the index.- Returns:
- the identifier
-