Tabnine Logo
DatasetStateStore$TableNameParser
Code IndexAdd Tabnine to your IDE (free)

How to use
DatasetStateStore$TableNameParser
in
org.apache.gobblin.metastore

Best Java code snippets using org.apache.gobblin.metastore.DatasetStateStore$TableNameParser (Showing top 6 results out of 315)

origin: apache/incubator-gobblin

public FsDatasetStateStoreEntryManager(FileStatus fileStatus, FsDatasetStateStore stateStore) {
 super(fileStatus.getPath().getParent().getName(), fileStatus.getPath().getName(), fileStatus.getModificationTime(),
   new DatasetStateStore.TableNameParser(fileStatus.getPath().getName()), stateStore);
 this.stateStore = stateStore;
}
origin: org.apache.gobblin/gobblin-runtime

public MysqlDatasetStateStoreEntryManager(String storeName, String tableName, long modificationTime,
  MysqlDatasetStateStore stateStore) {
 super(storeName, tableName, modificationTime, new DatasetStateStore.TableNameParser(tableName), stateStore);
 this.stateStore = stateStore;
}
origin: org.apache.gobblin/gobblin-runtime

public FsDatasetStateStoreEntryManager(FileStatus fileStatus, FsDatasetStateStore stateStore) {
 super(fileStatus.getPath().getParent().getName(), fileStatus.getPath().getName(), fileStatus.getModificationTime(),
   new DatasetStateStore.TableNameParser(fileStatus.getPath().getName()), stateStore);
 this.stateStore = stateStore;
}
origin: org.apache.gobblin/gobblin-metastore

public DatasetStateStoreEntryManager(String storeName, String tableName, long timestamp,
  DatasetStateStore.TableNameParser tableNameParser, DatasetStateStore datasetStateStore) {
 this(storeName, tableName, timestamp, tableNameParser.getSanitizedDatasetUrn(), tableNameParser.getStateId(), datasetStateStore);
}
origin: apache/incubator-gobblin

public DatasetStateStoreEntryManager(String storeName, String tableName, long timestamp,
  DatasetStateStore.TableNameParser tableNameParser, DatasetStateStore datasetStateStore) {
 this(storeName, tableName, timestamp, tableNameParser.getSanitizedDatasetUrn(), tableNameParser.getStateId(), datasetStateStore);
}
origin: apache/incubator-gobblin

public MysqlDatasetStateStoreEntryManager(String storeName, String tableName, long modificationTime,
  MysqlDatasetStateStore stateStore) {
 super(storeName, tableName, modificationTime, new DatasetStateStore.TableNameParser(tableName), stateStore);
 this.stateStore = stateStore;
}
org.apache.gobblin.metastoreDatasetStateStore$TableNameParser

Most used methods

  • <init>
  • getSanitizedDatasetUrn
  • getStateId

Popular in Java

  • Reactive rest calls using spring rest template
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • getResourceAsStream (ClassLoader)
  • setScale (BigDecimal)
  • Font (java.awt)
    The Font class represents fonts, which are used to render text in a visible way. A font provides the
  • BufferedInputStream (java.io)
    A BufferedInputStream adds functionality to another input stream-namely, the ability to buffer the i
  • SortedSet (java.util)
    SortedSet is a Set which iterates over its elements in a sorted order. The order is determined eithe
  • TimeUnit (java.util.concurrent)
    A TimeUnit represents time durations at a given unit of granularity and provides utility methods to
  • BoxLayout (javax.swing)
  • JComboBox (javax.swing)
  • Best plugins for Eclipse
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now