All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.oracle.coherence.ai.hnsw.HnswPofConfigProvider Maven / Gradle / Ivy

The newest version!
/*
 * Copyright (c) 2000, 2024, Oracle and/or its affiliates.
 *
 * Licensed under the Universal Permissive License v 1.0 as shown at
 * https://oss.oracle.com/licenses/upl.
 */

package com.oracle.coherence.ai.hnsw;

import com.tangosol.io.pof.PofConfigProvider;

/**
 * A {@link PofConfigProvider} to automatically load the
 * POF configuration file for this module.
 */
public class HnswPofConfigProvider
        implements PofConfigProvider
    {
    @Override
    public String getConfigURI()
        {
        return "coherence-hnsw-pof-config.xml";
        }
    }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy