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 D4B28200B4F for ; Tue, 26 Jul 2016 15:43:26 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D32C5160A78; Tue, 26 Jul 2016 13:43:26 +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 B76BB160A69 for ; Tue, 26 Jul 2016 15:43:24 +0200 (CEST) Received: (qmail 84519 invoked by uid 500); 26 Jul 2016 13:43:23 -0000 Mailing-List: contact commits-help@pirk.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pirk.incubator.apache.org Delivered-To: mailing list commits@pirk.incubator.apache.org Received: (qmail 84510 invoked by uid 99); 26 Jul 2016 13:43:23 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jul 2016 13:43:23 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 5E881187CA4 for ; Tue, 26 Jul 2016 13:43:23 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.646 X-Spam-Level: X-Spam-Status: No, score=-4.646 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id vru5-MwldR4a for ; Tue, 26 Jul 2016 13:43:13 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with SMTP id D22A45FB41 for ; Tue, 26 Jul 2016 13:43:10 +0000 (UTC) Received: (qmail 84317 invoked by uid 99); 26 Jul 2016 13:43:09 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jul 2016 13:43:09 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9A168E0B40; Tue, 26 Jul 2016 13:43:09 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: eawilliams@apache.org To: commits@pirk.incubator.apache.org Date: Tue, 26 Jul 2016 13:43:11 -0000 Message-Id: <5d9961a61d3347f79725039ea6c9f112@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [3/6] incubator-pirk git commit: updating website javadocs archived-at: Tue, 26 Jul 2016 13:43:27 -0000 http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/8e4051cf/javadocs/org/apache/pirk/schema/data/DataSchema.html ---------------------------------------------------------------------- diff --git a/javadocs/org/apache/pirk/schema/data/DataSchema.html b/javadocs/org/apache/pirk/schema/data/DataSchema.html index de807ff..8776ee5 100644 --- a/javadocs/org/apache/pirk/schema/data/DataSchema.html +++ b/javadocs/org/apache/pirk/schema/data/DataSchema.html @@ -2,9 +2,9 @@ - + DataSchema - + @@ -37,7 +37,7 @@ @@ -103,35 +103,19 @@
public class DataSchema
 extends java.lang.Object
 implements java.io.Serializable
-
Class to hold a data schema
-
See Also:
Serialized Form
+
A data schema describes the target data being referenced by a Querier and a Responder. +

+ The schema comprises a number of elements, each of which has a name, type, and a partitioner. Elements may be declared as arrays of types. +

+ Schemas are typically loaded from XML descriptors.

+
See Also:
DataSchemaLoader, +Serialized Form
  • - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      DataSchema(java.lang.String schemaNameInput, - java.util.HashMap<java.lang.String,org.apache.hadoop.io.Text> textRepInput, - java.util.HashSet<java.lang.String> listRepInput, - java.util.HashMap<java.lang.String,java.lang.String> typeMapInput, - java.util.HashMap<java.lang.String,java.lang.String> partitionerMapInput) 
      -
    • -
    • @@ -146,70 +130,68 @@ implements java.io.Serializable boolean -containsElement(java.lang.String element)  +containsElement(java.lang.String elementName) +
      Returns true if the data schema contains an element with the given name.
      + -java.lang.String -getElementType(java.lang.String element)  +java.util.Set<java.lang.String> +getArrayElements() +
      Returns the element names that are declared as arrays.
      + -java.util.HashSet<java.lang.String> -getListRep()  +java.util.Set<java.lang.String> +getElementNames() +
      Returns the set of element names defined by this schema.
      + -java.util.HashSet<java.lang.String> -getNonListRep()  +java.lang.String +getElementType(java.lang.String elementName) +
      Returns the name of the Java type associated with the given element name.
      + -java.lang.Object -getPartitionerForElement(java.lang.String element) -
      Method to get the partitioner instance given an element name
      +java.util.Set<java.lang.String> +getNonArrayElements() +
      Returns the element names that are declared to not be arrays.
      -java.lang.Object -getPartitionerInstance(java.lang.String partitionerName) -
      Method to get the partitioner class instance corresponding to the given partitioner class name
      +DataPartitioner +getPartitionerForElement(java.lang.String elementName) +
      Returns the partitioner instance for the given element name.
      -java.util.HashMap<java.lang.String,java.lang.Object> -getPartitionerInstances() -
      Method to get the partitionerInstances HashMap of partitionerName -> partitionerInstance
      +DataPartitioner +getPartitionerInstance(java.lang.String partitionerTypeName) +
      Returns the partitioner corresponding to the given partitioner class name.
      java.lang.String -getPartitionerName(java.lang.String element) -
      Method to get the partitioner class name given an element name
      +getPartitionerTypeName(java.lang.String elementName) +
      Returns the partitioner type name for a given element name.
      java.lang.String -getSchemaName()  +getSchemaName() +
      Returns the name of this schema.
      + org.apache.hadoop.io.Text -getTextElement(java.lang.String element) -
      Get the representation of a given element name
      +getTextName(java.lang.String elementName) +
      Returns the Hadoop text representation of a given element name.
      -java.util.HashMap<java.lang.String,org.apache.hadoop.io.Text> -getTextRep()  - - -java.util.HashMap<java.lang.String,java.lang.String> -getTypeMap()  - - boolean -hasListRep(java.lang.String element)  - - -void -setPartitionerInstances(java.util.HashMap<java.lang.String,java.lang.Object> partitionerInstancesInput) -
      Method to set the partitionerInstances HashMap of partitionerName -> partitionerInstance
      +isArrayElement(java.lang.String element) +
      Returns true if the given element name is an array type.
      @@ -228,89 +210,70 @@ implements java.io.Serializable
      • - -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            DataSchema

            -
            public DataSchema(java.lang.String schemaNameInput,
            -          java.util.HashMap<java.lang.String,org.apache.hadoop.io.Text> textRepInput,
            -          java.util.HashSet<java.lang.String> listRepInput,
            -          java.util.HashMap<java.lang.String,java.lang.String> typeMapInput,
            -          java.util.HashMap<java.lang.String,java.lang.String> partitionerMapInput)
            -
          • -
          -
        • -
        • Method Detail

          - +
          • -

            getSchemaName

            -
            public java.lang.String getSchemaName()
            +

            containsElement

            +
            public boolean containsElement(java.lang.String elementName)
            +
            Returns true if the data schema contains an element with the given name.
            +
            Parameters:
            elementName - The element name to check.
            +
            Returns:
            true if the schema does define an element with that name, of false otherwise.
          - +
          • -

            getTextRep

            -
            public java.util.HashMap<java.lang.String,org.apache.hadoop.io.Text> getTextRep()
            +

            getElementNames

            +
            public java.util.Set<java.lang.String> getElementNames()
            +
            Returns the set of element names defined by this schema.
            +
            Returns:
            The possibly empty set of element names.
          - +
          • -

            getPartitionerInstances

            -
            public java.util.HashMap<java.lang.String,java.lang.Object> getPartitionerInstances()
            -                                                                             throws java.lang.Exception
            -
            Method to get the partitionerInstances HashMap of partitionerName -> partitionerInstance +

            getElementType

            +
            public java.lang.String getElementType(java.lang.String elementName)
            +
            Returns the name of the Java type associated with the given element name.

            - Will create it if it doesn't already exist

            -
            Throws:
            -
            java.lang.Exception
            + The Java type is either a primitive type name, as defined in the PrimitiveTypePartitioner, or a full canonical class name representing the element + type.
            +
            Parameters:
            elementName - The element name whose type is requested.
            +
            Returns:
            The type of the element, or null if the schema does not define the given element name.
            See Also:
            PrimitiveTypePartitioner
          - +
          • -

            setPartitionerInstances

            -
            public void setPartitionerInstances(java.util.HashMap<java.lang.String,java.lang.Object> partitionerInstancesInput)
            -
            Method to set the partitionerInstances HashMap of partitionerName -> partitionerInstance
            +

            getArrayElements

            +
            public java.util.Set<java.lang.String> getArrayElements()
            +
            Returns the element names that are declared as arrays.
            +
            Returns:
            The set of names that are arrays, or an empty set if none.
          - +
          • -

            getPartitionerInstance

            -
            public java.lang.Object getPartitionerInstance(java.lang.String partitionerName)
            -                                        throws java.lang.Exception
            -
            Method to get the partitioner class instance corresponding to the given partitioner class name -

            - Will construct the partitionerInstances HashMap if it doesn't exist

            -
            Throws:
            -
            java.lang.Exception
            +

            getNonArrayElements

            +
            public java.util.Set<java.lang.String> getNonArrayElements()
            +
            Returns the element names that are declared to not be arrays.
            +
            Returns:
            The set of names that are not arrays, or an empty set if none.
          @@ -319,87 +282,84 @@ implements java.io.Serializable - - - -
            -
          • -

            getPartitionerName

            -
            public java.lang.String getPartitionerName(java.lang.String element)
            -
            Method to get the partitioner class name given an element name
            -
          • -
          - - - -
            -
          • -

            getTextElement

            -
            public org.apache.hadoop.io.Text getTextElement(java.lang.String element)
            -
            Get the representation of a given element name
            -
          • -
          - - - -
            -
          • -

            getTypeMap

            -
            public java.util.HashMap<java.lang.String,java.lang.String> getTypeMap()
            + A partitioner for the named type is created on first request, and the same partitioner is returned on subsequent calls.
      +
      Parameters:
      elementName - the name of the element whose partitioner is required.
      +
      Returns:
      the data partitioner, or null if the element does not exist.
      +
      Throws:
      +
      PIRExcpetion - if the partitioner cannot be instantiated.
      +
      PIRException
      See Also:
      getPartitionerInstance(String)
    - +
    • -

      getElementType

      -
      public java.lang.String getElementType(java.lang.String element)
      +

      getPartitionerInstance

      +
      public DataPartitioner getPartitionerInstance(java.lang.String partitionerTypeName)
      +                                       throws PIRException
      +
      Returns the partitioner corresponding to the given partitioner class name. +

      + A partitioner for the named type is created on first request, and the same partitioner is returned on subsequent calls to this method.

      +
      Parameters:
      partitionerTypeName - The class name for a partitioner type.
      +
      Returns:
      The partitioner instance of the requested type.
      +
      Throws:
      +
      PIRException - If a problem occurs instantiating a new partitioner of the requested type.
    - +
    • -

      containsElement

      -
      public boolean containsElement(java.lang.String element)
      +

      getPartitionerTypeName

      +
      public java.lang.String getPartitionerTypeName(java.lang.String elementName)
      +
      Returns the partitioner type name for a given element name. +

      + The partitioner type name is either that of the primitive partitioner, where the element name is a primitive type. For non-primitives it is the fully + qualified name of a Java class that implements the DataPartitioner interface.

      +
      Parameters:
      elementName - The element name whose partitioner type is requested.
      +
      Returns:
      The type name of the element's partitioner, or null if there is no element of that name.
    - +
    • -

      getListRep

      -
      public java.util.HashSet<java.lang.String> getListRep()
      +

      getSchemaName

      +
      public java.lang.String getSchemaName()
      +
      Returns the name of this schema.
      +
      Returns:
      The schema name.
    - +
    • -

      getNonListRep

      -
      public java.util.HashSet<java.lang.String> getNonListRep()
      +

      getTextName

      +
      public org.apache.hadoop.io.Text getTextName(java.lang.String elementName)
      +
      Returns the Hadoop text representation of a given element name.
      +
      Parameters:
      elementName - The name of the element whose text representation is requested.
    - +
    • -

      hasListRep

      -
      public boolean hasListRep(java.lang.String element)
      +

      isArrayElement

      +
      public boolean isArrayElement(java.lang.String element)
      +
      Returns true if the given element name is an array type. +

      + The method returns false if the element is not an array type or the schema does not define an element of this type.

      +
      Parameters:
      element - The name of the element to test.
      +
      Returns:
      true if the element is an array type, and false otherwise.
  • @@ -429,7 +389,7 @@ implements java.io.Serializable http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/8e4051cf/javadocs/org/apache/pirk/schema/data/DataSchemaLoader.html ---------------------------------------------------------------------- diff --git a/javadocs/org/apache/pirk/schema/data/DataSchemaLoader.html b/javadocs/org/apache/pirk/schema/data/DataSchemaLoader.html new file mode 100644 index 0000000..8c91d81 --- /dev/null +++ b/javadocs/org/apache/pirk/schema/data/DataSchemaLoader.html @@ -0,0 +1,320 @@ + + + + + +DataSchemaLoader + + + + + + + + + + + +
    +
    org.apache.pirk.schema.data
    +

    Class DataSchemaLoader

    +
    +
    +
      +
    • java.lang.Object
    • +
    • +
        +
      • org.apache.pirk.schema.data.DataSchemaLoader
      • +
      +
    • +
    +
    +
      +
    • +
      +
      +
      public class DataSchemaLoader
      +extends java.lang.Object
      +
      Class to load any data schemas specified in the properties file, 'data.schemas' +

      + Schemas should be specified as follows; all items are treated in a case insensitive manner: + +

      + <schema>
      +  <schemaName> name of the schema </schemaName>
      +  <element>
      +      <name> element name /name>
      +      <type> class name or type name (if Java primitive type) of the element </type>
      +      <isArray> true or false -- whether or not the schema element is an array within the data </isArray>
      +      <partitioner> optional - Partitioner class for the element; defaults to primitive java type partitioner </partitioner> 
      +  </element>
      + </schema>
      + 
      + 
      + + Primitive types must be one of the following: "byte", "short", "int", "long", "float", "double", "char", "string" +

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

        Constructor Summary

        + + + + + + + + +
        Constructors 
        Constructor and Description
        DataSchemaLoader() 
        +
      • +
      + +
        +
      • + + +

        Method Summary

        + + + + + + + + + + + + + + + + + + +
        Methods 
        Modifier and TypeMethod and Description
        static voidinitialize() +
        Kept for compatibility
        +
        static voidinitialize(boolean hdfs, + org.apache.hadoop.fs.FileSystem fs) +
        Kept for compatibility
        +
        DataSchemaloadSchemaFile(java.io.InputStream stream) 
        +
          +
        • + + +

          Methods inherited from class java.lang.Object

          +equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
        • +
        +
      • +
      +
    • +
    +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          DataSchemaLoader

          +
          public DataSchemaLoader()
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          initialize

          +
          public static void initialize()
          +                       throws java.lang.Exception
          +
          Kept for compatibility
          +
          Throws:
          +
          java.lang.Exception
          +
        • +
        + + + +
          +
        • +

          initialize

          +
          public static void initialize(boolean hdfs,
          +              org.apache.hadoop.fs.FileSystem fs)
          +                       throws java.lang.Exception
          +
          Kept for compatibility
          +
          Throws:
          +
          java.lang.Exception
          +
        • +
        + + + +
          +
        • +

          loadSchemaFile

          +
          public DataSchema loadSchemaFile(java.io.InputStream stream)
          +                          throws java.io.IOException,
          +                                 PIRException
          +
          Throws:
          +
          java.io.IOException
          +
          PIRException
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/8e4051cf/javadocs/org/apache/pirk/schema/data/DataSchemaRegistry.html ---------------------------------------------------------------------- diff --git a/javadocs/org/apache/pirk/schema/data/DataSchemaRegistry.html b/javadocs/org/apache/pirk/schema/data/DataSchemaRegistry.html new file mode 100644 index 0000000..0465a39 --- /dev/null +++ b/javadocs/org/apache/pirk/schema/data/DataSchemaRegistry.html @@ -0,0 +1,250 @@ + + + + + +DataSchemaRegistry + + + + + + + + + + + +
    +
    org.apache.pirk.schema.data
    +

    Class DataSchemaRegistry

    +
    +
    +
      +
    • java.lang.Object
    • +
    • +
        +
      • org.apache.pirk.schema.data.DataSchemaRegistry
      • +
      +
    • +
    +
    +
      +
    • +
      +
      +
      public class DataSchemaRegistry
      +extends java.lang.Object
      +
      The data schema registry is a global location for data schema descriptors.
      +
      See Also:
      DataSchema, +DataSchemaLoader
      +
    • +
    +
    +
    +
      +
    • + +
        +
      • + + +

        Method Summary

        + + + + + + + + + + + + + + +
        Methods 
        Modifier and TypeMethod and Description
        static DataSchemaget(java.lang.String schemaName) +
        Returns the data schema with the given name.
        +
        static DataSchemaput(DataSchema schema) +
        Adds the given data schema to the registry.
        +
        +
          +
        • + + +

          Methods inherited from class java.lang.Object

          +equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
        • +
        +
      • +
      +
    • +
    +
    +
    +
      +
    • + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          put

          +
          public static DataSchema put(DataSchema schema)
          +
          Adds the given data schema to the registry. + + If there was an existing schema with the same name, it is replaced.
          +
          Parameters:
          schema - The data schema to add.
          +
          Returns:
          the previous schema registered at the same name, or null if there were none.
          +
        • +
        + + + +
          +
        • +

          get

          +
          public static DataSchema get(java.lang.String schemaName)
          +
          Returns the data schema with the given name.
          +
          Parameters:
          schemaName - The data schema name to be returned.
          +
          Returns:
          The data schema, or null if no such schema.
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/8e4051cf/javadocs/org/apache/pirk/schema/data/class-use/DataSchema.html ---------------------------------------------------------------------- diff --git a/javadocs/org/apache/pirk/schema/data/class-use/DataSchema.html b/javadocs/org/apache/pirk/schema/data/class-use/DataSchema.html index a1e5e9b..650472c 100644 --- a/javadocs/org/apache/pirk/schema/data/class-use/DataSchema.html +++ b/javadocs/org/apache/pirk/schema/data/class-use/DataSchema.html @@ -2,9 +2,9 @@ - + Uses of Class org.apache.pirk.schema.data.DataSchema - + @@ -207,20 +207,34 @@ static DataSchema -LoadDataSchemas.getSchema(java.lang.String schemaName)  +DataSchemaRegistry.get(java.lang.String schemaName) +
    Returns the data schema with the given name.
    + + + +DataSchema +DataSchemaLoader.loadSchemaFile(java.io.InputStream stream)  + + +static DataSchema +DataSchemaRegistry.put(DataSchema schema) +
    Adds the given data schema to the registry.
    + - + - - + +
    Methods in org.apache.pirk.schema.data that return types with arguments of type DataSchema Methods in org.apache.pirk.schema.data with parameters of type DataSchema 
    Modifier and Type Method and Description
    static java.util.HashMap<java.lang.String,DataSchema>LoadDataSchemas.getSchemaMap() static DataSchemaDataSchemaRegistry.put(DataSchema schema) +
    Adds the given data schema to the registry.
    +
    http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/8e4051cf/javadocs/org/apache/pirk/schema/data/class-use/DataSchemaLoader.html ---------------------------------------------------------------------- diff --git a/javadocs/org/apache/pirk/schema/data/class-use/DataSchemaLoader.html b/javadocs/org/apache/pirk/schema/data/class-use/DataSchemaLoader.html new file mode 100644 index 0000000..87f3924 --- /dev/null +++ b/javadocs/org/apache/pirk/schema/data/class-use/DataSchemaLoader.html @@ -0,0 +1,115 @@ + + + + + +Uses of Class org.apache.pirk.schema.data.DataSchemaLoader + + + + + + + + + + +
    +

    Uses of Class
    org.apache.pirk.schema.data.DataSchemaLoader

    +
    +
    No usage of org.apache.pirk.schema.data.DataSchemaLoader
    + + + + + + http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/8e4051cf/javadocs/org/apache/pirk/schema/data/class-use/DataSchemaRegistry.html ---------------------------------------------------------------------- diff --git a/javadocs/org/apache/pirk/schema/data/class-use/DataSchemaRegistry.html b/javadocs/org/apache/pirk/schema/data/class-use/DataSchemaRegistry.html new file mode 100644 index 0000000..be8da7e --- /dev/null +++ b/javadocs/org/apache/pirk/schema/data/class-use/DataSchemaRegistry.html @@ -0,0 +1,115 @@ + + + + + +Uses of Class org.apache.pirk.schema.data.DataSchemaRegistry + + + + + + + + + + +
    +

    Uses of Class
    org.apache.pirk.schema.data.DataSchemaRegistry

    +
    +
    No usage of org.apache.pirk.schema.data.DataSchemaRegistry
    + + + + + + http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/8e4051cf/javadocs/org/apache/pirk/schema/data/package-frame.html ---------------------------------------------------------------------- diff --git a/javadocs/org/apache/pirk/schema/data/package-frame.html b/javadocs/org/apache/pirk/schema/data/package-frame.html index 81d0b70..054e004 100644 --- a/javadocs/org/apache/pirk/schema/data/package-frame.html +++ b/javadocs/org/apache/pirk/schema/data/package-frame.html @@ -2,9 +2,9 @@ - + org.apache.pirk.schema.data - + @@ -13,7 +13,8 @@

    Classes

