This project has retired. For details please refer to its Attic page.
SampleMetastore (Lens 2.0.1-beta-incubating API)

org.apache.lens.examples
Class SampleMetastore

java.lang.Object
  extended by org.apache.lens.examples.SampleMetastore

public class SampleMetastore
extends Object


Field Summary
static Unmarshaller JAXB_UNMARSHALLER
           
 
Constructor Summary
SampleMetastore()
           
 
Method Summary
 void close()
           
 void createAll()
           
 void createCube()
           
 void createDimensions()
           
 void createStorages()
           
static void main(String[] args)
           
static Object readFromXML(String filename)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JAXB_UNMARSHALLER

public static final Unmarshaller JAXB_UNMARSHALLER
Constructor Detail

SampleMetastore

public SampleMetastore()
                throws JAXBException
Throws:
JAXBException
Method Detail

readFromXML

public static Object readFromXML(String filename)
                          throws JAXBException,
                                 IOException
Throws:
JAXBException
IOException

close

public void close()

createCube

public void createCube()
                throws JAXBException,
                       IOException
Throws:
JAXBException
IOException

createDimensions

public void createDimensions()
                      throws JAXBException,
                             IOException
Throws:
JAXBException
IOException

createStorages

public void createStorages()
                    throws JAXBException,
                           IOException
Throws:
JAXBException
IOException

createAll

public void createAll()
               throws JAXBException,
                      IOException
Throws:
JAXBException
IOException

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2014–2015 Apache Software Foundation. All rights reserved.