Class IndexName


  • public class IndexName
    extends Object
    Represents list of names that fully describes index domain (schema, cache, table, index).
    • Constructor Detail

      • IndexName

        public IndexName​(String cacheName,
                         @Nullable
                         @Nullable String schemaName,
                         @Nullable
                         @Nullable String tableName,
                         String idxName)
    • Method Detail

      • fullName

        public String fullName()
        Returns:
        Full index name.
      • idxName

        public String idxName()
        Returns:
        Index name.
      • tableName

        public String tableName()
        Returns:
        Table name.
      • schemaName

        public String schemaName()
        Returns:
        Schema name.
      • cacheName

        public String cacheName()
        Returns:
        Cache name.