Package | Description |
---|---|
org.apache.cassandra.config | |
org.apache.cassandra.cql3.functions | |
org.apache.cassandra.schema | |
org.apache.cassandra.service |
Modifier and Type | Method and Description |
---|---|
void |
Schema.addAggregate(UDAggregate udf) |
void |
Schema.dropAggregate(UDAggregate udf) |
void |
Schema.updateAggregate(UDAggregate udf) |
Modifier and Type | Method and Description |
---|---|
static UDAggregate |
UDAggregate.create(FunctionName name,
java.util.List<AbstractType<?>> argTypes,
AbstractType<?> returnType,
FunctionName stateFunc,
FunctionName finalFunc,
AbstractType<?> stateType,
java.nio.ByteBuffer initcond) |
static UDAggregate |
UDAggregate.createBroken(FunctionName name,
java.util.List<AbstractType<?>> argTypes,
AbstractType<?> returnType,
java.nio.ByteBuffer initcond,
InvalidRequestException reason) |
Modifier and Type | Method and Description |
---|---|
static Mutation |
LegacySchemaTables.makeCreateAggregateMutation(KSMetaData keyspace,
UDAggregate aggregate,
long timestamp) |
static Mutation |
LegacySchemaTables.makeDropAggregateMutation(KSMetaData keyspace,
UDAggregate aggregate,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
static void |
MigrationManager.announceAggregateDrop(UDAggregate udf,
boolean announceLocally) |
static void |
MigrationManager.announceNewAggregate(UDAggregate udf,
boolean announceLocally) |
void |
MigrationManager.notifyCreateAggregate(UDAggregate udf) |
void |
MigrationManager.notifyDropAggregate(UDAggregate udf) |
void |
MigrationManager.notifyUpdateAggregate(UDAggregate udf) |
Copyright © 2018 The Apache Software Foundation