org.gcube.contentmanagement.timeseriesservice.impl.curation.guessing
Class GuessingPrefetcher

java.lang.Object
  extended by org.gcube.contentmanagement.timeseriesservice.impl.curation.guessing.GuessingPrefetcher
All Implemented Interfaces:
Runnable

public class GuessingPrefetcher
extends Object
implements Runnable


Constructor Summary
GuessingPrefetcher(String tableName, String resourceId, ColumnDefinition[] columnDefintionArray)
           
 
Method Summary
static void deliteGuessing(String resourceId)
           
static GuessDimensionArray getGuessing(String resourceId, String fieldId)
           
static GuessDimensionArray guess(String tableName, String fieldId)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuessingPrefetcher

public GuessingPrefetcher(String tableName,
                          String resourceId,
                          ColumnDefinition[] columnDefintionArray)
Method Detail

run

public void run()
Specified by:
run in interface Runnable

guess

public static GuessDimensionArray guess(String tableName,
                                        String fieldId)
                                 throws Exception
Throws:
Exception

getGuessing

public static GuessDimensionArray getGuessing(String resourceId,
                                              String fieldId)
                                       throws Exception
Throws:
Exception

deliteGuessing

public static void deliteGuessing(String resourceId)
                           throws Exception
Throws:
Exception


Copyright © 2012. All Rights Reserved.