jar

com.graphaware.neo4j : expire

Maven & Gradle

Apr 03, 2020
2 usages
30 stars

GraphAware Expire Module · GraphAware Framework Module that automatically expires nodes and relationships.

Table Of Contents

Latest Version

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

All Versions

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

Version Vulnerabilities Size Updated
3.5.x
3.4.x
3.3.x
3.2.x
3.1.x
3.0.x
2.3.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 expire-3.5.14.58.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.graphaware.neo4j.expire.strategy

├─ com.graphaware.neo4j.expire.strategy.DeleteNodeAndRelationships.class - [JAR]

├─ com.graphaware.neo4j.expire.strategy.DeleteOrphanedNodeOnly.class - [JAR]

├─ com.graphaware.neo4j.expire.strategy.DeleteRelationship.class - [JAR]

├─ com.graphaware.neo4j.expire.strategy.ExpirationStrategy.class - [JAR]

com.graphaware.neo4j.expire.indexer

├─ com.graphaware.neo4j.expire.indexer.ExpirationIndexer.class - [JAR]

├─ com.graphaware.neo4j.expire.indexer.LegacyExpirationIndexer.class - [JAR]

com.graphaware.neo4j.expire.config

├─ com.graphaware.neo4j.expire.config.ExpirationConfiguration.class - [JAR]

com.graphaware.neo4j.expire

├─ com.graphaware.neo4j.expire.ExpirationModule.class - [JAR]

├─ com.graphaware.neo4j.expire.ExpirationModuleBootstrapper.class - [JAR]

Advertisement