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

brooklyn.entity.database.DatabaseNode Maven / Gradle / Ivy

package brooklyn.entity.database;

import brooklyn.event.AttributeSensor;

/** @deprecated since 0.7.0 use DatastoreMixins.DatastoreCommon */ @Deprecated 
public interface DatabaseNode extends DatastoreMixins.DatastoreCommon {

    /** @deprecated since 0.7.0 use DATASTORE_URL */ @Deprecated 
    public static final AttributeSensor DB_URL = DATASTORE_URL;
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy