Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ static StaticTopicSupplier staticTopicSupplier(String topic)
}

/**
* @param format topic string format like "org.apple.ase.%s"
* @param format topic string format like "org.apache.cassandra.%s"
* @return a topic provider that formats a string template to include the keyspace name
*/
static PerKeyspace keyspaceSupplier(String format)
Expand All @@ -53,7 +53,7 @@ static PerKeyspace keyspaceSupplier(String format)
}

/**
* @param format topic string format like "org.apple.ase.%s.%s"
* @param format topic string format like "org.apache.cassandra.%s.%s"
* @return a topic provider that formats a string template to include the keyspace and table name
*/
static PerKeyspaceTable keyspaceTableSupplier(String format)
Expand All @@ -62,7 +62,7 @@ static PerKeyspaceTable keyspaceTableSupplier(String format)
}

/**
* @param format topic string format like "org.apple.ase.%s"
* @param format topic string format like "org.apache.cassandra.%s"
* @return a topic provider that formats a string template to include the table name
*/
static PerTable tableSupplier(String format)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"type": {
"type": "enum",
"name": "OperationType",
"namespace": "com.apple.mg",
"namespace": "org.apache.cassandra",
"symbols": [
"INSERT",
"UPDATE",
Expand Down Expand Up @@ -91,7 +91,7 @@
"items": {
"type": "record",
"name": "RangePredicate",
"namespace": "com.apple.mg",
"namespace": "org.apache.cassandra",
"fields": [
{
"name": "field",
Expand All @@ -102,7 +102,7 @@
"type": {
"type": "enum",
"name": "RangePredicateType",
"namespace": "com.apple.mg",
"namespace": "org.apache.cassandra",
"symbols": [
"LT",
"LTE",
Expand Down Expand Up @@ -132,7 +132,7 @@
{
"type": "record",
"name": "TTL",
"namespace": "com.apple.mg",
"namespace": "org.apache.cassandra",
"fields": [
{
"name": "ttl",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"type": {
"type": "enum",
"name": "OperationType",
"namespace": "com.apple.mg",
"namespace": "org.apache.cassandra",
"symbols": [
"INSERT",
"UPDATE",
Expand Down Expand Up @@ -91,7 +91,7 @@
"items": {
"type": "record",
"name": "RangePredicate",
"namespace": "com.apple.mg",
"namespace": "org.apache.cassandra",
"fields": [
{
"name": "field",
Expand All @@ -102,7 +102,7 @@
"type": {
"type": "enum",
"name": "RangePredicateType",
"namespace": "com.apple.mg",
"namespace": "org.apache.cassandra",
"symbols": [
"LT",
"LTE",
Expand Down Expand Up @@ -132,7 +132,7 @@
{
"type": "record",
"name": "TTL",
"namespace": "com.apple.mg",
"namespace": "org.apache.cassandra",
"fields": [
{
"name": "ttl",
Expand Down
Loading