All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.aop.xml Maven / Gradle / Ivy

Go to download

Cassandra Triggers is a lightweight mechanism to implement trigger-like functionality for Cassandra.

There is a newer version: 1.0.1
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<aspectj>
	<aspects>
		<aspect
			name="com.hmsonline.cassandra.triggers.CassandraServerTriggerAspect" />
	</aspects>

	<weaver options="-showWeaveInfo -verbose">
		<include within="org.apache.cassandra.thrift.CassandraServer" />
	</weaver>
</aspectj>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy