Tabnine Logo
StatsUnit.getType
Code IndexAdd Tabnine to your IDE (free)

How to use
getType
method
in
uk.ac.ebi.intact.core.persister.stats.StatsUnit

Best Java code snippets using uk.ac.ebi.intact.core.persister.stats.StatsUnit.getType (Showing top 9 results out of 315)

origin: uk.ac.ebi.intact.core/intact-core

public void addMerged(AnnotatedObject ao) {
  StatsUnit su = StatsUnitFactory.createStatsUnit(ao);
  mergedMap.put(su.getType(), su);
}
origin: uk.ac.ebi.intact.core/intact-core

public void addPersisted(AnnotatedObject ao) {
  StatsUnit su = StatsUnitFactory.createStatsUnit(ao);
  persistedMap.put(su.getType(), su);
}
origin: uk.ac.ebi.intact.core/intact-core

public void addTransient(AnnotatedObject ao) {
  StatsUnit su = StatsUnitFactory.createStatsUnit(ao);
  transientMap.put(su.getType(), su);
}
origin: uk.ac.ebi.intact.core/intact-core-readonly

public void addDuplicate(AnnotatedObject ao) {
  StatsUnit su = StatsUnitFactory.createStatsUnit(ao);
  duplicatesMap.put(su.getType(), su);
}
origin: uk.ac.ebi.intact.core/intact-core-readonly

public void addMerged(AnnotatedObject ao) {
  StatsUnit su = StatsUnitFactory.createStatsUnit(ao);
  mergedMap.put(su.getType(), su);
}
origin: uk.ac.ebi.intact.core/intact-core

public void addDuplicate(AnnotatedObject ao) {
  StatsUnit su = StatsUnitFactory.createStatsUnit(ao);
  duplicatesMap.put(su.getType(), su);
}
origin: uk.ac.ebi.intact.core/intact-core-readonly

public void addPersisted(AnnotatedObject ao) {
  StatsUnit su = StatsUnitFactory.createStatsUnit(ao);
  persistedMap.put(su.getType(), su);
}
origin: uk.ac.ebi.intact.core/intact-core-readonly

public void addTransient(AnnotatedObject ao) {
  StatsUnit su = StatsUnitFactory.createStatsUnit(ao);
  transientMap.put(su.getType(), su);
}
origin: uk.ac.ebi.intact.dataexchange/intact-cvutils

private void addCvObjectsToUpdaterStats( PersisterStatistics persisterStats, CvUpdaterStatistics stats ) {
  for ( StatsUnit statsUnit : persisterStats.getPersisted( CvObject.class, true ) ) {
    stats.getCreatedCvs().put( statsUnit.getType(), statsUnit );
  }
  for ( StatsUnit statsUnit : persisterStats.getMerged( CvObject.class, true ) ) {
    stats.getUpdatedCvs().put( statsUnit.getType(), statsUnit );
  }
}
uk.ac.ebi.intact.core.persister.statsStatsUnitgetType

Popular methods of StatsUnit

    Popular in Java

    • Finding current android device location
    • addToBackStack (FragmentTransaction)
    • getOriginalFilename (MultipartFile)
      Return the original filename in the client's filesystem.This may contain path information depending
    • setScale (BigDecimal)
    • Container (java.awt)
      A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT co
    • SQLException (java.sql)
      An exception that indicates a failed JDBC operation. It provides the following information about pro
    • Collections (java.util)
      This class consists exclusively of static methods that operate on or return collections. It contains
    • Properties (java.util)
      A Properties object is a Hashtable where the keys and values must be Strings. Each property can have
    • JLabel (javax.swing)
    • Logger (org.apache.log4j)
      This is the central class in the log4j package. Most logging operations, except configuration, are d
    • Best IntelliJ plugins
    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