Class AbstractEsEntityProviderConfig

    • Constructor Detail

      • AbstractEsEntityProviderConfig

        public AbstractEsEntityProviderConfig()
    • Method Detail

      • toEntityProviderConfigBuilder

        public EsEntityProviderConfigBuilder toEntityProviderConfigBuilder()
        Specified by:
        toEntityProviderConfigBuilder in interface oracle.pgx.config.internal.ConvertibleToEntityProviderConfigBuilder
      • getKeyField

        public abstract java.lang.String getKeyField()
      • getSourceField

        public abstract java.lang.String getSourceField()
      • getDestinationField

        public abstract java.lang.String getDestinationField()
      • supportsVectorProperties

        public boolean supportsVectorProperties()
        Check if this graph configuration's format supports having vector properties or not
        Overrides:
        supportsVectorProperties in class EntityProviderConfig
        Returns:
        true if this graph configuration's format supports vector properties, false otherwise
      • getLoadedEsIndexName

        public java.lang.String getLoadedEsIndexName()
        Gives the name of the table in the database the we should load the data from. If the database table name field is not set, it uses the name of the (PGX) table in the graph config.
        Returns:
        the name of the database table to load the data from