Home
last modified time | relevance | path

Searched defs:KsDef (Results 1 – 25 of 29) sorted by relevance

12

/dports/net/p5-Net-Cassandra-Easy/Net-Cassandra-Easy-0.15/
H A Dcassandra.thrift320 struct KsDef { struct
321 1: required string name,
322 2: required string strategy_class,
323 3: required i32 replication_factor,
324 5: required list<CfDef> cf_defs,
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/netstd/Tests/Thrift.PublicInterfaces.Compile.Tests/
H A DCassandraTest.thrift410 struct KsDef { struct
411 1: required string name,
412 2: required string strategy_class,
413 3: optional map<string,string> strategy_options,
416 4: optional i32 replication_factor,
418 5: required list<CfDef> cf_defs,
419 6: optional bool durable_writes=1,
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/netcore/Tests/Thrift.PublicInterfaces.Compile.Tests/
H A DCassandraTest.thrift410 struct KsDef { struct
411 1: required string name,
412 2: required string strategy_class,
413 3: optional map<string,string> strategy_options,
416 4: optional i32 replication_factor,
418 5: required list<CfDef> cf_defs,
419 6: optional bool durable_writes=1,
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/netcore/Tests/Thrift.PublicInterfaces.Compile.Tests/
H A DCassandraTest.thrift410 struct KsDef { struct
411 1: required string name,
412 2: required string strategy_class,
413 3: optional map<string,string> strategy_options,
416 4: optional i32 replication_factor,
418 5: required list<CfDef> cf_defs,
419 6: optional bool durable_writes=1,
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/netstd/Tests/Thrift.PublicInterfaces.Compile.Tests/
H A DCassandraTest.thrift410 struct KsDef { struct
411 1: required string name,
412 2: required string strategy_class,
413 3: optional map<string,string> strategy_options,
416 4: optional i32 replication_factor,
418 5: required list<CfDef> cf_defs,
419 6: optional bool durable_writes=1,
/dports/devel/thrift-cpp/thrift-0.14.0/lib/netstd/Tests/Thrift.PublicInterfaces.Compile.Tests/
H A DCassandraTest.thrift410 struct KsDef { struct
411 1: required string name,
412 2: required string strategy_class,
413 3: optional map<string,string> strategy_options,
416 4: optional i32 replication_factor,
418 5: required list<CfDef> cf_defs,
419 6: optional bool durable_writes=1,
/dports/devel/thrift/thrift-0.14.0/lib/netstd/Tests/Thrift.PublicInterfaces.Compile.Tests/
H A DCassandraTest.thrift410 struct KsDef { struct
411 1: required string name,
412 2: required string strategy_class,
413 3: optional map<string,string> strategy_options,
416 4: optional i32 replication_factor,
418 5: required list<CfDef> cf_defs,
419 6: optional bool durable_writes=1,
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/netcore/Tests/Thrift.PublicInterfaces.Compile.Tests/
H A DCassandraTest.thrift410 struct KsDef { struct
411 1: required string name,
412 2: required string strategy_class,
413 3: optional map<string,string> strategy_options,
416 4: optional i32 replication_factor,
418 5: required list<CfDef> cf_defs,
419 6: optional bool durable_writes=1,
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/netstd/Tests/Thrift.PublicInterfaces.Compile.Tests/
H A DCassandraTest.thrift410 struct KsDef { struct
411 1: required string name,
412 2: required string strategy_class,
413 3: optional map<string,string> strategy_options,
416 4: optional i32 replication_factor,
418 5: required list<CfDef> cf_defs,
419 6: optional bool durable_writes=1,
/dports/devel/node-thrift/thrift-0.14.0/lib/netstd/Tests/Thrift.PublicInterfaces.Compile.Tests/
H A DCassandraTest.thrift410 struct KsDef { struct
411 1: required string name,
412 2: required string strategy_class,
413 3: optional map<string,string> strategy_options,
416 4: optional i32 replication_factor,
418 5: required list<CfDef> cf_defs,
419 6: optional bool durable_writes=1,
/dports/devel/py-thrift/thrift-0.14.0/lib/netstd/Tests/Thrift.PublicInterfaces.Compile.Tests/
H A DCassandraTest.thrift410 struct KsDef { struct
411 1: required string name,
412 2: required string strategy_class,
413 3: optional map<string,string> strategy_options,
416 4: optional i32 replication_factor,
418 5: required list<CfDef> cf_defs,
419 6: optional bool durable_writes=1,
/dports/devel/llvm70/llvm-7.0.1.src/test/tools/llvm-mca/X86/BtVer2/
H A Dresources-mmx.s137 punpckhbw %mm0, %mm2
157
158 # CHECK: Instruction Info:
168 # CHECK-NEXT: 2 8 0.50 movd %eax, %mm2
174 # CHECK-NEXT: 1 4 1.00 movq %mm0, %rcx
/dports/net/kamailio/kamailio-5.4.5/src/modules/db_cassandra/
H A DCassandra.h102 void describe_keyspaces(std::vector<KsDef> & /* _return */) { in describe_keyspaces()
120 void describe_keyspace(KsDef& /* _return */, const std::string& /* keyspace */) { in describe_keyspace() argument
132 void system_add_keyspace(std::string& /* _return */, const KsDef& /* ks_def */) { in system_add_keyspace()
138 void system_update_keyspace(std::string& /* _return */, const KsDef& /* ks_def */) { in system_update_keyspace()
H A Dcassandra_types.h1343 KsDef() : name(""), strategy_class(""), replication_factor(0), durable_writes(true) { in KsDef() function
/dports/net/kamailio/kamailio-5.4.5/src/modules/ndb_cassandra/
H A DCassandra.h102 void describe_keyspaces(std::vector<KsDef> & /* _return */) { in describe_keyspaces()
120 void describe_keyspace(KsDef& /* _return */, const std::string& /* keyspace */) { in describe_keyspace() argument
132 void system_add_keyspace(std::string& /* _return */, const KsDef& /* ks_def */) { in system_add_keyspace()
138 void system_update_keyspace(std::string& /* _return */, const KsDef& /* ks_def */) { in system_update_keyspace()
H A Dcassandra_types.h1752 KsDef() : name(""), strategy_class(""), replication_factor(0), durable_writes(true) { in KsDef() function
/dports/net/kamailio/kamailio-5.4.5/src/modules/ndb_cassandra/test-cpp/
H A DCassandra.h102 void describe_keyspaces(std::vector<KsDef> & /* _return */) { in describe_keyspaces()
120 void describe_keyspace(KsDef& /* _return */, const std::string& /* keyspace */) { in describe_keyspace() argument
132 void system_add_keyspace(std::string& /* _return */, const KsDef& /* ks_def */) { in system_add_keyspace()
138 void system_update_keyspace(std::string& /* _return */, const KsDef& /* ks_def */) { in system_update_keyspace()
H A Dcassandra_types.h1752 KsDef() : name(""), strategy_class(""), replication_factor(0), durable_writes(true) { in KsDef() function
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/cassandra/gen-cpp/
H A DCassandra.h135 void describe_keyspaces(std::vector<KsDef> & /* _return */) { in describe_keyspaces()
156 void describe_keyspace(KsDef& /* _return */, const std::string& /* keyspace */) { in describe_keyspace() argument
168 void system_add_keyspace(std::string& /* _return */, const KsDef& /* ks_def */) { in system_add_keyspace()
174 void system_update_keyspace(std::string& /* _return */, const KsDef& /* ks_def */) { in system_update_keyspace()
H A Dcassandra_types.h1833 KsDef() : name(""), strategy_class(""), replication_factor(0), durable_writes(true) { in KsDef() function
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/cassandra/gen-cpp/
H A DCassandra.h135 void describe_keyspaces(std::vector<KsDef> & /* _return */) { in describe_keyspaces()
156 void describe_keyspace(KsDef& /* _return */, const std::string& /* keyspace */) { in describe_keyspace() argument
168 void system_add_keyspace(std::string& /* _return */, const KsDef& /* ks_def */) { in system_add_keyspace()
174 void system_update_keyspace(std::string& /* _return */, const KsDef& /* ks_def */) { in system_update_keyspace()
H A Dcassandra_types.h1833 KsDef() : name(""), strategy_class(""), replication_factor(0), durable_writes(true) { in KsDef() function
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/cassandra/gen-cpp/
H A DCassandra.h135 void describe_keyspaces(std::vector<KsDef> & /* _return */) { in describe_keyspaces()
156 void describe_keyspace(KsDef& /* _return */, const std::string& /* keyspace */) { in describe_keyspace() argument
168 void system_add_keyspace(std::string& /* _return */, const KsDef& /* ks_def */) { in system_add_keyspace()
174 void system_update_keyspace(std::string& /* _return */, const KsDef& /* ks_def */) { in system_update_keyspace()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/cassandra/gen-cpp/
H A DCassandra.h135 void describe_keyspaces(std::vector<KsDef> & /* _return */) { in describe_keyspaces()
156 void describe_keyspace(KsDef& /* _return */, const std::string& /* keyspace */) { in describe_keyspace() argument
168 void system_add_keyspace(std::string& /* _return */, const KsDef& /* ks_def */) { in system_add_keyspace()
174 void system_update_keyspace(std::string& /* _return */, const KsDef& /* ks_def */) { in system_update_keyspace()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/cassandra/gen-cpp/
H A DCassandra.h135 void describe_keyspaces(std::vector<KsDef> & /* _return */) { in describe_keyspaces()
156 void describe_keyspace(KsDef& /* _return */, const std::string& /* keyspace */) { in describe_keyspace() argument
168 void system_add_keyspace(std::string& /* _return */, const KsDef& /* ks_def */) { in system_add_keyspace()
174 void system_update_keyspace(std::string& /* _return */, const KsDef& /* ks_def */) { in system_update_keyspace()

12