com.splout.db.hadoop
Class TableSpec.FieldIndex

java.lang.Object
  extended by com.splout.db.hadoop.TableSpec.FieldIndex
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
TableSpec

public static class TableSpec.FieldIndex
extends java.lang.Object
implements java.io.Serializable

A database index made up by one or more Pangool Fields.

See Also:
Serialized Form

Constructor Summary
TableSpec.FieldIndex(com.datasalt.pangool.io.Schema.Field... fields)
           
TableSpec.FieldIndex(com.datasalt.pangool.io.Schema.Field field)
           
 
Method Summary
 com.datasalt.pangool.io.Schema.Field[] getIndexFields()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TableSpec.FieldIndex

public TableSpec.FieldIndex(com.datasalt.pangool.io.Schema.Field field)

TableSpec.FieldIndex

public TableSpec.FieldIndex(com.datasalt.pangool.io.Schema.Field... fields)
Method Detail

getIndexFields

public com.datasalt.pangool.io.Schema.Field[] getIndexFields()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2012-2013 Datasalt Systems S.L.. All Rights Reserved.