jar

com.graphaware.neo4j : relcount

Maven & Gradle

Jan 19, 2016
11 stars

GraphAware Relationship Count Module · GraphAware Runtime Module for Efficient Relationship Counting

Table Of Contents

Latest Version

Download com.graphaware.neo4j : relcount JAR file - Latest Versions:

All Versions

Download com.graphaware.neo4j : relcount JAR file - All Versions:

Version Vulnerabilities Size Updated
2.3.x
2.2.x
2.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window relcount-2.3.2.37.9.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.graphaware.module.relcount

├─ com.graphaware.module.relcount.RelationshipCountConfiguration.class - [JAR]

├─ com.graphaware.module.relcount.RelationshipCountConfigurationImpl.class - [JAR]

├─ com.graphaware.module.relcount.RelationshipCountModule.class - [JAR]

com.graphaware.module.relcount.compact

├─ com.graphaware.module.relcount.compact.CompactionStrategy.class - [JAR]

├─ com.graphaware.module.relcount.compact.GeneralizationGenerator.class - [JAR]

├─ com.graphaware.module.relcount.compact.GeneralizationStrategy.class - [JAR]

├─ com.graphaware.module.relcount.compact.GeneralizeFrequentlyChanging.class - [JAR]

├─ com.graphaware.module.relcount.compact.PropertyChangeFrequency.class - [JAR]

├─ com.graphaware.module.relcount.compact.ThresholdBasedCompactionStrategy.class - [JAR]

com.graphaware.module.relcount.bootstrap

├─ com.graphaware.module.relcount.bootstrap.RelcountModuleBootstrapper.class - [JAR]

com.graphaware.module.relcount.cache

├─ com.graphaware.module.relcount.cache.DegreeCache.class - [JAR]

├─ com.graphaware.module.relcount.cache.DegreeCachingNode.class - [JAR]

├─ com.graphaware.module.relcount.cache.DegreeCachingStrategy.class - [JAR]

├─ com.graphaware.module.relcount.cache.NodeBasedDegreeCache.class - [JAR]

├─ com.graphaware.module.relcount.cache.NodePropertiesDegreeCachingStrategy.class - [JAR]

├─ com.graphaware.module.relcount.cache.SingleNodePropertyDegreeCachingStrategy.class - [JAR]

com.graphaware.module.relcount.count

├─ com.graphaware.module.relcount.count.BaseFallbackRelationshipCounter.class - [JAR]

├─ com.graphaware.module.relcount.count.CachedRelationshipCounter.class - [JAR]

├─ com.graphaware.module.relcount.count.FallbackRelationshipCounter.class - [JAR]

├─ com.graphaware.module.relcount.count.LegacyFallbackRelationshipCounter.class - [JAR]

├─ com.graphaware.module.relcount.count.LegacyNaiveRelationshipCounter.class - [JAR]

├─ com.graphaware.module.relcount.count.NaiveRelationshipCounter.class - [JAR]

├─ com.graphaware.module.relcount.count.OneForEach.class - [JAR]

├─ com.graphaware.module.relcount.count.RelationshipCounter.class - [JAR]

├─ com.graphaware.module.relcount.count.UnableToCountException.class - [JAR]

├─ com.graphaware.module.relcount.count.WeighingStrategy.class - [JAR]

Advertisement