congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
SQLPluginMetaStoreService
Code IndexAdd Tabnine to your IDE (free)

How to use
SQLPluginMetaStoreService
in
co.cask.coopr.store.provisioner

Best Java code snippets using co.cask.coopr.store.provisioner.SQLPluginMetaStoreService (Showing top 4 results out of 315)

origin: caskdata/coopr

 @Override
 void clearData() throws Exception {
  service.clearData();
 }
}
origin: caskdata/coopr

 @Override
 public PluginResourceTypeView getResourceTypeView(Account account, ResourceType type) {
  return getAccountView(account).getResourceTypeView(type);
 }
}
origin: caskdata/coopr

@BeforeClass
public static void setupTestClass() throws Exception {
 Configuration conf = BaseTest.createTestConf();
 Injector injector = Guice.createInjector(
  new ConfigurationModule(conf),
  new TestStoreModule()
 );
 service = injector.getInstance(SQLPluginMetaStoreService.class);
 service.startAndWait();
}
origin: caskdata/coopr

@After
public void cleanupBaseTest() throws Exception {
 if (shouldClearDataBetweenTests()) {
  sqlTenantStore.clearData();
  sqlClusterStoreService.clearData();
  sqlProvisionerStore.clearData();
  sqlMetaStoreService.clearData();
  sqlUserStore.clearData();
  pluginStore.clearData();
  credentialStore.wipe();
 }
}
co.cask.coopr.store.provisionerSQLPluginMetaStoreService

Javadoc

SQL database backed implementation of PluginMetaStoreService.

Most used methods

  • clearData
  • getAccountView
  • startAndWait

Popular in Java

  • Reading from database using SQL prepared statement
  • onCreateOptionsMenu (Activity)
  • startActivity (Activity)
  • getExternalFilesDir (Context)
  • PrintStream (java.io)
    Fake signature of an existing Java class.
  • Collection (java.util)
    Collection is the root of the collection hierarchy. It defines operations on data collections and t
  • NoSuchElementException (java.util)
    Thrown when trying to retrieve an element past the end of an Enumeration or Iterator.
  • CountDownLatch (java.util.concurrent)
    A synchronization aid that allows one or more threads to wait until a set of operations being perfor
  • BoxLayout (javax.swing)
  • Options (org.apache.commons.cli)
    Main entry-point into the library. Options represents a collection of Option objects, which describ
  • 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