http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/8e4051cf/javadocs/org/apache/pirk/schema/data/package-summary.html ---------------------------------------------------------------------- diff --git a/javadocs/org/apache/pirk/schema/data/package-summary.html b/javadocs/org/apache/pirk/schema/data/package-summary.html index ce6c424..a2ad042 100644 --- a/javadocs/org/apache/pirk/schema/data/package-summary.html +++ b/javadocs/org/apache/pirk/schema/data/package-summary.html @@ -2,9 +2,9 @@ - + org.apache.pirk.schema.data - + @@ -78,15 +78,21 @@ DataSchema -
Class to hold a data schema
+
A data schema describes the target data being referenced by a Querier and a Responder.
-LoadDataSchemas +DataSchemaLoader
Class to load any data schemas specified in the properties file, 'data.schemas'
+ +DataSchemaRegistry + +
The data schema registry is a global location for data schema descriptors.
+ + http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/8e4051cf/javadocs/org/apache/pirk/schema/data/package-tree.html ---------------------------------------------------------------------- diff --git a/javadocs/org/apache/pirk/schema/data/package-tree.html b/javadocs/org/apache/pirk/schema/data/package-tree.html index a589f76..3f46ff6 100644 --- a/javadocs/org/apache/pirk/schema/data/package-tree.html +++ b/javadocs/org/apache/pirk/schema/data/package-tree.html @@ -2,9 +2,9 @@ - + org.apache.pirk.schema.data Class Hierarchy - + @@ -75,7 +75,8 @@
  • java.lang.Object
  • http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/8e4051cf/javadocs/org/apache/pirk/schema/data/package-use.html ---------------------------------------------------------------------- diff --git a/javadocs/org/apache/pirk/schema/data/package-use.html b/javadocs/org/apache/pirk/schema/data/package-use.html index f7815b5..9d42244 100644 --- a/javadocs/org/apache/pirk/schema/data/package-use.html +++ b/javadocs/org/apache/pirk/schema/data/package-use.html @@ -2,9 +2,9 @@ - + Uses of Package org.apache.pirk.schema.data - + @@ -113,7 +113,7 @@ DataSchema -
    Class to hold a data schema
    +
    A data schema describes the target data being referenced by a Querier and a Responder.
    @@ -130,7 +130,7 @@ DataSchema -
    Class to hold a data schema
    +
    A data schema describes the target data being referenced by a Querier and a Responder.
    @@ -147,7 +147,7 @@ DataSchema -
    Class to hold a data schema
    +
    A data schema describes the target data being referenced by a Querier and a Responder.
    @@ -164,7 +164,7 @@ DataSchema -
    Class to hold a data schema
    +
    A data schema describes the target data being referenced by a Querier and a Responder.
    @@ -181,7 +181,7 @@ DataSchema -
    Class to hold a data schema
    +
    A data schema describes the target data being referenced by a Querier and a Responder.
    @@ -198,7 +198,7 @@ DataSchema -
    Class to hold a data schema
    +
    A data schema describes the target data being referenced by a Querier and a Responder.
    http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/8e4051cf/javadocs/org/apache/pirk/schema/data/partitioner/DataPartitioner.html ---------------------------------------------------------------------- diff --git a/javadocs/org/apache/pirk/schema/data/partitioner/DataPartitioner.html b/javadocs/org/apache/pirk/schema/data/partitioner/DataPartitioner.html index c3aa7f8..b4e66b7 100644 --- a/javadocs/org/apache/pirk/schema/data/partitioner/DataPartitioner.html +++ b/javadocs/org/apache/pirk/schema/data/partitioner/DataPartitioner.html @@ -2,9 +2,9 @@ - + DataPartitioner - + http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/8e4051cf/javadocs/org/apache/pirk/schema/data/partitioner/IPDataPartitioner.html ---------------------------------------------------------------------- diff --git a/javadocs/org/apache/pirk/schema/data/partitioner/IPDataPartitioner.html b/javadocs/org/apache/pirk/schema/data/partitioner/IPDataPartitioner.html index bb7ec5d..9237604 100644 --- a/javadocs/org/apache/pirk/schema/data/partitioner/IPDataPartitioner.html +++ b/javadocs/org/apache/pirk/schema/data/partitioner/IPDataPartitioner.html @@ -2,9 +2,9 @@ - + IPDataPartitioner - + http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/8e4051cf/javadocs/org/apache/pirk/schema/data/partitioner/ISO8601DatePartitioner.html ---------------------------------------------------------------------- diff --git a/javadocs/org/apache/pirk/schema/data/partitioner/ISO8601DatePartitioner.html b/javadocs/org/apache/pirk/schema/data/partitioner/ISO8601DatePartitioner.html index 2e1b911..5330638 100644 --- a/javadocs/org/apache/pirk/schema/data/partitioner/ISO8601DatePartitioner.html +++ b/javadocs/org/apache/pirk/schema/data/partitioner/ISO8601DatePartitioner.html @@ -2,9 +2,9 @@ - + ISO8601DatePartitioner - + http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/8e4051cf/javadocs/org/apache/pirk/schema/data/partitioner/PrimitiveTypePartitioner.html ---------------------------------------------------------------------- diff --git a/javadocs/org/apache/pirk/schema/data/partitioner/PrimitiveTypePartitioner.html b/javadocs/org/apache/pirk/schema/data/partitioner/PrimitiveTypePartitioner.html index c1eac5d..6aba7a0 100644 --- a/javadocs/org/apache/pirk/schema/data/partitioner/PrimitiveTypePartitioner.html +++ b/javadocs/org/apache/pirk/schema/data/partitioner/PrimitiveTypePartitioner.html @@ -2,9 +2,9 @@ - + PrimitiveTypePartitioner - + http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/8e4051cf/javadocs/org/apache/pirk/schema/data/partitioner/class-use/DataPartitioner.html ---------------------------------------------------------------------- diff --git a/javadocs/org/apache/pirk/schema/data/partitioner/class-use/DataPartitioner.html b/javadocs/org/apache/pirk/schema/data/partitioner/class-use/DataPartitioner.html index d086d4f..09760b0 100644 --- a/javadocs/org/apache/pirk/schema/data/partitioner/class-use/DataPartitioner.html +++ b/javadocs/org/apache/pirk/schema/data/partitioner/class-use/DataPartitioner.html @@ -2,9 +2,9 @@ - + Uses of Interface org.apache.pirk.schema.data.partitioner.DataPartitioner - + @@ -76,6 +76,10 @@ +org.apache.pirk.schema.data +  + + org.apache.pirk.schema.data.partitioner   @@ -84,6 +88,32 @@
    • +
    • + + +

      Uses of DataPartitioner in org.apache.pirk.schema.data

      + + + + + + + + + + + + + + + + +
      Methods in org.apache.pirk.schema.data that return DataPartitioner 
      Modifier and TypeMethod and Description
      DataPartitionerDataSchema.getPartitionerForElement(java.lang.String elementName) +
      Returns the partitioner instance for the given element name.
      +
      DataPartitionerDataSchema.getPartitionerInstance(java.lang.String partitionerTypeName) +
      Returns the partitioner corresponding to the given partitioner class name.
      +
      +
    • http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/8e4051cf/javadocs/org/apache/pirk/schema/data/partitioner/class-use/IPDataPartitioner.html ---------------------------------------------------------------------- diff --git a/javadocs/org/apache/pirk/schema/data/partitioner/class-use/IPDataPartitioner.html b/javadocs/org/apache/pirk/schema/data/partitioner/class-use/IPDataPartitioner.html index e5ac197..ebe8f12 100644 --- a/javadocs/org/apache/pirk/schema/data/partitioner/class-use/IPDataPartitioner.html +++ b/javadocs/org/apache/pirk/schema/data/partitioner/class-use/IPDataPartitioner.html @@ -2,9 +2,9 @@ - + Uses of Class org.apache.pirk.schema.data.partitioner.IPDataPartitioner - + http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/8e4051cf/javadocs/org/apache/pirk/schema/data/partitioner/class-use/ISO8601DatePartitioner.html ---------------------------------------------------------------------- diff --git a/javadocs/org/apache/pirk/schema/data/partitioner/class-use/ISO8601DatePartitioner.html b/javadocs/org/apache/pirk/schema/data/partitioner/class-use/ISO8601DatePartitioner.html index 831ab96..210c662 100644 --- a/javadocs/org/apache/pirk/schema/data/partitioner/class-use/ISO8601DatePartitioner.html +++ b/javadocs/org/apache/pirk/schema/data/partitioner/class-use/ISO8601DatePartitioner.html @@ -2,9 +2,9 @@ - + Uses of Class org.apache.pirk.schema.data.partitioner.ISO8601DatePartitioner - + http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/8e4051cf/javadocs/org/apache/pirk/schema/data/partitioner/class-use/PrimitiveTypePartitioner.html ---------------------------------------------------------------------- diff --git a/javadocs/org/apache/pirk/schema/data/partitioner/class-use/PrimitiveTypePartitioner.html b/javadocs/org/apache/pirk/schema/data/partitioner/class-use/PrimitiveTypePartitioner.html index 3a468eb..9c05b27 100644 --- a/javadocs/org/apache/pirk/schema/data/partitioner/class-use/PrimitiveTypePartitioner.html +++ b/javadocs/org/apache/pirk/schema/data/partitioner/class-use/PrimitiveTypePartitioner.html @@ -2,9 +2,9 @@ - + Uses of Class org.apache.pirk.schema.data.partitioner.PrimitiveTypePartitioner - + http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/8e4051cf/javadocs/org/apache/pirk/schema/data/partitioner/package-frame.html ---------------------------------------------------------------------- diff --git a/javadocs/org/apache/pirk/schema/data/partitioner/package-frame.html b/javadocs/org/apache/pirk/schema/data/partitioner/package-frame.html index 7c1b7c8..40a5d30 100644 --- a/javadocs/org/apache/pirk/schema/data/partitioner/package-frame.html +++ b/javadocs/org/apache/pirk/schema/data/partitioner/package-frame.html @@ -2,9 +2,9 @@ - + org.apache.pirk.schema.data.partitioner - + http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/8e4051cf/javadocs/org/apache/pirk/schema/data/partitioner/package-summary.html ---------------------------------------------------------------------- diff --git a/javadocs/org/apache/pirk/schema/data/partitioner/package-summary.html b/javadocs/org/apache/pirk/schema/data/partitioner/package-summary.html index 29245fa..40ca45f 100644 --- a/javadocs/org/apache/pirk/schema/data/partitioner/package-summary.html +++ b/javadocs/org/apache/pirk/schema/data/partitioner/package-summary.html @@ -2,9 +2,9 @@ - + org.apache.pirk.schema.data.partitioner - + http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/8e4051cf/javadocs/org/apache/pirk/schema/data/partitioner/package-tree.html ---------------------------------------------------------------------- diff --git a/javadocs/org/apache/pirk/schema/data/partitioner/package-tree.html b/javadocs/org/apache/pirk/schema/data/partitioner/package-tree.html index f0207ed..c8c95c5 100644 --- a/javadocs/org/apache/pirk/schema/data/partitioner/package-tree.html +++ b/javadocs/org/apache/pirk/schema/data/partitioner/package-tree.html @@ -2,9 +2,9 @@ - + org.apache.pirk.schema.data.partitioner Class Hierarchy - +