Interface FieldIdentifier<T,​O>

    • Method Detail

      • metadata

        T metadata​(TarantoolMetadataOperations metadataOperations,
                   TarantoolSpaceMetadata spaceMetadata)
        Returns metadata object corresponding to the field identifier type
        Parameters:
        metadataOperations - for retrieving the operand metadata and checking the filed or index availability
        spaceMetadata - space metadata this field or index belongs to
        Returns:
        name to be used in filter condition
      • toIdentifier

        O toIdentifier()
        Get serializable form of the identifier
        Returns:
        an object serializable into MessagePack