jar

org.camunda.bpm.ext : camunda-engine-cassandra

Maven & Gradle

Mar 24, 2016
15 stars

Cassandra Persistence Provider for Camunda Engine

Table Of Contents

Latest Version

Download org.camunda.bpm.ext : camunda-engine-cassandra JAR file - Latest Versions:

All Versions

Download org.camunda.bpm.ext : camunda-engine-cassandra JAR file - All Versions:

Version Vulnerabilities Size Updated
0.2.x
0.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 camunda-engine-cassandra-0.2.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.camunda.bpm.engine.cassandra.provider.query

├─ org.camunda.bpm.engine.cassandra.provider.query.SelectEventSubscriptionsByExecutionAndType.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.query.SelectExclusiveJobsToExecute.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.query.SelectExecutionsByQueryCriteria.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.query.SelectJob.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.query.SelectJobsByConfiguration.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.query.SelectJobsByExecutionId.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.query.SelectLatestProcessDefinitionByKeyQueryHandler.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.query.SelectLatestProcessDefinitionByKeyWithoutTenantIdQueryHandler.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.query.SelectListQueryHandler.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.query.SelectNextJobsToExecute.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.query.SelectProcessDefinitionByDeploymentAndKey.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.query.SelectProcessDefinitionsByDeploymentId.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.query.SelectProcessInstanceByQueryCriteria.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.query.SelectResourcesByDeploymentId.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.query.SingleResultQueryHandler.class - [JAR]

org.camunda.bpm.engine.cassandra.provider.indexes

├─ org.camunda.bpm.engine.cassandra.provider.indexes.AbstractIndexHandler.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.indexes.AbstractOrderedIndexHandler.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.indexes.AbstractVariableValueIndex.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.indexes.ExclusiveJobsByDueDateIndex.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.indexes.ExclusiveJobsByLockExpiryIndex.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.indexes.ExecutionIdByEventTypeAndNameIndex.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.indexes.ExecutionIdByProcessIdIndex.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.indexes.ExecutionIdByVariableValueIndex.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.indexes.IndexHandler.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.indexes.IndexNames.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.indexes.IndexUtils.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.indexes.JobDefinitionIdByProcessDefinitionIdIndex.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.indexes.JobsByConfigurationIndex.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.indexes.JobsByExecutionIdIndex.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.indexes.ProcessIdByBusinessKeyIndex.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.indexes.ProcessIdByEventSubscriptionIdIndex.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.indexes.ProcessIdByExecutionIdIndex.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.indexes.ProcessIdByProcessVariableValueIndex.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.indexes.ProcessIdByVariableIdIndex.class - [JAR]

org.camunda.bpm.engine.cassandra.provider.serializer

├─ org.camunda.bpm.engine.cassandra.provider.serializer.CassandraSerializer.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.serializer.DeploymentEntitySerializer.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.serializer.EventSubscriptionSerializer.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.serializer.ExecutionEntitySerializer.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.serializer.JobDefinitionEntitySerializer.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.serializer.JobEntitySerializer.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.serializer.ProcessDefinitionSerializer.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.serializer.ResourceEntitySerializer.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.serializer.VariableEntitySerializer.class - [JAR]

org.camunda.bpm.engine.cassandra.provider.table

├─ org.camunda.bpm.engine.cassandra.provider.table.AbstractTableHandler.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.table.DeploymentTableHandler.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.table.IndexTableHandler.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.table.JobDefinitionTableHandler.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.table.JobEntityKey.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.table.JobTableHandler.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.table.OrderedIndexTableHandler.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.table.ProcessDefinitionTableHandler.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.table.ProcessInstanceTableHandler.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.table.ResourceTableHandler.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.table.TableHandler.class - [JAR]

org.camunda.bpm.engine.cassandra.provider

├─ org.camunda.bpm.engine.cassandra.provider.CassandraPersistenceSession.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.CassandraPersistenceSessionFactory.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.CassandraProcessInstance.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.LockedBatch.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.ProcessInstanceBatch.class - [JAR]

org.camunda.bpm.engine.cassandra.provider.operation

├─ org.camunda.bpm.engine.cassandra.provider.operation.AbstractEntityOperationHandler.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.operation.BulkDeleteDeployment.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.operation.BulkDeleteJobDefinitionsByProcessDefinitionId.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.operation.BulkDeleteProcessDefinitionByDeploymentId.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.operation.BulkDeleteResourcesByDeploymentId.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.operation.BulkOperationHandler.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.operation.CompositeEntityLoader.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.operation.DeploymentOperations.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.operation.EntityOperationHandler.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.operation.EventSubscriptionOperations.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.operation.ExecutionEntityOperations.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.operation.JobDefinitionOperations.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.operation.JobOperations.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.operation.LoadedCompositeEntity.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.operation.ProcessDefinitionOperations.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.operation.ProcessInstanceLoader.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.operation.ResourceOperations.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.operation.VariableEntityOperations.class - [JAR]

org.camunda.bpm.engine.cassandra.provider.type

├─ org.camunda.bpm.engine.cassandra.provider.type.AbstractTypeHandler.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.type.EventSubscriptionTypeHandler.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.type.ExecutionTypeHandler.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.type.UDTypeHandler.class - [JAR]

├─ org.camunda.bpm.engine.cassandra.provider.type.VariableTypeHandler.class - [JAR]

org.camunda.bpm.engine.cassandra.cfg

├─ org.camunda.bpm.engine.cassandra.cfg.CassandraProcessEngineConfiguration.class - [JAR]

Advertisement

Dependencies from Group

Discover Dependencies

Jun 23, 2023
20 usages
27 stars
Aug 10, 2023
25 usages
27 stars
Aug 10, 2023
26 usages
27 stars
Oct 18, 2021
3 usages
36 stars
Mar 13, 2013
7 usages
Jan 04, 2012
1 usages
Jun 04, 2017
2 usages
20.4k stars
Sep 05, 2017
2 usages
1 stars