Interface TarantoolMetadataContainer

    • Method Detail

      • getSpaceMetadataByName

        Map<String,​TarantoolSpaceMetadata> getSpaceMetadataByName()
        Get space metadata mapped to space name
        Returns:
        map of space metadata, must not be null
      • getIndexMetadataBySpaceName

        Map<String,​Map<String,​TarantoolIndexMetadata>> getIndexMetadataBySpaceName()
        Get index metadata mapped to index name and then to space name
        Returns:
        map of index metadata, must not be null