Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E0C66200C6E for ; Mon, 8 May 2017 23:05:46 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id DF515160BCA; Mon, 8 May 2017 21:05:46 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 74913160BD5 for ; Mon, 8 May 2017 23:05:44 +0200 (CEST) Received: (qmail 86434 invoked by uid 500); 8 May 2017 21:05:43 -0000 Mailing-List: contact commits-help@jena.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jena.apache.org Delivered-To: mailing list commits@jena.apache.org Received: (qmail 85811 invoked by uid 99); 8 May 2017 21:05:42 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 May 2017 21:05:42 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id ED5C03A0A82 for ; Mon, 8 May 2017 21:05:39 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1794466 [26/48] - in /jena/site/trunk/content/documentation/javadoc: fuseki2-embedded/ fuseki2-embedded/org/ fuseki2-embedded/org/apache/ fuseki2-embedded/org/apache/jena/ fuseki2-embedded/org/apache/jena/fuseki/ fuseki2-embedded/org/apach... Date: Mon, 08 May 2017 21:05:36 -0000 To: commits@jena.apache.org From: andy@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170508210539.ED5C03A0A82@svn01-us-west.apache.org> archived-at: Mon, 08 May 2017 21:05:47 -0000 Added: jena/site/trunk/content/documentation/javadoc/fuseki2/org/apache/jena/fuseki/server/Endpoint.html URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/javadoc/fuseki2/org/apache/jena/fuseki/server/Endpoint.html?rev=1794466&view=auto ============================================================================== --- jena/site/trunk/content/documentation/javadoc/fuseki2/org/apache/jena/fuseki/server/Endpoint.html (added) +++ jena/site/trunk/content/documentation/javadoc/fuseki2/org/apache/jena/fuseki/server/Endpoint.html Mon May 8 21:05:34 2017 @@ -0,0 +1,411 @@ + + + + + + +Endpoint (Apache Jena - Fuseki Server Engine 2.6.0) + + + + + + + + + + + + +
+
org.apache.jena.fuseki.server
+

Class Endpoint

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Counters
    +
    +
    +
    +
    public class Endpoint
    +extends Object
    +implements Counters
    +
  • +
+
+
+ +
+
+
    +
  • + + + + + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        getOperationName

        +
        public OperationName getOperationName()
        +
      • +
      + + + +
        +
      • +

        isType

        +
        public boolean isType(OperationName operationName)
        +
      • +
      + + + +
        +
      • +

        getEndpoint

        +
        public String getEndpoint()
        +
      • +
      + + + +
        +
      • +

        getRequests

        +
        public long getRequests()
        +
      • +
      + + + +
        +
      • +

        getRequestsGood

        +
        public long getRequestsGood()
        +
      • +
      + + + +
        +
      • +

        getRequestsBad

        +
        public long getRequestsBad()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Licensed under the Apache License, Version 2.0

+ + Added: jena/site/trunk/content/documentation/javadoc/fuseki2/org/apache/jena/fuseki/server/FusekiEnv.INIT.html URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/javadoc/fuseki2/org/apache/jena/fuseki/server/FusekiEnv.INIT.html?rev=1794466&view=auto ============================================================================== --- jena/site/trunk/content/documentation/javadoc/fuseki2/org/apache/jena/fuseki/server/FusekiEnv.INIT.html (added) +++ jena/site/trunk/content/documentation/javadoc/fuseki2/org/apache/jena/fuseki/server/FusekiEnv.INIT.html Mon May 8 21:05:34 2017 @@ -0,0 +1,396 @@ + + + + + + +FusekiEnv.INIT (Apache Jena - Fuseki Server Engine 2.6.0) + + + + + + + + + + + + +
+
org.apache.jena.fuseki.server
+

Enum FusekiEnv.INIT

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Serializable, Comparable<FusekiEnv.INIT>
    +
    +
    +
    Enclosing class:
    +
    FusekiEnv
    +
    +
    +
    +
    public static enum FusekiEnv.INIT
    +extends Enum<FusekiEnv.INIT>
    +
    Initialization mode, depending on the way Fuseki is started: +
      +
    • WAR - Running as a WAR file.
    • +
    • EMBEDDED
    • +
    • STANDALONE - Running as the standalone server in Jetty
    • +
    • TEST - Running inside maven/JUnit and as the standalone server
    • +
    • UNSET - Initial state.
    • +
    +

    + If at server initialization, the MODE is UNSET, then assume WAR setup. + A WAR file does not have the opportunity to set the mode. +

    + TEST: (better to set FUSEKI_HOME, FUSEKI_BASE from the test environment

+ + +
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static FusekiEnv.INIT[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (FusekiEnv.INIT c : FusekiEnv.INIT.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static FusekiEnv.INIT valueOf(String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        IllegalArgumentException - if this enum type has no constant with the specified name
        +
        NullPointerException - if the argument is null
        +
        +
      • +
      +
    • +
    +
  • +
+
+ + + + + + +

Licensed under the Apache License, Version 2.0

+ + Added: jena/site/trunk/content/documentation/javadoc/fuseki2/org/apache/jena/fuseki/server/FusekiEnv.html URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/javadoc/fuseki2/org/apache/jena/fuseki/server/FusekiEnv.html?rev=1794466&view=auto ============================================================================== --- jena/site/trunk/content/documentation/javadoc/fuseki2/org/apache/jena/fuseki/server/FusekiEnv.html (added) +++ jena/site/trunk/content/documentation/javadoc/fuseki2/org/apache/jena/fuseki/server/FusekiEnv.html Mon May 8 21:05:34 2017 @@ -0,0 +1,496 @@ + + + + + + +FusekiEnv (Apache Jena - Fuseki Server Engine 2.6.0) + + + + + + + + + + + + +
+
org.apache.jena.fuseki.server
+

Class FusekiEnv

+
+
+ +
+
    +
  • +
    +
    +
    public class FusekiEnv
    +extends Object
    +
    Separate initialization for FUSEKI_HOME and FUSEKI_BASE so that + Fusekilogging can use these values. + This code must not touch Jena.
    +
    +
    See Also:
    +
    FusekiServer
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + + + + + +
        +
      • +

        FUSEKI_HOME

        +
        public static Path FUSEKI_HOME
        +
        Root of the Fuseki installation for fixed files. + This may be null (e.g. running inside a web application container)
        +
      • +
      + + + +
        +
      • +

        FUSEKI_BASE

        +
        public static Path FUSEKI_BASE
        +
        Root of the varying files in this deployment. Often $FUSEKI_HOME/run. + This is not null - it may be /etc/fuseki, which must be writable.
        +
      • +
      + + + + +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        FusekiEnv

        +
        public FusekiEnv()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setEnvironment

        +
        public static void setEnvironment()
        +
        Initialize the server : standalone and WAR versions : not embedded
        +
      • +
      + + + +
        +
      • +

        resetEnvironment

        +
        public static void resetEnvironment()
        +
        Reset environment - use with care and bfore server start up
        +
      • +
      + + + +
        +
      • +

        getenv

        +
        public static String getenv(String name)
        +
        Get environment variable value (maybe in system properties)
        +
      • +
      + + + +
        +
      • +

        choosePort

        +
        public static int choosePort()
        +
        Choose an unused port for a server to listen on
        +
      • +
      + + + +
        +
      • +

        datasetNameToConfigurationFile

        +
        public static String datasetNameToConfigurationFile(HttpAction action,
        +                                                    String dsName)
        +
        Dataset set name to configuration file name.
        +
      • +
      + + + +
        +
      • +

        generateConfigurationFilename

        +
        public static String generateConfigurationFilename(String dsName)
        +
        Choose a configuration file name - existign one or ".ttl" form if new
        +
      • +
      + + + +
        +
      • +

        existingConfigurationFile

        +
        public static List<String> existingConfigurationFile(String baseFilename)
        +
        Return the filenames of all matching files in the configuration directory
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Licensed under the Apache License, Version 2.0

+ +