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

com.arangodb.InternalEndpointDriver Maven / Gradle / Ivy

There is a newer version: 7.15.0
Show newest version
package com.arangodb;

import java.util.List;

import com.arangodb.entity.BooleanResultEntity;
import com.arangodb.entity.Endpoint;
import com.arangodb.impl.BaseDriverInterface;

/**
 * Created by fbartels on 10/27/14.
 */
public interface InternalEndpointDriver  extends BaseDriverInterface {
  BooleanResultEntity createEndpoint(String endpoint, String... databases) throws ArangoException;

  List getEndpoints() throws ArangoException;

  BooleanResultEntity deleteEndpoint(String endpoint) throws ArangoException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy