Uses of Class
org.apache.cassandra.schema.Triggers
Packages that use Triggers
-
Uses of Triggers in org.apache.cassandra.schema
Fields in org.apache.cassandra.schema declared as TriggersMethods in org.apache.cassandra.schema that return TriggersModifier and TypeMethodDescriptionTriggers.Builder.build()static TriggersTriggers.none()static TriggersTriggers.of(Iterable<TriggerMetadata> triggers) static TriggersTriggers.of(TriggerMetadata... triggers) Triggers.with(TriggerMetadata trigger) Create a Triggers instance with the provided trigger addedCreates a Triggers instance with the trigger with the provided name removedMethods in org.apache.cassandra.schema with parameters of type Triggers