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 1559C200BAC for ; Tue, 20 Sep 2016 17:26:34 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 140AD160AC9; Tue, 20 Sep 2016 15:26:34 +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 2EF6F160AD6 for ; Tue, 20 Sep 2016 17:26:31 +0200 (CEST) Received: (qmail 92513 invoked by uid 500); 20 Sep 2016 15:26:30 -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 92503 invoked by uid 99); 20 Sep 2016 15:26:30 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Sep 2016 15:26:30 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id AB5621A607F for ; Tue, 20 Sep 2016 15:26:29 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.446 X-Spam-Level: X-Spam-Status: No, score=-3.446 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, KAM_MANYCOMMENTS=1.2, 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 mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id P8l606zJVHNW for ; Tue, 20 Sep 2016 15:26:09 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id AF7AE60DAF for ; Tue, 20 Sep 2016 15:25:54 +0000 (UTC) Received: (qmail 90220 invoked by uid 99); 20 Sep 2016 15:25:51 -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, 20 Sep 2016 15:25:51 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CF88AE7E30; Tue, 20 Sep 2016 15:25:51 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: raydulany@apache.org To: commits@pirk.incubator.apache.org Date: Tue, 20 Sep 2016 15:26:13 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [23/51] [partial] incubator-pirk git commit: Jekyll build from gh-pages:61bb61f archived-at: Tue, 20 Sep 2016 15:26:34 -0000 http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/4178b38c/bin/docs/org/apache/pirk/schema/data/partitioner/IPDataPartitioner.html ---------------------------------------------------------------------- diff --git a/bin/docs/org/apache/pirk/schema/data/partitioner/IPDataPartitioner.html b/bin/docs/org/apache/pirk/schema/data/partitioner/IPDataPartitioner.html deleted file mode 100644 index 84b70fa..0000000 --- a/bin/docs/org/apache/pirk/schema/data/partitioner/IPDataPartitioner.html +++ /dev/null @@ -1,389 +0,0 @@ - - - - - -IPDataPartitioner - - - - - - - - - - - -
-
org.apache.pirk.schema.data.partitioner
-

Class IPDataPartitioner

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • org.apache.pirk.schema.data.partitioner.IPDataPartitioner
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, DataPartitioner
    -
    -
    -
    -
    public class IPDataPartitioner
    -extends java.lang.Object
    -implements DataPartitioner
    -
    Partitioner class for IP addresses -

    - Assumes an 8-bit partition size

    -
    See Also:
    Serialized Form
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      IPDataPartitioner() 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      java.util.List<java.math.BigInteger>arrayToPartitions(java.util.List<?> elementList, - java.lang.String type) -
      Create partitions for an array of the same type of elements - used when a data value field is an array and we wish to encode these into the return value
      -
      java.lang.ObjectfromPartitions(java.util.List<java.math.BigInteger> parts, - int partsIndex, - java.lang.String type) -
      Method to reconstruct an Object given a List of its BigInteger partition elements and its type identifier.
      -
      intgetBits(java.lang.String type) -
      Returns the number of bits of an object with the given type.
      -
      intgetNumPartitions(java.lang.String type) -
      Method to get the number of partitions of the data object given the type.
      -
      java.util.List<java.math.BigInteger>getPaddedPartitions(java.lang.String type) -
      Method to get an empty set of partitions by data type - used for padding return array values.
      -
      java.util.List<java.math.BigInteger>toPartitions(java.lang.Object object, - java.lang.String type) -
      Method to partition the given Object into a List of BigInteger partition elements given its type identifier.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        IPDataPartitioner

        -
        public IPDataPartitioner()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        toPartitions

        -
        public java.util.List<java.math.BigInteger> toPartitions(java.lang.Object object,
        -                                                java.lang.String type)
        -
        Description copied from interface: DataPartitioner
        -
        Method to partition the given Object into a List of BigInteger partition elements given its type identifier. -

        - If the Object does not have/need a specific type identifier, use null.

        -
        -
        Specified by:
        -
        toPartitions in interface DataPartitioner
        -
        -
      • -
      - - - -
        -
      • -

        fromPartitions

        -
        public java.lang.Object fromPartitions(java.util.List<java.math.BigInteger> parts,
        -                              int partsIndex,
        -                              java.lang.String type)
        -
        Description copied from interface: DataPartitioner
        -
        Method to reconstruct an Object given a List of its BigInteger partition elements and its type identifier. -

        - If the Object does not have/need a specific type identifier, use null.

        -
        -
        Specified by:
        -
        fromPartitions in interface DataPartitioner
        -
        -
      • -
      - - - -
        -
      • -

        getBits

        -
        public int getBits(java.lang.String type)
        -
        Description copied from interface: DataPartitioner
        -
        Returns the number of bits of an object with the given type.
        -
        -
        Specified by:
        -
        getBits in interface DataPartitioner
        -
        -
      • -
      - - - -
        -
      • -

        getPaddedPartitions

        -
        public java.util.List<java.math.BigInteger> getPaddedPartitions(java.lang.String type)
        -
        Description copied from interface: DataPartitioner
        -
        Method to get an empty set of partitions by data type - used for padding return array values.
        -
        -
        Specified by:
        -
        getPaddedPartitions in interface DataPartitioner
        -
        -
      • -
      - - - -
        -
      • -

        arrayToPartitions

        -
        public java.util.List<java.math.BigInteger> arrayToPartitions(java.util.List<?> elementList,
        -                                                     java.lang.String type)
        -
        Create partitions for an array of the same type of elements - used when a data value field is an array and we wish to encode these into the return value
        -
        -
        Specified by:
        -
        arrayToPartitions in interface DataPartitioner
        -
        -
      • -
      - - - -
        -
      • -

        getNumPartitions

        -
        public int getNumPartitions(java.lang.String type)
        -
        Description copied from interface: DataPartitioner
        -
        Method to get the number of partitions of the data object given the type.
        -
        -
        Specified by:
        -
        getNumPartitions in interface DataPartitioner
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/4178b38c/bin/docs/org/apache/pirk/schema/data/partitioner/ISO8601DatePartitioner.html ---------------------------------------------------------------------- diff --git a/bin/docs/org/apache/pirk/schema/data/partitioner/ISO8601DatePartitioner.html b/bin/docs/org/apache/pirk/schema/data/partitioner/ISO8601DatePartitioner.html deleted file mode 100644 index 8d8bd8f..0000000 --- a/bin/docs/org/apache/pirk/schema/data/partitioner/ISO8601DatePartitioner.html +++ /dev/null @@ -1,400 +0,0 @@ - - - - - -ISO8601DatePartitioner - - - - - - - - - - - -
-
org.apache.pirk.schema.data.partitioner
-

Class ISO8601DatePartitioner

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • org.apache.pirk.schema.data.partitioner.ISO8601DatePartitioner
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, DataPartitioner
    -
    -
    -
    -
    public class ISO8601DatePartitioner
    -extends java.lang.Object
    -implements DataPartitioner
    -
    Partitioner class for ISO8061 dates -

    - Assumes that the dates are passed to the partitioner in String format

    -
    See Also:
    Serialized Form
    -
  • -
-
-
-
    -
  • - - - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      java.util.List<java.math.BigInteger>arrayToPartitions(java.util.List<?> elementList, - java.lang.String type) -
      Creates partitions for an array of the same type of elements - used when a data value field is an array and we wish to encode these into the return value.
      -
      java.lang.ObjectfromPartitions(java.util.List<java.math.BigInteger> parts, - int partsIndex, - java.lang.String type) -
      Method to reconstruct an Object given a List of its BigInteger partition elements and its type identifier.
      -
      intgetBits(java.lang.String type) -
      Returns the number of bits of an object with the given type.
      -
      intgetNumPartitions(java.lang.String type) -
      Method to get the number of partitions of the data object given the type.
      -
      java.util.List<java.math.BigInteger>getPaddedPartitions(java.lang.String type) -
      Method to get an empty set of partitions by data type - used for padding return array values.
      -
      java.util.List<java.math.BigInteger>toPartitions(java.lang.Object object, - java.lang.String type) -
      Method to partition the given Object into a List of BigInteger partition elements given its type identifier.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        ISO8601DatePartitioner

        -
        public ISO8601DatePartitioner()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        toPartitions

        -
        public java.util.List<java.math.BigInteger> toPartitions(java.lang.Object object,
        -                                                java.lang.String type)
        -                                                  throws PIRException
        -
        Description copied from interface: DataPartitioner
        -
        Method to partition the given Object into a List of BigInteger partition elements given its type identifier. -

        - If the Object does not have/need a specific type identifier, use null.

        -
        -
        Specified by:
        -
        toPartitions in interface DataPartitioner
        -
        Throws:
        -
        PIRException
        -
      • -
      - - - -
        -
      • -

        fromPartitions

        -
        public java.lang.Object fromPartitions(java.util.List<java.math.BigInteger> parts,
        -                              int partsIndex,
        -                              java.lang.String type)
        -                                throws PIRException
        -
        Description copied from interface: DataPartitioner
        -
        Method to reconstruct an Object given a List of its BigInteger partition elements and its type identifier. -

        - If the Object does not have/need a specific type identifier, use null.

        -
        -
        Specified by:
        -
        fromPartitions in interface DataPartitioner
        -
        Throws:
        -
        PIRException
        -
      • -
      - - - -
        -
      • -

        getBits

        -
        public int getBits(java.lang.String type)
        -
        Description copied from interface: DataPartitioner
        -
        Returns the number of bits of an object with the given type.
        -
        -
        Specified by:
        -
        getBits in interface DataPartitioner
        -
        -
      • -
      - - - -
        -
      • -

        arrayToPartitions

        -
        public java.util.List<java.math.BigInteger> arrayToPartitions(java.util.List<?> elementList,
        -                                                     java.lang.String type)
        -                                                       throws PIRException
        -
        Description copied from interface: DataPartitioner
        -
        Creates partitions for an array of the same type of elements - used when a data value field is an array and we wish to encode these into the return value.
        -
        -
        Specified by:
        -
        arrayToPartitions in interface DataPartitioner
        -
        Throws:
        -
        PIRException
        -
      • -
      - - - -
        -
      • -

        getPaddedPartitions

        -
        public java.util.List<java.math.BigInteger> getPaddedPartitions(java.lang.String type)
        -                                                         throws PIRException
        -
        Description copied from interface: DataPartitioner
        -
        Method to get an empty set of partitions by data type - used for padding return array values.
        -
        -
        Specified by:
        -
        getPaddedPartitions in interface DataPartitioner
        -
        Throws:
        -
        PIRException
        -
      • -
      - - - - -
    • -
    -
  • -
-
-
- - - - - - - http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/4178b38c/bin/docs/org/apache/pirk/schema/data/partitioner/PrimitiveTypePartitioner.html ---------------------------------------------------------------------- diff --git a/bin/docs/org/apache/pirk/schema/data/partitioner/PrimitiveTypePartitioner.html b/bin/docs/org/apache/pirk/schema/data/partitioner/PrimitiveTypePartitioner.html deleted file mode 100644 index 7879658..0000000 --- a/bin/docs/org/apache/pirk/schema/data/partitioner/PrimitiveTypePartitioner.html +++ /dev/null @@ -1,564 +0,0 @@ - - - - - -PrimitiveTypePartitioner - - - - - - - - - - - -
-
org.apache.pirk.schema.data.partitioner
-

Class PrimitiveTypePartitioner

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • org.apache.pirk.schema.data.partitioner.PrimitiveTypePartitioner
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, DataPartitioner
    -
    -
    -
    -
    public class PrimitiveTypePartitioner
    -extends java.lang.Object
    -implements DataPartitioner
    -
    Class for partitioning objects with primitive Java types
    -
    See Also:
    Serialized Form
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Field Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Fields 
      Modifier and TypeField and Description
      static java.lang.StringBYTE 
      static java.lang.StringCHAR 
      static java.lang.StringDOUBLE 
      static java.lang.StringFLOAT 
      static java.lang.StringINT 
      static java.lang.StringLONG 
      static java.lang.StringSHORT 
      static java.lang.StringSTRING 
      -
    • -
    - - - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      java.util.ArrayList<java.math.BigInteger>arrayToPartitions(java.util.List<?> elementList, - java.lang.String type) -
      Create partitions for an array of the same type of elements - used when a data value field is an array and we wish to encode these into the return value
      -
      static java.math.BigIntegerformBitMask(int partitionSize) -
      Method to form a BigInteger bit mask for the given partitionSize
      -
      java.lang.ObjectfromPartitions(java.util.List<java.math.BigInteger> parts, - int partsIndex, - java.lang.String type) -
      Reconstructs the object from the partitions
      -
      intgetBits(java.lang.String type) -
      Get the bit size of the allowed primitive java types
      -
      intgetNumPartitions(java.lang.String type) -
      Method to get the number of 8-bit partitions given the element type
      -
      java.util.List<java.math.BigInteger>getPaddedPartitions(java.lang.String type) -
      Method to get an empty set of partitions by data type - used for padding return array values
      -
      static java.util.List<java.math.BigInteger>partitionBits(java.math.BigInteger value, - int partitionSize, - java.math.BigInteger mask) -
      Splits the given BigInteger into partitions given by the partitionSize
      -
      java.util.ArrayList<java.math.BigInteger>toPartitions(java.lang.Object obj, - java.lang.String type) -
      Partitions an object to an ArrayList of BigInteger values, currently represents an 8-bit partitioning
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        PrimitiveTypePartitioner

        -
        public PrimitiveTypePartitioner()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        partitionBits

        -
        public static java.util.List<java.math.BigInteger> partitionBits(java.math.BigInteger value,
        -                                                 int partitionSize,
        -                                                 java.math.BigInteger mask)
        -                                                          throws PIRException
        -
        Splits the given BigInteger into partitions given by the partitionSize
        -
        Throws:
        -
        PIRException
        -
      • -
      - - - -
        -
      • -

        formBitMask

        -
        public static java.math.BigInteger formBitMask(int partitionSize)
        -
        Method to form a BigInteger bit mask for the given partitionSize
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        fromPartitions

        -
        public java.lang.Object fromPartitions(java.util.List<java.math.BigInteger> parts,
        -                              int partsIndex,
        -                              java.lang.String type)
        -                                throws PIRException
        -
        Reconstructs the object from the partitions
        -
        -
        Specified by:
        -
        fromPartitions in interface DataPartitioner
        -
        Throws:
        -
        PIRException
        -
      • -
      - - - -
        -
      • -

        toPartitions

        -
        public java.util.ArrayList<java.math.BigInteger> toPartitions(java.lang.Object obj,
        -                                                     java.lang.String type)
        -                                                       throws PIRException
        -
        Partitions an object to an ArrayList of BigInteger values, currently represents an 8-bit partitioning
        -
        -
        Specified by:
        -
        toPartitions in interface DataPartitioner
        -
        Throws:
        -
        PIRException
        -
      • -
      - - - -
        -
      • -

        getPaddedPartitions

        -
        public java.util.List<java.math.BigInteger> getPaddedPartitions(java.lang.String type)
        -                                                         throws PIRException
        -
        Method to get an empty set of partitions by data type - used for padding return array values
        -
        -
        Specified by:
        -
        getPaddedPartitions in interface DataPartitioner
        -
        Throws:
        -
        PIRException
        -
      • -
      - - - -
        -
      • -

        arrayToPartitions

        -
        public java.util.ArrayList<java.math.BigInteger> arrayToPartitions(java.util.List<?> elementList,
        -                                                          java.lang.String type)
        -                                                            throws PIRException
        -
        Create partitions for an array of the same type of elements - used when a data value field is an array and we wish to encode these into the return value
        -
        -
        Specified by:
        -
        arrayToPartitions in interface DataPartitioner
        -
        Throws:
        -
        PIRException
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/4178b38c/bin/docs/org/apache/pirk/schema/data/partitioner/class-use/DataPartitioner.html ---------------------------------------------------------------------- diff --git a/bin/docs/org/apache/pirk/schema/data/partitioner/class-use/DataPartitioner.html b/bin/docs/org/apache/pirk/schema/data/partitioner/class-use/DataPartitioner.html deleted file mode 100644 index 98289f0..0000000 --- a/bin/docs/org/apache/pirk/schema/data/partitioner/class-use/DataPartitioner.html +++ /dev/null @@ -1,233 +0,0 @@ - - - - - -Uses of Interface org.apache.pirk.schema.data.partitioner.DataPartitioner - - - - - - - - - - -
-

Uses of Interface
org.apache.pirk.schema.data.partitioner.DataPartitioner

-
-
- -
- - - - - - http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/4178b38c/bin/docs/org/apache/pirk/schema/data/partitioner/class-use/IPDataPartitioner.html ---------------------------------------------------------------------- diff --git a/bin/docs/org/apache/pirk/schema/data/partitioner/class-use/IPDataPartitioner.html b/bin/docs/org/apache/pirk/schema/data/partitioner/class-use/IPDataPartitioner.html deleted file mode 100644 index 0c6a9f7..0000000 --- a/bin/docs/org/apache/pirk/schema/data/partitioner/class-use/IPDataPartitioner.html +++ /dev/null @@ -1,115 +0,0 @@ - - - - - -Uses of Class org.apache.pirk.schema.data.partitioner.IPDataPartitioner - - - - - - - - - - -
-

Uses of Class
org.apache.pirk.schema.data.partitioner.IPDataPartitioner

-
-
No usage of org.apache.pirk.schema.data.partitioner.IPDataPartitioner
- - - - - -