http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/c12d47f1/docs/org/apache/pirk/schema/data/DataSchema.html ---------------------------------------------------------------------- diff --git a/docs/org/apache/pirk/schema/data/DataSchema.html b/docs/org/apache/pirk/schema/data/DataSchema.html index de807ff..8776ee5 100644 --- a/docs/org/apache/pirk/schema/data/DataSchema.html +++ b/docs/org/apache/pirk/schema/data/DataSchema.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Sun Jul 24 11:37:26 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 08:53:01 EDT 2016 --> <title>DataSchema</title> -<meta name="date" content="2016-07-24"> +<meta name="date" content="2016-07-26"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> @@ -37,7 +37,7 @@ <div class="subNav"> <ul class="navList"> <li>Prev Class</li> -<li><a href="../../../../../org/apache/pirk/schema/data/LoadDataSchemas.html" title="class in org.apache.pirk.schema.data"><span class="strong">Next Class</span></a></li> +<li><a href="../../../../../org/apache/pirk/schema/data/DataSchemaLoader.html" title="class in org.apache.pirk.schema.data"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/pirk/schema/data/DataSchema.html" target="_top">Frames</a></li> @@ -63,13 +63,13 @@ <li>Summary: </li> <li>Nested | </li> <li>Field | </li> -<li><a href="#constructor_summary">Constr</a> | </li> +<li>Constr | </li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail: </li> <li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> +<li>Constr | </li> <li><a href="#method_detail">Method</a></li> </ul> </div> @@ -103,35 +103,19 @@ <pre>public class <span class="strong">DataSchema</span> extends java.lang.Object implements java.io.Serializable</pre> -<div class="block">Class to hold a data schema</div> -<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../serialized-form.html#org.apache.pirk.schema.data.DataSchema">Serialized Form</a></dd></dl> +<div class="block">A data schema describes the target data being referenced by a <code>Querier</code> and a <code>Responder</code>. + <p> + 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. + <p> + Schemas are typically loaded from XML descriptors.</div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/pirk/schema/data/DataSchemaLoader.html" title="class in org.apache.pirk.schema.data"><code>DataSchemaLoader</code></a>, +<a href="../../../../../serialized-form.html#org.apache.pirk.schema.data.DataSchema">Serialized Form</a></dd></dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> -<!-- ======== CONSTRUCTOR SUMMARY ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_summary"> -<!-- --> -</a> -<h3>Constructor Summary</h3> -<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> -<caption><span>Constructors</span><span class="tabEnd"> </span></caption> -<tr> -<th class="colOne" scope="col">Constructor and Description</th> -</tr> -<tr class="altColor"> -<td class="colOne"><code><strong><a href="../../../../../org/apache/pirk/schema/data/DataSchema.html#DataSchema(java.lang.String,%20java.util.HashMap,%20java.util.HashSet,%20java.util.HashMap,%20java.util.HashMap)">DataSchema</a></strong>(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)</code> </td> -</tr> -</table> -</li> -</ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> @@ -146,70 +130,68 @@ implements java.io.Serializable</pre> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/pirk/schema/data/DataSchema.html#containsElement(java.lang.String)">containsElement</a></strong>(java.lang.String element)</code> </td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/pirk/schema/data/DataSchema.html#containsElement(java.lang.String)">containsElement</a></strong>(java.lang.String elementName)</code> +<div class="block">Returns true if the data schema contains an element with the given name.</div> +</td> </tr> <tr class="rowColor"> -<td class="colFirst"><code>java.lang.String</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/pirk/schema/data/DataSchema.html#getElementType(java.lang.String)">getElementType</a></strong>(java.lang.String element)</code> </td> +<td class="colFirst"><code>java.util.Set<java.lang.String></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/pirk/schema/data/DataSchema.html#getArrayElements()">getArrayElements</a></strong>()</code> +<div class="block">Returns the element names that are declared as arrays.</div> +</td> </tr> <tr class="altColor"> -<td class="colFirst"><code>java.util.HashSet<java.lang.String></code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/pirk/schema/data/DataSchema.html#getListRep()">getListRep</a></strong>()</code> </td> +<td class="colFirst"><code>java.util.Set<java.lang.String></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/pirk/schema/data/DataSchema.html#getElementNames()">getElementNames</a></strong>()</code> +<div class="block">Returns the set of element names defined by this schema.</div> +</td> </tr> <tr class="rowColor"> -<td class="colFirst"><code>java.util.HashSet<java.lang.String></code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/pirk/schema/data/DataSchema.html#getNonListRep()">getNonListRep</a></strong>()</code> </td> +<td class="colFirst"><code>java.lang.String</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/pirk/schema/data/DataSchema.html#getElementType(java.lang.String)">getElementType</a></strong>(java.lang.String elementName)</code> +<div class="block">Returns the name of the Java type associated with the given element name.</div> +</td> </tr> <tr class="altColor"> -<td class="colFirst"><code>java.lang.Object</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/pirk/schema/data/DataSchema.html#getPartitionerForElement(java.lang.String)">getPartitionerForElement</a></strong>(java.lang.String element)</code> -<div class="block">Method to get the partitioner instance given an element name</div> +<td class="colFirst"><code>java.util.Set<java.lang.String></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/pirk/schema/data/DataSchema.html#getNonArrayElements()">getNonArrayElements</a></strong>()</code> +<div class="block">Returns the element names that are declared to not be arrays.</div> </td> </tr> <tr class="rowColor"> -<td class="colFirst"><code>java.lang.Object</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/pirk/schema/data/DataSchema.html#getPartitionerInstance(java.lang.String)">getPartitionerInstance</a></strong>(java.lang.String partitionerName)</code> -<div class="block">Method to get the partitioner class instance corresponding to the given partitioner class name</div> +<td class="colFirst"><code><a href="../../../../../org/apache/pirk/schema/data/partitioner/DataPartitioner.html" title="interface in org.apache.pirk.schema.data.partitioner">DataPartitioner</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/pirk/schema/data/DataSchema.html#getPartitionerForElement(java.lang.String)">getPartitionerForElement</a></strong>(java.lang.String elementName)</code> +<div class="block">Returns the partitioner instance for the given element name.</div> </td> </tr> <tr class="altColor"> -<td class="colFirst"><code>java.util.HashMap<java.lang.String,java.lang.Object></code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/pirk/schema/data/DataSchema.html#getPartitionerInstances()">getPartitionerInstances</a></strong>()</code> -<div class="block">Method to get the partitionerInstances HashMap<String,Object> of partitionerName -> partitionerInstance</div> +<td class="colFirst"><code><a href="../../../../../org/apache/pirk/schema/data/partitioner/DataPartitioner.html" title="interface in org.apache.pirk.schema.data.partitioner">DataPartitioner</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/pirk/schema/data/DataSchema.html#getPartitionerInstance(java.lang.String)">getPartitionerInstance</a></strong>(java.lang.String partitionerTypeName)</code> +<div class="block">Returns the partitioner corresponding to the given partitioner class name.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.lang.String</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/pirk/schema/data/DataSchema.html#getPartitionerName(java.lang.String)">getPartitionerName</a></strong>(java.lang.String element)</code> -<div class="block">Method to get the partitioner class name given an element name</div> +<td class="colLast"><code><strong><a href="../../../../../org/apache/pirk/schema/data/DataSchema.html#getPartitionerTypeName(java.lang.String)">getPartitionerTypeName</a></strong>(java.lang.String elementName)</code> +<div class="block">Returns the partitioner type name for a given element name.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/pirk/schema/data/DataSchema.html#getSchemaName()">getSchemaName</a></strong>()</code> </td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/pirk/schema/data/DataSchema.html#getSchemaName()">getSchemaName</a></strong>()</code> +<div class="block">Returns the name of this schema.</div> +</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>org.apache.hadoop.io.Text</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/pirk/schema/data/DataSchema.html#getTextElement(java.lang.String)">getTextElement</a></strong>(java.lang.String element)</code> -<div class="block">Get the representation of a given element name</div> +<td class="colLast"><code><strong><a href="../../../../../org/apache/pirk/schema/data/DataSchema.html#getTextName(java.lang.String)">getTextName</a></strong>(java.lang.String elementName)</code> +<div class="block">Returns the Hadoop text representation of a given element name.</div> </td> </tr> <tr class="altColor"> -<td class="colFirst"><code>java.util.HashMap<java.lang.String,org.apache.hadoop.io.Text></code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/pirk/schema/data/DataSchema.html#getTextRep()">getTextRep</a></strong>()</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>java.util.HashMap<java.lang.String,java.lang.String></code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/pirk/schema/data/DataSchema.html#getTypeMap()">getTypeMap</a></strong>()</code> </td> -</tr> -<tr class="altColor"> <td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/pirk/schema/data/DataSchema.html#hasListRep(java.lang.String)">hasListRep</a></strong>(java.lang.String element)</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/pirk/schema/data/DataSchema.html#setPartitionerInstances(java.util.HashMap)">setPartitionerInstances</a></strong>(java.util.HashMap<java.lang.String,java.lang.Object> partitionerInstancesInput)</code> -<div class="block">Method to set the partitionerInstances HashMap<String,Object> of partitionerName -> partitionerInstance</div> +<td class="colLast"><code><strong><a href="../../../../../org/apache/pirk/schema/data/DataSchema.html#isArrayElement(java.lang.String)">isArrayElement</a></strong>(java.lang.String element)</code> +<div class="block">Returns true if the given element name is an array type.</div> </td> </tr> </table> @@ -228,89 +210,70 @@ implements java.io.Serializable</pre> <div class="details"> <ul class="blockList"> <li class="blockList"> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="DataSchema(java.lang.String, java.util.HashMap, java.util.HashSet, java.util.HashMap, java.util.HashMap)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>DataSchema</h4> -<pre>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)</pre> -</li> -</ul> -</li> -</ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> -<a name="getSchemaName()"> +<a name="containsElement(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> -<h4>getSchemaName</h4> -<pre>public java.lang.String getSchemaName()</pre> +<h4>containsElement</h4> +<pre>public boolean containsElement(java.lang.String elementName)</pre> +<div class="block">Returns true if the data schema contains an element with the given name.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>elementName</code> - The element name to check.</dd> +<dt><span class="strong">Returns:</span></dt><dd>true if the schema does define an element with that name, of false otherwise.</dd></dl> </li> </ul> -<a name="getTextRep()"> +<a name="getElementNames()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> -<h4>getTextRep</h4> -<pre>public java.util.HashMap<java.lang.String,org.apache.hadoop.io.Text> getTextRep()</pre> +<h4>getElementNames</h4> +<pre>public java.util.Set<java.lang.String> getElementNames()</pre> +<div class="block">Returns the set of element names defined by this schema.</div> +<dl><dt><span class="strong">Returns:</span></dt><dd>The possibly empty set of element names.</dd></dl> </li> </ul> -<a name="getPartitionerInstances()"> +<a name="getElementType(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> -<h4>getPartitionerInstances</h4> -<pre>public java.util.HashMap<java.lang.String,java.lang.Object> getPartitionerInstances() - throws java.lang.Exception</pre> -<div class="block">Method to get the partitionerInstances HashMap<String,Object> of partitionerName -> partitionerInstance +<h4>getElementType</h4> +<pre>public java.lang.String getElementType(java.lang.String elementName)</pre> +<div class="block">Returns the name of the Java type associated with the given element name. <p> - Will create it if it doesn't already exist</div> -<dl><dt><span class="strong">Throws:</span></dt> -<dd><code>java.lang.Exception</code></dd></dl> + The Java type is either a primitive type name, as defined in the <a href="../../../../../org/apache/pirk/schema/data/partitioner/PrimitiveTypePartitioner.html" title="class in org.apache.pirk.schema.data.partitioner"><code>PrimitiveTypePartitioner</code></a>, or a full canonical class name representing the element + type.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>elementName</code> - The element name whose type is requested.</dd> +<dt><span class="strong">Returns:</span></dt><dd>The type of the element, or <code>null</code> if the schema does not define the given element name.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/pirk/schema/data/partitioner/PrimitiveTypePartitioner.html" title="class in org.apache.pirk.schema.data.partitioner"><code>PrimitiveTypePartitioner</code></a></dd></dl> </li> </ul> -<a name="setPartitionerInstances(java.util.HashMap)"> +<a name="getArrayElements()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> -<h4>setPartitionerInstances</h4> -<pre>public void setPartitionerInstances(java.util.HashMap<java.lang.String,java.lang.Object> partitionerInstancesInput)</pre> -<div class="block">Method to set the partitionerInstances HashMap<String,Object> of partitionerName -> partitionerInstance</div> +<h4>getArrayElements</h4> +<pre>public java.util.Set<java.lang.String> getArrayElements()</pre> +<div class="block">Returns the element names that are declared as arrays.</div> +<dl><dt><span class="strong">Returns:</span></dt><dd>The set of names that are arrays, or an empty set if none.</dd></dl> </li> </ul> -<a name="getPartitionerInstance(java.lang.String)"> +<a name="getNonArrayElements()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> -<h4>getPartitionerInstance</h4> -<pre>public java.lang.Object getPartitionerInstance(java.lang.String partitionerName) - throws java.lang.Exception</pre> -<div class="block">Method to get the partitioner class instance corresponding to the given partitioner class name - <p> - Will construct the partitionerInstances HashMap if it doesn't exist</div> -<dl><dt><span class="strong">Throws:</span></dt> -<dd><code>java.lang.Exception</code></dd></dl> +<h4>getNonArrayElements</h4> +<pre>public java.util.Set<java.lang.String> getNonArrayElements()</pre> +<div class="block">Returns the element names that are declared to not be arrays.</div> +<dl><dt><span class="strong">Returns:</span></dt><dd>The set of names that are not arrays, or an empty set if none.</dd></dl> </li> </ul> <a name="getPartitionerForElement(java.lang.String)"> @@ -319,87 +282,84 @@ implements java.io.Serializable</pre> <ul class="blockList"> <li class="blockList"> <h4>getPartitionerForElement</h4> -<pre>public java.lang.Object getPartitionerForElement(java.lang.String element) - throws java.lang.Exception</pre> -<div class="block">Method to get the partitioner instance given an element name +<pre>public <a href="../../../../../org/apache/pirk/schema/data/partitioner/DataPartitioner.html" title="interface in org.apache.pirk.schema.data.partitioner">DataPartitioner</a> getPartitionerForElement(java.lang.String elementName) + throws <a href="../../../../../org/apache/pirk/utils/PIRException.html" title="class in org.apache.pirk.utils">PIRException</a></pre> +<div class="block">Returns the partitioner instance for the given element name. <p> - Will construct the partitionerInstances HashMap if it doesn't exist</div> -<dl><dt><span class="strong">Throws:</span></dt> -<dd><code>java.lang.Exception</code></dd></dl> -</li> -</ul> -<a name="getPartitionerName(java.lang.String)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>getPartitionerName</h4> -<pre>public java.lang.String getPartitionerName(java.lang.String element)</pre> -<div class="block">Method to get the partitioner class name given an element name</div> -</li> -</ul> -<a name="getTextElement(java.lang.String)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>getTextElement</h4> -<pre>public org.apache.hadoop.io.Text getTextElement(java.lang.String element)</pre> -<div class="block">Get the representation of a given element name</div> -</li> -</ul> -<a name="getTypeMap()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>getTypeMap</h4> -<pre>public java.util.HashMap<java.lang.String,java.lang.String> getTypeMap()</pre> + A partitioner for the named type is created on first request, and the same partitioner is returned on subsequent calls.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>elementName</code> - the name of the element whose partitioner is required.</dd> +<dt><span class="strong">Returns:</span></dt><dd>the data partitioner, or <code>null</code> if the element does not exist.</dd> +<dt><span class="strong">Throws:</span></dt> +<dd><code>PIRExcpetion</code> - if the partitioner cannot be instantiated.</dd> +<dd><code><a href="../../../../../org/apache/pirk/utils/PIRException.html" title="class in org.apache.pirk.utils">PIRException</a></code></dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/pirk/schema/data/DataSchema.html#getPartitionerInstance(java.lang.String)"><code>getPartitionerInstance(String)</code></a></dd></dl> </li> </ul> -<a name="getElementType(java.lang.String)"> +<a name="getPartitionerInstance(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> -<h4>getElementType</h4> -<pre>public java.lang.String getElementType(java.lang.String element)</pre> +<h4>getPartitionerInstance</h4> +<pre>public <a href="../../../../../org/apache/pirk/schema/data/partitioner/DataPartitioner.html" title="interface in org.apache.pirk.schema.data.partitioner">DataPartitioner</a> getPartitionerInstance(java.lang.String partitionerTypeName) + throws <a href="../../../../../org/apache/pirk/utils/PIRException.html" title="class in org.apache.pirk.utils">PIRException</a></pre> +<div class="block">Returns the partitioner corresponding to the given partitioner class name. + <p> + A partitioner for the named type is created on first request, and the same partitioner is returned on subsequent calls to this method.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>partitionerTypeName</code> - The class name for a partitioner type.</dd> +<dt><span class="strong">Returns:</span></dt><dd>The partitioner instance of the requested type.</dd> +<dt><span class="strong">Throws:</span></dt> +<dd><code><a href="../../../../../org/apache/pirk/utils/PIRException.html" title="class in org.apache.pirk.utils">PIRException</a></code> - If a problem occurs instantiating a new partitioner of the requested type.</dd></dl> </li> </ul> -<a name="containsElement(java.lang.String)"> +<a name="getPartitionerTypeName(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> -<h4>containsElement</h4> -<pre>public boolean containsElement(java.lang.String element)</pre> +<h4>getPartitionerTypeName</h4> +<pre>public java.lang.String getPartitionerTypeName(java.lang.String elementName)</pre> +<div class="block">Returns the partitioner type name for a given element name. + <p> + 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 <a href="../../../../../org/apache/pirk/schema/data/partitioner/DataPartitioner.html" title="interface in org.apache.pirk.schema.data.partitioner"><code>DataPartitioner</code></a> interface.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>elementName</code> - The element name whose partitioner type is requested.</dd> +<dt><span class="strong">Returns:</span></dt><dd>The type name of the element's partitioner, or <code>null</code> if there is no element of that name.</dd></dl> </li> </ul> -<a name="getListRep()"> +<a name="getSchemaName()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> -<h4>getListRep</h4> -<pre>public java.util.HashSet<java.lang.String> getListRep()</pre> +<h4>getSchemaName</h4> +<pre>public java.lang.String getSchemaName()</pre> +<div class="block">Returns the name of this schema.</div> +<dl><dt><span class="strong">Returns:</span></dt><dd>The schema name.</dd></dl> </li> </ul> -<a name="getNonListRep()"> +<a name="getTextName(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> -<h4>getNonListRep</h4> -<pre>public java.util.HashSet<java.lang.String> getNonListRep()</pre> +<h4>getTextName</h4> +<pre>public org.apache.hadoop.io.Text getTextName(java.lang.String elementName)</pre> +<div class="block">Returns the Hadoop text representation of a given element name.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>elementName</code> - The name of the element whose text representation is requested.</dd></dl> </li> </ul> -<a name="hasListRep(java.lang.String)"> +<a name="isArrayElement(java.lang.String)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> -<h4>hasListRep</h4> -<pre>public boolean hasListRep(java.lang.String element)</pre> +<h4>isArrayElement</h4> +<pre>public boolean isArrayElement(java.lang.String element)</pre> +<div class="block">Returns true if the given element name is an array type. + <p> + The method returns <code>false</code> if the element is not an array type or the schema does not define an element of this type.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>element</code> - The name of the element to test.</dd> +<dt><span class="strong">Returns:</span></dt><dd><code>true</code> if the element is an array type, and <code>false</code> otherwise.</dd></dl> </li> </ul> </li> @@ -429,7 +389,7 @@ implements java.io.Serializable</pre> <div class="subNav"> <ul class="navList"> <li>Prev Class</li> -<li><a href="../../../../../org/apache/pirk/schema/data/LoadDataSchemas.html" title="class in org.apache.pirk.schema.data"><span class="strong">Next Class</span></a></li> +<li><a href="../../../../../org/apache/pirk/schema/data/DataSchemaLoader.html" title="class in org.apache.pirk.schema.data"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/pirk/schema/data/DataSchema.html" target="_top">Frames</a></li> @@ -455,13 +415,13 @@ implements java.io.Serializable</pre> <li>Summary: </li> <li>Nested | </li> <li>Field | </li> -<li><a href="#constructor_summary">Constr</a> | </li> +<li>Constr | </li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail: </li> <li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> +<li>Constr | </li> <li><a href="#method_detail">Method</a></li> </ul> </div>
http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/c12d47f1/docs/org/apache/pirk/schema/data/DataSchemaLoader.html ---------------------------------------------------------------------- diff --git a/docs/org/apache/pirk/schema/data/DataSchemaLoader.html b/docs/org/apache/pirk/schema/data/DataSchemaLoader.html new file mode 100644 index 0000000..8c91d81 --- /dev/null +++ b/docs/org/apache/pirk/schema/data/DataSchemaLoader.html @@ -0,0 +1,320 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 08:53:01 EDT 2016 --> +<title>DataSchemaLoader</title> +<meta name="date" content="2016-07-26"> +<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> +</head> +<body> +<script type="text/javascript"><!-- + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="DataSchemaLoader"; + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar_top"> +<!-- --> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/DataSchemaLoader.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../../org/apache/pirk/schema/data/DataSchema.html" title="class in org.apache.pirk.schema.data"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/pirk/schema/data/DataSchemaRegistry.html" title="class in org.apache.pirk.schema.data"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/pirk/schema/data/DataSchemaLoader.html" target="_top">Frames</a></li> +<li><a href="DataSchemaLoader.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li><a href="#method_detail">Method</a></li> +</ul> +</div> +<a name="skip-navbar_top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.apache.pirk.schema.data</div> +<h2 title="Class DataSchemaLoader" class="title">Class DataSchemaLoader</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>org.apache.pirk.schema.data.DataSchemaLoader</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public class <span class="strong">DataSchemaLoader</span> +extends java.lang.Object</pre> +<div class="block">Class to load any data schemas specified in the properties file, 'data.schemas' + <p> + Schemas should be specified as follows; all items are treated in a case insensitive manner: + + <pre> + <code><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> + </code> + </pre> + + Primitive types must be one of the following: "byte", "short", "int", "long", "float", "double", "char", "string" + <p></div> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/pirk/schema/data/DataSchemaLoader.html#DataSchemaLoader()">DataSchemaLoader</a></strong>()</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span>Methods</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/pirk/schema/data/DataSchemaLoader.html#initialize()">initialize</a></strong>()</code> +<div class="block">Kept for compatibility</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/pirk/schema/data/DataSchemaLoader.html#initialize(boolean,%20org.apache.hadoop.fs.FileSystem)">initialize</a></strong>(boolean hdfs, + org.apache.hadoop.fs.FileSystem fs)</code> +<div class="block">Kept for compatibility</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/pirk/schema/data/DataSchema.html" title="class in org.apache.pirk.schema.data">DataSchema</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/pirk/schema/data/DataSchemaLoader.html#loadSchemaFile(java.io.InputStream)">loadSchemaFile</a></strong>(java.io.InputStream stream)</code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="DataSchemaLoader()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>DataSchemaLoader</h4> +<pre>public DataSchemaLoader()</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="initialize()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>initialize</h4> +<pre>public static void initialize() + throws java.lang.Exception</pre> +<div class="block">Kept for compatibility</div> +<dl><dt><span class="strong">Throws:</span></dt> +<dd><code>java.lang.Exception</code></dd></dl> +</li> +</ul> +<a name="initialize(boolean, org.apache.hadoop.fs.FileSystem)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>initialize</h4> +<pre>public static void initialize(boolean hdfs, + org.apache.hadoop.fs.FileSystem fs) + throws java.lang.Exception</pre> +<div class="block">Kept for compatibility</div> +<dl><dt><span class="strong">Throws:</span></dt> +<dd><code>java.lang.Exception</code></dd></dl> +</li> +</ul> +<a name="loadSchemaFile(java.io.InputStream)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>loadSchemaFile</h4> +<pre>public <a href="../../../../../org/apache/pirk/schema/data/DataSchema.html" title="class in org.apache.pirk.schema.data">DataSchema</a> loadSchemaFile(java.io.InputStream stream) + throws java.io.IOException, + <a href="../../../../../org/apache/pirk/utils/PIRException.html" title="class in org.apache.pirk.utils">PIRException</a></pre> +<dl><dt><span class="strong">Throws:</span></dt> +<dd><code>java.io.IOException</code></dd> +<dd><code><a href="../../../../../org/apache/pirk/utils/PIRException.html" title="class in org.apache.pirk.utils">PIRException</a></code></dd></dl> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar_bottom"> +<!-- --> +</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/DataSchemaLoader.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../../org/apache/pirk/schema/data/DataSchema.html" title="class in org.apache.pirk.schema.data"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/pirk/schema/data/DataSchemaRegistry.html" title="class in org.apache.pirk.schema.data"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/pirk/schema/data/DataSchemaLoader.html" target="_top">Frames</a></li> +<li><a href="DataSchemaLoader.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li><a href="#method_detail">Method</a></li> +</ul> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/c12d47f1/docs/org/apache/pirk/schema/data/DataSchemaRegistry.html ---------------------------------------------------------------------- diff --git a/docs/org/apache/pirk/schema/data/DataSchemaRegistry.html b/docs/org/apache/pirk/schema/data/DataSchemaRegistry.html new file mode 100644 index 0000000..0465a39 --- /dev/null +++ b/docs/org/apache/pirk/schema/data/DataSchemaRegistry.html @@ -0,0 +1,250 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 08:53:01 EDT 2016 --> +<title>DataSchemaRegistry</title> +<meta name="date" content="2016-07-26"> +<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> +</head> +<body> +<script type="text/javascript"><!-- + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="DataSchemaRegistry"; + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar_top"> +<!-- --> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/DataSchemaRegistry.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../../org/apache/pirk/schema/data/DataSchemaLoader.html" title="class in org.apache.pirk.schema.data"><span class="strong">Prev Class</span></a></li> +<li>Next Class</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/pirk/schema/data/DataSchemaRegistry.html" target="_top">Frames</a></li> +<li><a href="DataSchemaRegistry.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method_detail">Method</a></li> +</ul> +</div> +<a name="skip-navbar_top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.apache.pirk.schema.data</div> +<h2 title="Class DataSchemaRegistry" class="title">Class DataSchemaRegistry</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>org.apache.pirk.schema.data.DataSchemaRegistry</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public class <span class="strong">DataSchemaRegistry</span> +extends java.lang.Object</pre> +<div class="block">The data schema registry is a global location for data schema descriptors.</div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/pirk/schema/data/DataSchema.html" title="class in org.apache.pirk.schema.data"><code>DataSchema</code></a>, +<a href="../../../../../org/apache/pirk/schema/data/DataSchemaLoader.html" title="class in org.apache.pirk.schema.data"><code>DataSchemaLoader</code></a></dd></dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span>Methods</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../../org/apache/pirk/schema/data/DataSchema.html" title="class in org.apache.pirk.schema.data">DataSchema</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/pirk/schema/data/DataSchemaRegistry.html#get(java.lang.String)">get</a></strong>(java.lang.String schemaName)</code> +<div class="block">Returns the data schema with the given name.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../../org/apache/pirk/schema/data/DataSchema.html" title="class in org.apache.pirk.schema.data">DataSchema</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/pirk/schema/data/DataSchemaRegistry.html#put(org.apache.pirk.schema.data.DataSchema)">put</a></strong>(<a href="../../../../../org/apache/pirk/schema/data/DataSchema.html" title="class in org.apache.pirk.schema.data">DataSchema</a> schema)</code> +<div class="block">Adds the given data schema to the registry.</div> +</td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="put(org.apache.pirk.schema.data.DataSchema)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>put</h4> +<pre>public static <a href="../../../../../org/apache/pirk/schema/data/DataSchema.html" title="class in org.apache.pirk.schema.data">DataSchema</a> put(<a href="../../../../../org/apache/pirk/schema/data/DataSchema.html" title="class in org.apache.pirk.schema.data">DataSchema</a> schema)</pre> +<div class="block">Adds the given data schema to the registry. + + If there was an existing schema with the same name, it is replaced.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>schema</code> - The data schema to add.</dd> +<dt><span class="strong">Returns:</span></dt><dd>the previous schema registered at the same name, or <code>null</code> if there were none.</dd></dl> +</li> +</ul> +<a name="get(java.lang.String)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>get</h4> +<pre>public static <a href="../../../../../org/apache/pirk/schema/data/DataSchema.html" title="class in org.apache.pirk.schema.data">DataSchema</a> get(java.lang.String schemaName)</pre> +<div class="block">Returns the data schema with the given name.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>schemaName</code> - The data schema name to be returned.</dd> +<dt><span class="strong">Returns:</span></dt><dd>The data schema, or <code>null</code> if no such schema.</dd></dl> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar_bottom"> +<!-- --> +</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/DataSchemaRegistry.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../../org/apache/pirk/schema/data/DataSchemaLoader.html" title="class in org.apache.pirk.schema.data"><span class="strong">Prev Class</span></a></li> +<li>Next Class</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/pirk/schema/data/DataSchemaRegistry.html" target="_top">Frames</a></li> +<li><a href="DataSchemaRegistry.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method_detail">Method</a></li> +</ul> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/c12d47f1/docs/org/apache/pirk/schema/data/class-use/DataSchema.html ---------------------------------------------------------------------- diff --git a/docs/org/apache/pirk/schema/data/class-use/DataSchema.html b/docs/org/apache/pirk/schema/data/class-use/DataSchema.html index a1e5e9b..650472c 100644 --- a/docs/org/apache/pirk/schema/data/class-use/DataSchema.html +++ b/docs/org/apache/pirk/schema/data/class-use/DataSchema.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Sun Jul 24 11:37:28 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 08:53:03 EDT 2016 --> <title>Uses of Class org.apache.pirk.schema.data.DataSchema</title> -<meta name="date" content="2016-07-24"> +<meta name="date" content="2016-07-26"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> @@ -207,20 +207,34 @@ <tbody> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../../org/apache/pirk/schema/data/DataSchema.html" title="class in org.apache.pirk.schema.data">DataSchema</a></code></td> -<td class="colLast"><span class="strong">LoadDataSchemas.</span><code><strong><a href="../../../../../../org/apache/pirk/schema/data/LoadDataSchemas.html#getSchema(java.lang.String)">getSchema</a></strong>(java.lang.String schemaName)</code> </td> +<td class="colLast"><span class="strong">DataSchemaRegistry.</span><code><strong><a href="../../../../../../org/apache/pirk/schema/data/DataSchemaRegistry.html#get(java.lang.String)">get</a></strong>(java.lang.String schemaName)</code> +<div class="block">Returns the data schema with the given name.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/pirk/schema/data/DataSchema.html" title="class in org.apache.pirk.schema.data">DataSchema</a></code></td> +<td class="colLast"><span class="strong">DataSchemaLoader.</span><code><strong><a href="../../../../../../org/apache/pirk/schema/data/DataSchemaLoader.html#loadSchemaFile(java.io.InputStream)">loadSchemaFile</a></strong>(java.io.InputStream stream)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../../../org/apache/pirk/schema/data/DataSchema.html" title="class in org.apache.pirk.schema.data">DataSchema</a></code></td> +<td class="colLast"><span class="strong">DataSchemaRegistry.</span><code><strong><a href="../../../../../../org/apache/pirk/schema/data/DataSchemaRegistry.html#put(org.apache.pirk.schema.data.DataSchema)">put</a></strong>(<a href="../../../../../../org/apache/pirk/schema/data/DataSchema.html" title="class in org.apache.pirk.schema.data">DataSchema</a> schema)</code> +<div class="block">Adds the given data schema to the registry.</div> +</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> -<caption><span>Methods in <a href="../../../../../../org/apache/pirk/schema/data/package-summary.html">org.apache.pirk.schema.data</a> that return types with arguments of type <a href="../../../../../../org/apache/pirk/schema/data/DataSchema.html" title="class in org.apache.pirk.schema.data">DataSchema</a></span><span class="tabEnd"> </span></caption> +<caption><span>Methods in <a href="../../../../../../org/apache/pirk/schema/data/package-summary.html">org.apache.pirk.schema.data</a> with parameters of type <a href="../../../../../../org/apache/pirk/schema/data/DataSchema.html" title="class in org.apache.pirk.schema.data">DataSchema</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> -<td class="colFirst"><code>static java.util.HashMap<java.lang.String,<a href="../../../../../../org/apache/pirk/schema/data/DataSchema.html" title="class in org.apache.pirk.schema.data">DataSchema</a>></code></td> -<td class="colLast"><span class="strong">LoadDataSchemas.</span><code><strong><a href="../../../../../../org/apache/pirk/schema/data/LoadDataSchemas.html#getSchemaMap()">getSchemaMap</a></strong>()</code> </td> +<td class="colFirst"><code>static <a href="../../../../../../org/apache/pirk/schema/data/DataSchema.html" title="class in org.apache.pirk.schema.data">DataSchema</a></code></td> +<td class="colLast"><span class="strong">DataSchemaRegistry.</span><code><strong><a href="../../../../../../org/apache/pirk/schema/data/DataSchemaRegistry.html#put(org.apache.pirk.schema.data.DataSchema)">put</a></strong>(<a href="../../../../../../org/apache/pirk/schema/data/DataSchema.html" title="class in org.apache.pirk.schema.data">DataSchema</a> schema)</code> +<div class="block">Adds the given data schema to the registry.</div> +</td> </tr> </tbody> </table> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/c12d47f1/docs/org/apache/pirk/schema/data/class-use/DataSchemaLoader.html ---------------------------------------------------------------------- diff --git a/docs/org/apache/pirk/schema/data/class-use/DataSchemaLoader.html b/docs/org/apache/pirk/schema/data/class-use/DataSchemaLoader.html new file mode 100644 index 0000000..87f3924 --- /dev/null +++ b/docs/org/apache/pirk/schema/data/class-use/DataSchemaLoader.html @@ -0,0 +1,115 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 08:53:03 EDT 2016 --> +<title>Uses of Class org.apache.pirk.schema.data.DataSchemaLoader</title> +<meta name="date" content="2016-07-26"> +<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> +</head> +<body> +<script type="text/javascript"><!-- + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class org.apache.pirk.schema.data.DataSchemaLoader"; + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar_top"> +<!-- --> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../overview-summary.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../../../org/apache/pirk/schema/data/DataSchemaLoader.html" title="class in org.apache.pirk.schema.data">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../index.html?org/apache/pirk/schema/data/class-use/DataSchemaLoader.html" target="_top">Frames</a></li> +<li><a href="DataSchemaLoader.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip-navbar_top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<div class="header"> +<h2 title="Uses of Class org.apache.pirk.schema.data.DataSchemaLoader" class="title">Uses of Class<br>org.apache.pirk.schema.data.DataSchemaLoader</h2> +</div> +<div class="classUseContainer">No usage of org.apache.pirk.schema.data.DataSchemaLoader</div> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar_bottom"> +<!-- --> +</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../overview-summary.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../../../org/apache/pirk/schema/data/DataSchemaLoader.html" title="class in org.apache.pirk.schema.data">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../index.html?org/apache/pirk/schema/data/class-use/DataSchemaLoader.html" target="_top">Frames</a></li> +<li><a href="DataSchemaLoader.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/c12d47f1/docs/org/apache/pirk/schema/data/class-use/DataSchemaRegistry.html ---------------------------------------------------------------------- diff --git a/docs/org/apache/pirk/schema/data/class-use/DataSchemaRegistry.html b/docs/org/apache/pirk/schema/data/class-use/DataSchemaRegistry.html new file mode 100644 index 0000000..be8da7e --- /dev/null +++ b/docs/org/apache/pirk/schema/data/class-use/DataSchemaRegistry.html @@ -0,0 +1,115 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 08:53:03 EDT 2016 --> +<title>Uses of Class org.apache.pirk.schema.data.DataSchemaRegistry</title> +<meta name="date" content="2016-07-26"> +<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> +</head> +<body> +<script type="text/javascript"><!-- + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class org.apache.pirk.schema.data.DataSchemaRegistry"; + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar_top"> +<!-- --> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../overview-summary.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../../../org/apache/pirk/schema/data/DataSchemaRegistry.html" title="class in org.apache.pirk.schema.data">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../index.html?org/apache/pirk/schema/data/class-use/DataSchemaRegistry.html" target="_top">Frames</a></li> +<li><a href="DataSchemaRegistry.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip-navbar_top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<div class="header"> +<h2 title="Uses of Class org.apache.pirk.schema.data.DataSchemaRegistry" class="title">Uses of Class<br>org.apache.pirk.schema.data.DataSchemaRegistry</h2> +</div> +<div class="classUseContainer">No usage of org.apache.pirk.schema.data.DataSchemaRegistry</div> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar_bottom"> +<!-- --> +</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../overview-summary.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../../../org/apache/pirk/schema/data/DataSchemaRegistry.html" title="class in org.apache.pirk.schema.data">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../index.html?org/apache/pirk/schema/data/class-use/DataSchemaRegistry.html" target="_top">Frames</a></li> +<li><a href="DataSchemaRegistry.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/c12d47f1/docs/org/apache/pirk/schema/data/package-frame.html ---------------------------------------------------------------------- diff --git a/docs/org/apache/pirk/schema/data/package-frame.html b/docs/org/apache/pirk/schema/data/package-frame.html index 81d0b70..054e004 100644 --- a/docs/org/apache/pirk/schema/data/package-frame.html +++ b/docs/org/apache/pirk/schema/data/package-frame.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Sun Jul 24 11:37:28 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 08:53:03 EDT 2016 --> <title>org.apache.pirk.schema.data</title> -<meta name="date" content="2016-07-24"> +<meta name="date" content="2016-07-26"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> @@ -13,7 +13,8 @@ <h2 title="Classes">Classes</h2> <ul title="Classes"> <li><a href="DataSchema.html" title="class in org.apache.pirk.schema.data" target="classFrame">DataSchema</a></li> -<li><a href="LoadDataSchemas.html" title="class in org.apache.pirk.schema.data" target="classFrame">LoadDataSchemas</a></li> +<li><a href="DataSchemaLoader.html" title="class in org.apache.pirk.schema.data" target="classFrame">DataSchemaLoader</a></li> +<li><a href="DataSchemaRegistry.html" title="class in org.apache.pirk.schema.data" target="classFrame">DataSchemaRegistry</a></li> </ul> </div> </body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/c12d47f1/docs/org/apache/pirk/schema/data/package-summary.html ---------------------------------------------------------------------- diff --git a/docs/org/apache/pirk/schema/data/package-summary.html b/docs/org/apache/pirk/schema/data/package-summary.html index ce6c424..a2ad042 100644 --- a/docs/org/apache/pirk/schema/data/package-summary.html +++ b/docs/org/apache/pirk/schema/data/package-summary.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Sun Jul 24 11:37:28 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 08:53:03 EDT 2016 --> <title>org.apache.pirk.schema.data</title> -<meta name="date" content="2016-07-24"> +<meta name="date" content="2016-07-26"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> @@ -78,15 +78,21 @@ <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/pirk/schema/data/DataSchema.html" title="class in org.apache.pirk.schema.data">DataSchema</a></td> <td class="colLast"> -<div class="block">Class to hold a data schema</div> +<div class="block">A data schema describes the target data being referenced by a <code>Querier</code> and a <code>Responder</code>.</div> </td> </tr> <tr class="rowColor"> -<td class="colFirst"><a href="../../../../../org/apache/pirk/schema/data/LoadDataSchemas.html" title="class in org.apache.pirk.schema.data">LoadDataSchemas</a></td> +<td class="colFirst"><a href="../../../../../org/apache/pirk/schema/data/DataSchemaLoader.html" title="class in org.apache.pirk.schema.data">DataSchemaLoader</a></td> <td class="colLast"> <div class="block">Class to load any data schemas specified in the properties file, 'data.schemas'</div> </td> </tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../../org/apache/pirk/schema/data/DataSchemaRegistry.html" title="class in org.apache.pirk.schema.data">DataSchemaRegistry</a></td> +<td class="colLast"> +<div class="block">The data schema registry is a global location for data schema descriptors.</div> +</td> +</tr> </tbody> </table> </li> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/c12d47f1/docs/org/apache/pirk/schema/data/package-tree.html ---------------------------------------------------------------------- diff --git a/docs/org/apache/pirk/schema/data/package-tree.html b/docs/org/apache/pirk/schema/data/package-tree.html index a589f76..3f46ff6 100644 --- a/docs/org/apache/pirk/schema/data/package-tree.html +++ b/docs/org/apache/pirk/schema/data/package-tree.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Sun Jul 24 11:37:28 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 08:53:03 EDT 2016 --> <title>org.apache.pirk.schema.data Class Hierarchy</title> -<meta name="date" content="2016-07-24"> +<meta name="date" content="2016-07-26"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> @@ -75,7 +75,8 @@ <li type="circle">java.lang.Object <ul> <li type="circle">org.apache.pirk.schema.data.<a href="../../../../../org/apache/pirk/schema/data/DataSchema.html" title="class in org.apache.pirk.schema.data"><span class="strong">DataSchema</span></a> (implements java.io.Serializable)</li> -<li type="circle">org.apache.pirk.schema.data.<a href="../../../../../org/apache/pirk/schema/data/LoadDataSchemas.html" title="class in org.apache.pirk.schema.data"><span class="strong">LoadDataSchemas</span></a></li> +<li type="circle">org.apache.pirk.schema.data.<a href="../../../../../org/apache/pirk/schema/data/DataSchemaLoader.html" title="class in org.apache.pirk.schema.data"><span class="strong">DataSchemaLoader</span></a></li> +<li type="circle">org.apache.pirk.schema.data.<a href="../../../../../org/apache/pirk/schema/data/DataSchemaRegistry.html" title="class in org.apache.pirk.schema.data"><span class="strong">DataSchemaRegistry</span></a></li> </ul> </li> </ul> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/c12d47f1/docs/org/apache/pirk/schema/data/package-use.html ---------------------------------------------------------------------- diff --git a/docs/org/apache/pirk/schema/data/package-use.html b/docs/org/apache/pirk/schema/data/package-use.html index f7815b5..9d42244 100644 --- a/docs/org/apache/pirk/schema/data/package-use.html +++ b/docs/org/apache/pirk/schema/data/package-use.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Sun Jul 24 11:37:28 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 08:53:03 EDT 2016 --> <title>Uses of Package org.apache.pirk.schema.data</title> -<meta name="date" content="2016-07-24"> +<meta name="date" content="2016-07-26"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> @@ -113,7 +113,7 @@ <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../../../org/apache/pirk/schema/data/class-use/DataSchema.html#org.apache.pirk.query.wideskies">DataSchema</a> -<div class="block">Class to hold a data schema</div> +<div class="block">A data schema describes the target data being referenced by a <code>Querier</code> and a <code>Responder</code>.</div> </td> </tr> </tbody> @@ -130,7 +130,7 @@ <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../../../org/apache/pirk/schema/data/class-use/DataSchema.html#org.apache.pirk.responder.wideskies.common">DataSchema</a> -<div class="block">Class to hold a data schema</div> +<div class="block">A data schema describes the target data being referenced by a <code>Querier</code> and a <code>Responder</code>.</div> </td> </tr> </tbody> @@ -147,7 +147,7 @@ <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../../../org/apache/pirk/schema/data/class-use/DataSchema.html#org.apache.pirk.responder.wideskies.spark">DataSchema</a> -<div class="block">Class to hold a data schema</div> +<div class="block">A data schema describes the target data being referenced by a <code>Querier</code> and a <code>Responder</code>.</div> </td> </tr> </tbody> @@ -164,7 +164,7 @@ <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../../../org/apache/pirk/schema/data/class-use/DataSchema.html#org.apache.pirk.schema.data">DataSchema</a> -<div class="block">Class to hold a data schema</div> +<div class="block">A data schema describes the target data being referenced by a <code>Querier</code> and a <code>Responder</code>.</div> </td> </tr> </tbody> @@ -181,7 +181,7 @@ <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../../../org/apache/pirk/schema/data/class-use/DataSchema.html#org.apache.pirk.schema.query.filter">DataSchema</a> -<div class="block">Class to hold a data schema</div> +<div class="block">A data schema describes the target data being referenced by a <code>Querier</code> and a <code>Responder</code>.</div> </td> </tr> </tbody> @@ -198,7 +198,7 @@ <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../../../org/apache/pirk/schema/data/class-use/DataSchema.html#org.apache.pirk.utils">DataSchema</a> -<div class="block">Class to hold a data schema</div> +<div class="block">A data schema describes the target data being referenced by a <code>Querier</code> and a <code>Responder</code>.</div> </td> </tr> </tbody> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/c12d47f1/docs/org/apache/pirk/schema/data/partitioner/DataPartitioner.html ---------------------------------------------------------------------- diff --git a/docs/org/apache/pirk/schema/data/partitioner/DataPartitioner.html b/docs/org/apache/pirk/schema/data/partitioner/DataPartitioner.html index c3aa7f8..b4e66b7 100644 --- a/docs/org/apache/pirk/schema/data/partitioner/DataPartitioner.html +++ b/docs/org/apache/pirk/schema/data/partitioner/DataPartitioner.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Sun Jul 24 11:37:27 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 08:53:02 EDT 2016 --> <title>DataPartitioner</title> -<meta name="date" content="2016-07-24"> +<meta name="date" content="2016-07-26"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/c12d47f1/docs/org/apache/pirk/schema/data/partitioner/IPDataPartitioner.html ---------------------------------------------------------------------- diff --git a/docs/org/apache/pirk/schema/data/partitioner/IPDataPartitioner.html b/docs/org/apache/pirk/schema/data/partitioner/IPDataPartitioner.html index bb7ec5d..9237604 100644 --- a/docs/org/apache/pirk/schema/data/partitioner/IPDataPartitioner.html +++ b/docs/org/apache/pirk/schema/data/partitioner/IPDataPartitioner.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Sun Jul 24 11:37:27 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 08:53:02 EDT 2016 --> <title>IPDataPartitioner</title> -<meta name="date" content="2016-07-24"> +<meta name="date" content="2016-07-26"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/c12d47f1/docs/org/apache/pirk/schema/data/partitioner/ISO8601DatePartitioner.html ---------------------------------------------------------------------- diff --git a/docs/org/apache/pirk/schema/data/partitioner/ISO8601DatePartitioner.html b/docs/org/apache/pirk/schema/data/partitioner/ISO8601DatePartitioner.html index 2e1b911..5330638 100644 --- a/docs/org/apache/pirk/schema/data/partitioner/ISO8601DatePartitioner.html +++ b/docs/org/apache/pirk/schema/data/partitioner/ISO8601DatePartitioner.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Sun Jul 24 11:37:27 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 08:53:02 EDT 2016 --> <title>ISO8601DatePartitioner</title> -<meta name="date" content="2016-07-24"> +<meta name="date" content="2016-07-26"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/c12d47f1/docs/org/apache/pirk/schema/data/partitioner/PrimitiveTypePartitioner.html ---------------------------------------------------------------------- diff --git a/docs/org/apache/pirk/schema/data/partitioner/PrimitiveTypePartitioner.html b/docs/org/apache/pirk/schema/data/partitioner/PrimitiveTypePartitioner.html index c1eac5d..6aba7a0 100644 --- a/docs/org/apache/pirk/schema/data/partitioner/PrimitiveTypePartitioner.html +++ b/docs/org/apache/pirk/schema/data/partitioner/PrimitiveTypePartitioner.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Sun Jul 24 11:37:27 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 08:53:02 EDT 2016 --> <title>PrimitiveTypePartitioner</title> -<meta name="date" content="2016-07-24"> +<meta name="date" content="2016-07-26"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/c12d47f1/docs/org/apache/pirk/schema/data/partitioner/class-use/DataPartitioner.html ---------------------------------------------------------------------- diff --git a/docs/org/apache/pirk/schema/data/partitioner/class-use/DataPartitioner.html b/docs/org/apache/pirk/schema/data/partitioner/class-use/DataPartitioner.html index d086d4f..09760b0 100644 --- a/docs/org/apache/pirk/schema/data/partitioner/class-use/DataPartitioner.html +++ b/docs/org/apache/pirk/schema/data/partitioner/class-use/DataPartitioner.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Sun Jul 24 11:37:28 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 08:53:03 EDT 2016 --> <title>Uses of Interface org.apache.pirk.schema.data.partitioner.DataPartitioner</title> -<meta name="date" content="2016-07-24"> +<meta name="date" content="2016-07-26"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> </head> <body> @@ -76,6 +76,10 @@ </tr> <tbody> <tr class="altColor"> +<td class="colFirst"><a href="#org.apache.pirk.schema.data">org.apache.pirk.schema.data</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.pirk.schema.data.partitioner">org.apache.pirk.schema.data.partitioner</a></td> <td class="colLast"> </td> </tr> @@ -84,6 +88,32 @@ </li> <li class="blockList"> <ul class="blockList"> +<li class="blockList"><a name="org.apache.pirk.schema.data"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../../org/apache/pirk/schema/data/partitioner/DataPartitioner.html" title="interface in org.apache.pirk.schema.data.partitioner">DataPartitioner</a> in <a href="../../../../../../../org/apache/pirk/schema/data/package-summary.html">org.apache.pirk.schema.data</a></h3> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../../../org/apache/pirk/schema/data/package-summary.html">org.apache.pirk.schema.data</a> that return <a href="../../../../../../../org/apache/pirk/schema/data/partitioner/DataPartitioner.html" title="interface in org.apache.pirk.schema.data.partitioner">DataPartitioner</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../../../org/apache/pirk/schema/data/partitioner/DataPartitioner.html" title="interface in org.apache.pirk.schema.data.partitioner">DataPartitioner</a></code></td> +<td class="colLast"><span class="strong">DataSchema.</span><code><strong><a href="../../../../../../../org/apache/pirk/schema/data/DataSchema.html#getPartitionerForElement(java.lang.String)">getPartitionerForElement</a></strong>(java.lang.String elementName)</code> +<div class="block">Returns the partitioner instance for the given element name.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../../../org/apache/pirk/schema/data/partitioner/DataPartitioner.html" title="interface in org.apache.pirk.schema.data.partitioner">DataPartitioner</a></code></td> +<td class="colLast"><span class="strong">DataSchema.</span><code><strong><a href="../../../../../../../org/apache/pirk/schema/data/DataSchema.html#getPartitionerInstance(java.lang.String)">getPartitionerInstance</a></strong>(java.lang.String partitionerTypeName)</code> +<div class="block">Returns the partitioner corresponding to the given partitioner class name.</div> +</td> +</tr> +</tbody> +</table> +</li> <li class="blockList"><a name="org.apache.pirk.schema.data.partitioner"> <!-- --> </a> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/c12d47f1/docs/org/apache/pirk/schema/data/partitioner/class-use/IPDataPartitioner.html ---------------------------------------------------------------------- diff --git a/docs/org/apache/pirk/schema/data/partitioner/class-use/IPDataPartitioner.html b/docs/org/apache/pirk/schema/data/partitioner/class-use/IPDataPartitioner.html index e5ac197..ebe8f12 100644 --- a/docs/org/apache/pirk/schema/data/partitioner/class-use/IPDataPartitioner.html +++ b/docs/org/apache/pirk/schema/data/partitioner/class-use/IPDataPartitioner.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Sun Jul 24 11:37:28 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 08:53:03 EDT 2016 --> <title>Uses of Class org.apache.pirk.schema.data.partitioner.IPDataPartitioner</title> -<meta name="date" content="2016-07-24"> +<meta name="date" content="2016-07-26"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/c12d47f1/docs/org/apache/pirk/schema/data/partitioner/class-use/ISO8601DatePartitioner.html ---------------------------------------------------------------------- diff --git a/docs/org/apache/pirk/schema/data/partitioner/class-use/ISO8601DatePartitioner.html b/docs/org/apache/pirk/schema/data/partitioner/class-use/ISO8601DatePartitioner.html index 831ab96..210c662 100644 --- a/docs/org/apache/pirk/schema/data/partitioner/class-use/ISO8601DatePartitioner.html +++ b/docs/org/apache/pirk/schema/data/partitioner/class-use/ISO8601DatePartitioner.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Sun Jul 24 11:37:28 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 08:53:03 EDT 2016 --> <title>Uses of Class org.apache.pirk.schema.data.partitioner.ISO8601DatePartitioner</title> -<meta name="date" content="2016-07-24"> +<meta name="date" content="2016-07-26"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/c12d47f1/docs/org/apache/pirk/schema/data/partitioner/class-use/PrimitiveTypePartitioner.html ---------------------------------------------------------------------- diff --git a/docs/org/apache/pirk/schema/data/partitioner/class-use/PrimitiveTypePartitioner.html b/docs/org/apache/pirk/schema/data/partitioner/class-use/PrimitiveTypePartitioner.html index 3a468eb..9c05b27 100644 --- a/docs/org/apache/pirk/schema/data/partitioner/class-use/PrimitiveTypePartitioner.html +++ b/docs/org/apache/pirk/schema/data/partitioner/class-use/PrimitiveTypePartitioner.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Sun Jul 24 11:37:28 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 08:53:03 EDT 2016 --> <title>Uses of Class org.apache.pirk.schema.data.partitioner.PrimitiveTypePartitioner</title> -<meta name="date" content="2016-07-24"> +<meta name="date" content="2016-07-26"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/c12d47f1/docs/org/apache/pirk/schema/data/partitioner/package-frame.html ---------------------------------------------------------------------- diff --git a/docs/org/apache/pirk/schema/data/partitioner/package-frame.html b/docs/org/apache/pirk/schema/data/partitioner/package-frame.html index 7c1b7c8..40a5d30 100644 --- a/docs/org/apache/pirk/schema/data/partitioner/package-frame.html +++ b/docs/org/apache/pirk/schema/data/partitioner/package-frame.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Sun Jul 24 11:37:28 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 08:53:03 EDT 2016 --> <title>org.apache.pirk.schema.data.partitioner</title> -<meta name="date" content="2016-07-24"> +<meta name="date" content="2016-07-26"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/c12d47f1/docs/org/apache/pirk/schema/data/partitioner/package-summary.html ---------------------------------------------------------------------- diff --git a/docs/org/apache/pirk/schema/data/partitioner/package-summary.html b/docs/org/apache/pirk/schema/data/partitioner/package-summary.html index 29245fa..40ca45f 100644 --- a/docs/org/apache/pirk/schema/data/partitioner/package-summary.html +++ b/docs/org/apache/pirk/schema/data/partitioner/package-summary.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Sun Jul 24 11:37:28 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 08:53:03 EDT 2016 --> <title>org.apache.pirk.schema.data.partitioner</title> -<meta name="date" content="2016-07-24"> +<meta name="date" content="2016-07-26"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/c12d47f1/docs/org/apache/pirk/schema/data/partitioner/package-tree.html ---------------------------------------------------------------------- diff --git a/docs/org/apache/pirk/schema/data/partitioner/package-tree.html b/docs/org/apache/pirk/schema/data/partitioner/package-tree.html index f0207ed..c8c95c5 100644 --- a/docs/org/apache/pirk/schema/data/partitioner/package-tree.html +++ b/docs/org/apache/pirk/schema/data/partitioner/package-tree.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Sun Jul 24 11:37:28 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 08:53:03 EDT 2016 --> <title>org.apache.pirk.schema.data.partitioner Class Hierarchy</title> -<meta name="date" content="2016-07-24"> +<meta name="date" content="2016-07-26"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body>
