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 CA5E4200C6E for ; Sun, 23 Apr 2017 23:56:55 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C8E6B160B96; Sun, 23 Apr 2017 21:56:55 +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 C8E76160BD6 for ; Sun, 23 Apr 2017 23:56:49 +0200 (CEST) Received: (qmail 84308 invoked by uid 500); 23 Apr 2017 21:56:49 -0000 Mailing-List: contact commits-help@arrow.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@arrow.apache.org Delivered-To: mailing list commits@arrow.apache.org Received: (qmail 83385 invoked by uid 99); 23 Apr 2017 21:56:48 -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; Sun, 23 Apr 2017 21:56:48 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0D135E185A; Sun, 23 Apr 2017 21:56:48 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: wesm@apache.org To: commits@arrow.apache.org Date: Sun, 23 Apr 2017 21:57:23 -0000 Message-Id: In-Reply-To: <29ee32f1feff4418a4382ea8056f6f59@git.apache.org> References: <29ee32f1feff4418a4382ea8056f6f59@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [37/51] [partial] arrow-site git commit: Check in initial Javadoc archived-at: Sun, 23 Apr 2017 21:56:55 -0000 http://git-wip-us.apache.org/repos/asf/arrow-site/blob/355ede33/docs/java/org/apache/arrow/flatbuf/Block.html ---------------------------------------------------------------------- diff --git a/docs/java/org/apache/arrow/flatbuf/Block.html b/docs/java/org/apache/arrow/flatbuf/Block.html new file mode 100644 index 0000000..b4cf527 --- /dev/null +++ b/docs/java/org/apache/arrow/flatbuf/Block.html @@ -0,0 +1,364 @@ + + + + + + +Block (Apache Arrow Java Root POM 0.2.1-SNAPSHOT API) + + + + + + + + + + + + +
+
org.apache.arrow.flatbuf
+

Class Block

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • com.google.flatbuffers.Struct
    • +
    • +
        +
      • org.apache.arrow.flatbuf.Block
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public final class Block
    +extends com.google.flatbuffers.Struct
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Block

        +
        public Block()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        offset

        +
        public long offset()
        +
        Index to the start of the RecordBlock (note this is past the Message header)
        +
      • +
      + + + +
        +
      • +

        metaDataLength

        +
        public int metaDataLength()
        +
        Length of the metadata
        +
      • +
      + + + +
        +
      • +

        bodyLength

        +
        public long bodyLength()
        +
        Length of the data (this is aligned so there can be a gap between this and + the metatdata).
        +
      • +
      + + + +
        +
      • +

        createBlock

        +
        public static int createBlock(com.google.flatbuffers.FlatBufferBuilder builder,
        +                              long offset,
        +                              int metaDataLength,
        +                              long bodyLength)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2017 The Apache Software Foundation. All Rights Reserved.

+ + http://git-wip-us.apache.org/repos/asf/arrow-site/blob/355ede33/docs/java/org/apache/arrow/flatbuf/Bool.html ---------------------------------------------------------------------- diff --git a/docs/java/org/apache/arrow/flatbuf/Bool.html b/docs/java/org/apache/arrow/flatbuf/Bool.html new file mode 100644 index 0000000..a7f8bdb --- /dev/null +++ b/docs/java/org/apache/arrow/flatbuf/Bool.html @@ -0,0 +1,356 @@ + + + + + + +Bool (Apache Arrow Java Root POM 0.2.1-SNAPSHOT API) + + + + + + + + + + + + +
+
org.apache.arrow.flatbuf
+

Class Bool

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • com.google.flatbuffers.Table
    • +
    • +
        +
      • org.apache.arrow.flatbuf.Bool
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public final class Bool
    +extends com.google.flatbuffers.Table
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Bool

        +
        public Bool()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getRootAsBool

        +
        public static Bool getRootAsBool(ByteBuffer _bb)
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        startBool

        +
        public static void startBool(com.google.flatbuffers.FlatBufferBuilder builder)
        +
      • +
      + + + +
        +
      • +

        endBool

        +
        public static int endBool(com.google.flatbuffers.FlatBufferBuilder builder)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2017 The Apache Software Foundation. All Rights Reserved.

+ + http://git-wip-us.apache.org/repos/asf/arrow-site/blob/355ede33/docs/java/org/apache/arrow/flatbuf/Buffer.html ---------------------------------------------------------------------- diff --git a/docs/java/org/apache/arrow/flatbuf/Buffer.html b/docs/java/org/apache/arrow/flatbuf/Buffer.html new file mode 100644 index 0000000..17a985d --- /dev/null +++ b/docs/java/org/apache/arrow/flatbuf/Buffer.html @@ -0,0 +1,366 @@ + + + + + + +Buffer (Apache Arrow Java Root POM 0.2.1-SNAPSHOT API) + + + + + + + + + + + + +
+
org.apache.arrow.flatbuf
+

Class Buffer

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • com.google.flatbuffers.Struct
    • +
    • +
        +
      • org.apache.arrow.flatbuf.Buffer
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public final class Buffer
    +extends com.google.flatbuffers.Struct
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Buffer

        +
        public Buffer()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        page

        +
        public int page()
        +
        The shared memory page id where this buffer is located. Currently this is + not used
        +
      • +
      + + + +
        +
      • +

        offset

        +
        public long offset()
        +
        The relative offset into the shared memory page where the bytes for this + buffer starts
        +
      • +
      + + + +
        +
      • +

        length

        +
        public long length()
        +
        The absolute length (in bytes) of the memory buffer. The memory is found + from offset (inclusive) to offset + length (non-inclusive).
        +
      • +
      + + + +
        +
      • +

        createBuffer

        +
        public static int createBuffer(com.google.flatbuffers.FlatBufferBuilder builder,
        +                               int page,
        +                               long offset,
        +                               long length)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2017 The Apache Software Foundation. All Rights Reserved.

+ + http://git-wip-us.apache.org/repos/asf/arrow-site/blob/355ede33/docs/java/org/apache/arrow/flatbuf/Date.html ---------------------------------------------------------------------- diff --git a/docs/java/org/apache/arrow/flatbuf/Date.html b/docs/java/org/apache/arrow/flatbuf/Date.html new file mode 100644 index 0000000..9d002bc --- /dev/null +++ b/docs/java/org/apache/arrow/flatbuf/Date.html @@ -0,0 +1,399 @@ + + + + + + +Date (Apache Arrow Java Root POM 0.2.1-SNAPSHOT API) + + + + + + + + + + + + +
+
org.apache.arrow.flatbuf
+

Class Date

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • com.google.flatbuffers.Table
    • +
    • +
        +
      • org.apache.arrow.flatbuf.Date
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public final class Date
    +extends com.google.flatbuffers.Table
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Date

        +
        public Date()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getRootAsDate

        +
        public static Date getRootAsDate(ByteBuffer _bb)
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        unit

        +
        public short unit()
        +
      • +
      + + + +
        +
      • +

        createDate

        +
        public static int createDate(com.google.flatbuffers.FlatBufferBuilder builder,
        +                             short unit)
        +
      • +
      + + + +
        +
      • +

        startDate

        +
        public static void startDate(com.google.flatbuffers.FlatBufferBuilder builder)
        +
      • +
      + + + +
        +
      • +

        addUnit

        +
        public static void addUnit(com.google.flatbuffers.FlatBufferBuilder builder,
        +                           short unit)
        +
      • +
      + + + +
        +
      • +

        endDate

        +
        public static int endDate(com.google.flatbuffers.FlatBufferBuilder builder)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2017 The Apache Software Foundation. All Rights Reserved.

+ + http://git-wip-us.apache.org/repos/asf/arrow-site/blob/355ede33/docs/java/org/apache/arrow/flatbuf/DateUnit.html ---------------------------------------------------------------------- diff --git a/docs/java/org/apache/arrow/flatbuf/DateUnit.html b/docs/java/org/apache/arrow/flatbuf/DateUnit.html new file mode 100644 index 0000000..8c5fb42 --- /dev/null +++ b/docs/java/org/apache/arrow/flatbuf/DateUnit.html @@ -0,0 +1,296 @@ + + + + + + +DateUnit (Apache Arrow Java Root POM 0.2.1-SNAPSHOT API) + + + + + + + + + + + + +
+
org.apache.arrow.flatbuf
+

Class DateUnit

+
+
+ +
+
    +
  • +
    +
    +
    public final class DateUnit
    +extends Object
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2017 The Apache Software Foundation. All Rights Reserved.

+ +