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

com.oracle.datagrid.persistence.PersistenceEnvironment 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 PersistenceEnvironment is responsible for managing a singleton
 * PersistenceManager and provides facilities for creating, opening, and
 * deleting persistent copies or "snapshots" of a PersistenceManager.
 *
 * @param   the type of a raw, environment specific object representation
 *
 * @author jh/rl/hr  2013.05.09
 *
 * @deprecated use {@link com.oracle.coherence.persistence.PersistenceEnvironment} instead
 */
@Deprecated
public interface PersistenceEnvironment
    extends com.oracle.coherence.persistence.PersistenceEnvironment
    {
    }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy