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

com.oracle.datagrid.persistence.PersistenceManager Maven / Gradle / Ivy

There is a newer version: 24.03
Show newest version
/*
 * Copyright (c) 2000, 2020, Oracle and/or its affiliates.
 *
 * Licensed under the Universal Permissive License v 1.0 as shown at
 * http://oss.oracle.com/licenses/upl.
 */
package com.oracle.datagrid.persistence;

/**
 * A PersistenceManager is responsible for managing the collection, location,
 * and lifecycle of persistent key-value stores.
 *
 * @param   the type of a raw, environment specific object representation
 *
 * @author rhl/gg/jh/mf/hr 2012.06.12
 *
 * @deprecated use {@link com.oracle.coherence.persistence.PersistenceManager} instead
 */
@Deprecated
public interface PersistenceManager
    extends com.oracle.coherence.persistence.PersistenceManager
    {
    /**
     * {@inheritDoc}
     */
    @Override
    public PersistenceTools getPersistenceTools();
    }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy