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

com.netflix.dynomitemanager.dynomite.IDynomiteProcess Maven / Gradle / Ivy

There is a newer version: 2.0.36
Show newest version
package com.netflix.dynomitemanager.dynomite;

import java.io.IOException;


/**
 * Interface to aid in starting and stopping Dynomite.
 *
 */
public interface IDynomiteProcess
{
    void start() throws IOException;

    void stop() throws IOException;
    
    boolean dynomiteCheck();
    
    boolean dynomiteProcessCheck();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy