Home
last modified time | relevance | path

Searched refs:Shard (Results 1 – 25 of 1373) sorted by relevance

12345678910>>...55

/dports/games/doomsday/doomsday-2.3.1/doomsday/tools/amethyst/src/
H A Dshard.cpp22 Shard::Shard(ShardType t, Source *src) in Shard() function in Shard
30 Shard::~Shard() in ~Shard()
46 Shard *Shard::add(Shard *s) in add()
69 Shard *Shard::remove(Shard *s) in remove()
95 bool Shard::isIdentical(Shard *other) in isIdentical()
105 bool Shard::operator == (Shard &other) in operator ==()
113 Shard *Shard::child(int oneBasedIndex) in child()
135 Shard *Shard::top() in top()
142 Shard *Shard::following() in following()
155 Shard *Shard::preceding() in preceding()
[all …]
H A Dshard.h28 class Shard
35 virtual ~Shard();
38 Shard *add(Shard *s);
39 Shard *remove(Shard *s); // s must be a child.
42 Shard *next() { return _next; } in next()
43 Shard *prev() { return _prev; } in prev()
45 Shard *last() { return _last; } in last()
47 Shard *top();
48 Shard *following();
49 Shard *preceding();
[all …]
H A Dcommand.cpp22 : Shard(Shard::COMMAND, src) in Command()
29 : Shard(Shard::COMMAND, src) in Command()
37 : Shard(Shard::COMMAND, src) in Command()
114 Shard *Command::macroShard() in macroShard()
122 for (Shard *it = first(); it; it = it->next()) in hasArg()
126 for (Shard *arg = block->first(); arg; arg = arg->next()) in hasArg()
137 for (Shard *it = first(); it; it = it->next()) in arg()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/s/client/
H A Dshard_registry.h55 class Shard; variable
72 std::shared_ptr<Shard> findByRSName(const std::string& rsName) const;
77 std::shared_ptr<Shard> findByShardId(const ShardId&) const;
82 std::shared_ptr<Shard> findByHostAndPort(const HostAndPort&) const;
87 std::shared_ptr<Shard> getConfigShard() const;
92 void addConfigShard(std::shared_ptr<Shard>);
129 stdx::unordered_map<HostAndPort, std::shared_ptr<Shard>> _hostLookup;
132 std::shared_ptr<Shard> _configShard;
207 std::shared_ptr<Shard> getShardNoReload(const ShardId& shardId);
218 std::shared_ptr<Shard> getConfigShard() const;
[all …]
H A Dshard.cpp74 Status Shard::CommandResponse::processBatchWriteResponse( in processBatchWriteResponse()
97 const Milliseconds Shard::kDefaultConfigCommandTimeout = Seconds{30};
99 bool Shard::shouldErrorBePropagated(ErrorCodes::Error code) { in shouldErrorBePropagated()
106 Shard::Shard(const ShardId& id) : _id(id) {} in Shard() function in mongo::Shard
108 bool Shard::isConfig() const { in isConfig()
112 StatusWith<Shard::CommandResponse> Shard::runCommand(OperationContext* opCtx, in runCommand()
120 StatusWith<Shard::CommandResponse> Shard::runCommand(OperationContext* opCtx, in runCommand()
146 StatusWith<Shard::CommandResponse> Shard::runCommandWithFixedRetryAttempts( in runCommandWithFixedRetryAttempts()
156 StatusWith<Shard::CommandResponse> Shard::runCommandWithFixedRetryAttempts( in runCommandWithFixedRetryAttempts()
183 BatchedCommandResponse Shard::runBatchWriteCommand(OperationContext* opCtx, in runBatchWriteCommand()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-memorydb/include/aws/memorydb/model/
H A DShard.h35 class AWS_MEMORYDB_API Shard
38 Shard();
39 Shard(Aws::Utils::Json::JsonView jsonValue);
40 Shard& operator=(Aws::Utils::Json::JsonView jsonValue);
72 inline Shard& WithName(const Aws::String& value) { SetName(value); return *this;} in WithName()
77 inline Shard& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;} in WithName()
82 inline Shard& WithName(const char* value) { SetName(value); return *this;} in WithName()
119 inline Shard& WithStatus(const Aws::String& value) { SetStatus(value); return *this;} in WithStatus()
131 inline Shard& WithStatus(const char* value) { SetStatus(value); return *this;} in WithStatus()
162 inline Shard& WithSlots(const Aws::String& value) { SetSlots(value); return *this;} in WithSlots()
[all …]
/dports/devel/hadoop/hadoop-1.2.1/src/contrib/index/src/java/org/apache/hadoop/contrib/index/mapred/
H A DShard.java40 public class Shard implements WritableComparable { class
57 Shard[] shards) { in setIndexShards()
71 Shard[] result = new Shard[list.size()]; in getIndexShards()
88 return new Shard(version, dir, gen); in createShardFromString()
100 public Shard() { in Shard() method in Shard
113 public Shard(long version, String dir, long gen) { in Shard() method in Shard
123 public Shard(Shard shard) { in Shard() method in Shard
188 return compareTo((Shard) o); in compareTo()
196 public int compareTo(Shard other) { in compareTo()
225 if (!(o instanceof Shard)) { in equals()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-kinesis/include/aws/kinesis/model/
H A DShard.h34 class AWS_KINESIS_API Shard
37 Shard();
38 Shard(Aws::Utils::Json::JsonView jsonValue);
39 Shard& operator=(Aws::Utils::Json::JsonView jsonValue);
71 inline Shard& WithShardId(const Aws::String& value) { SetShardId(value); return *this;} in WithShardId()
76 inline Shard& WithShardId(Aws::String&& value) { SetShardId(std::move(value)); return *this;} in WithShardId()
81 inline Shard& WithShardId(const char* value) { SetShardId(value); return *this;} in WithShardId()
112 …inline Shard& WithParentShardId(const Aws::String& value) { SetParentShardId(value); return *this;} in WithParentShardId()
117 …inline Shard& WithParentShardId(Aws::String&& value) { SetParentShardId(std::move(value)); return … in WithParentShardId()
122 inline Shard& WithParentShardId(const char* value) { SetParentShardId(value); return *this;} in WithParentShardId()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-dynamodbstreams/include/aws/dynamodbstreams/model/
H A DShard.h33 class AWS_DYNAMODBSTREAMS_API Shard
36 Shard();
37 Shard(Aws::Utils::Json::JsonView jsonValue);
38 Shard& operator=(Aws::Utils::Json::JsonView jsonValue);
70 inline Shard& WithShardId(const Aws::String& value) { SetShardId(value); return *this;} in WithShardId()
75 inline Shard& WithShardId(Aws::String&& value) { SetShardId(std::move(value)); return *this;} in WithShardId()
80 inline Shard& WithShardId(const char* value) { SetShardId(value); return *this;} in WithShardId()
106 …inline Shard& WithSequenceNumberRange(const SequenceNumberRange& value) { SetSequenceNumberRange(v… in WithSequenceNumberRange()
142 …inline Shard& WithParentShardId(const Aws::String& value) { SetParentShardId(value); return *this;} in WithParentShardId()
147 …inline Shard& WithParentShardId(Aws::String&& value) { SetParentShardId(std::move(value)); return … in WithParentShardId()
[all …]
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/smoosh/src/
H A Dsmoosh_server.erl259 find_channel(#state{}=State, {Shard, GroupId}) ->
312 get_priority(Channel, {Shard, GroupId}) ->
330 [Channel, Shard, GroupId, Reason]),
464 {ok, Shard, GroupId}.
519 t_ratio_view({ok, Shard, GroupId}) ->
529 t_slack_view({ok, Shard, GroupId}) ->
539 t_no_data_view({ok, Shard, GroupId}) ->
559 t_below_min_size_view({ok, Shard, GroupId}) ->
569 t_timeout_view({ok, Shard, GroupId}) ->
579 t_missing_view({ok, Shard, GroupId}) ->
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/arc-swap-0.3.11/src/
H A Dgen_lock.rs49 pub struct Shard(pub(crate) [AtomicUsize; GEN_CNT]); struct
51 impl Shard { implementation
73 type Shards: AsRef<[Shard]>;
98 Shard([AtomicUsize::new(0), AtomicUsize::new(0)])
102 type Shards = [Shard; SHARD_CNT];
105 static SHARDS: [Shard; SHARD_CNT] = [
193 shard: [Shard; 1],
197 type Shards = [Shard; 1];
205 fn shards(&self) -> &[Shard; 1] { in shards()
312 basic_check::<PrivateSharded<[Shard; 2]>>(); in basic_check_private_sharded_2()
[all …]
/dports/editors/xi-term/xi-term-d264767/cargo-crates/arc-swap-0.3.11/src/
H A Dgen_lock.rs49 pub struct Shard(pub(crate) [AtomicUsize; GEN_CNT]); struct
51 impl Shard { impl
73 type Shards: AsRef<[Shard]>;
98 Shard([AtomicUsize::new(0), AtomicUsize::new(0)])
102 type Shards = [Shard; SHARD_CNT];
105 static SHARDS: [Shard; SHARD_CNT] = [
193 shard: [Shard; 1],
197 type Shards = [Shard; 1];
205 fn shards(&self) -> &[Shard; 1] { in shards()
312 basic_check::<PrivateSharded<[Shard; 2]>>(); in basic_check_private_sharded_2()
[all …]
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/arc-swap-0.4.7/src/
H A Dgen_lock.rs48 pub struct Shard(pub(crate) [AtomicUsize; GEN_CNT]); struct
50 impl Shard { impl
72 type Shards: AsRef<[Shard]>;
97 Shard([AtomicUsize::new(0), AtomicUsize::new(0)])
101 type Shards = [Shard; SHARD_CNT];
104 static SHARDS: [Shard; SHARD_CNT] = [
191 shard: [Shard; 1],
195 type Shards = [Shard; 1];
203 fn shards(&self) -> &[Shard; 1] { in shards()
310 basic_check::<PrivateSharded<[Shard; 2]>>(); in basic_check_private_sharded_2()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/arc-swap-0.4.4/src/
H A Dgen_lock.rs48 pub struct Shard(pub(crate) [AtomicUsize; GEN_CNT]); struct
50 impl Shard { implementation
72 type Shards: AsRef<[Shard]>;
97 Shard([AtomicUsize::new(0), AtomicUsize::new(0)])
101 type Shards = [Shard; SHARD_CNT];
104 static SHARDS: [Shard; SHARD_CNT] = [
191 shard: [Shard; 1],
195 type Shards = [Shard; 1];
203 fn shards(&self) -> &[Shard; 1] { in shards()
310 basic_check::<PrivateSharded<[Shard; 2]>>(); in basic_check_private_sharded_2()
[all …]
/dports/devel/desed/desed-1.2.0/cargo-crates/arc-swap-0.4.7/src/
H A Dgen_lock.rs48 pub struct Shard(pub(crate) [AtomicUsize; GEN_CNT]); struct
50 impl Shard { impl
72 type Shards: AsRef<[Shard]>;
97 Shard([AtomicUsize::new(0), AtomicUsize::new(0)])
101 type Shards = [Shard; SHARD_CNT];
104 static SHARDS: [Shard; SHARD_CNT] = [
191 shard: [Shard; 1],
195 type Shards = [Shard; 1];
203 fn shards(&self) -> &[Shard; 1] { in shards()
310 basic_check::<PrivateSharded<[Shard; 2]>>(); in basic_check_private_sharded_2()
[all …]
/dports/net/proby/proby-1.0.2/cargo-crates/arc-swap-0.4.7/src/
H A Dgen_lock.rs48 pub struct Shard(pub(crate) [AtomicUsize; GEN_CNT]); struct
50 impl Shard { implementation
72 type Shards: AsRef<[Shard]>;
97 Shard([AtomicUsize::new(0), AtomicUsize::new(0)])
101 type Shards = [Shard; SHARD_CNT];
104 static SHARDS: [Shard; SHARD_CNT] = [
191 shard: [Shard; 1],
195 type Shards = [Shard; 1];
203 fn shards(&self) -> &[Shard; 1] { in shards()
310 basic_check::<PrivateSharded<[Shard; 2]>>(); in basic_check_private_sharded_2()
[all …]
/dports/graphics/viu/viu-1.1/cargo-crates/arc-swap-0.4.7/src/
H A Dgen_lock.rs48 pub struct Shard(pub(crate) [AtomicUsize; GEN_CNT]); struct
50 impl Shard { impl
72 type Shards: AsRef<[Shard]>;
97 Shard([AtomicUsize::new(0), AtomicUsize::new(0)])
101 type Shards = [Shard; SHARD_CNT];
104 static SHARDS: [Shard; SHARD_CNT] = [
191 shard: [Shard; 1],
195 type Shards = [Shard; 1];
203 fn shards(&self) -> &[Shard; 1] { in shards()
310 basic_check::<PrivateSharded<[Shard; 2]>>(); in basic_check_private_sharded_2()
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/arc-swap-0.4.7/src/
H A Dgen_lock.rs48 pub struct Shard(pub(crate) [AtomicUsize; GEN_CNT]); struct
50 impl Shard { impl
72 type Shards: AsRef<[Shard]>;
97 Shard([AtomicUsize::new(0), AtomicUsize::new(0)])
101 type Shards = [Shard; SHARD_CNT];
104 static SHARDS: [Shard; SHARD_CNT] = [
191 shard: [Shard; 1],
195 type Shards = [Shard; 1];
203 fn shards(&self) -> &[Shard; 1] { in shards()
310 basic_check::<PrivateSharded<[Shard; 2]>>(); in basic_check_private_sharded_2()
[all …]
/dports/devel/gitui/gitui-0.10.1/cargo-crates/arc-swap-0.4.7/src/
H A Dgen_lock.rs48 pub struct Shard(pub(crate) [AtomicUsize; GEN_CNT]); struct
50 impl Shard { impl
72 type Shards: AsRef<[Shard]>;
97 Shard([AtomicUsize::new(0), AtomicUsize::new(0)])
101 type Shards = [Shard; SHARD_CNT];
104 static SHARDS: [Shard; SHARD_CNT] = [
191 shard: [Shard; 1],
195 type Shards = [Shard; 1];
203 fn shards(&self) -> &[Shard; 1] { in shards()
310 basic_check::<PrivateSharded<[Shard; 2]>>(); in basic_check_private_sharded_2()
[all …]
/dports/sysutils/diskonaut/diskonaut-0.11.0/cargo-crates/arc-swap-0.4.7/src/
H A Dgen_lock.rs48 pub struct Shard(pub(crate) [AtomicUsize; GEN_CNT]); struct
50 impl Shard { implementation
72 type Shards: AsRef<[Shard]>;
97 Shard([AtomicUsize::new(0), AtomicUsize::new(0)])
101 type Shards = [Shard; SHARD_CNT];
104 static SHARDS: [Shard; SHARD_CNT] = [
191 shard: [Shard; 1],
195 type Shards = [Shard; 1];
203 fn shards(&self) -> &[Shard; 1] { in shards()
310 basic_check::<PrivateSharded<[Shard; 2]>>(); in basic_check_private_sharded_2()
[all …]
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/arc-swap-0.4.4/src/
H A Dgen_lock.rs48 pub struct Shard(pub(crate) [AtomicUsize; GEN_CNT]); struct
50 impl Shard { impl
72 type Shards: AsRef<[Shard]>;
97 Shard([AtomicUsize::new(0), AtomicUsize::new(0)])
101 type Shards = [Shard; SHARD_CNT];
104 static SHARDS: [Shard; SHARD_CNT] = [
191 shard: [Shard; 1],
195 type Shards = [Shard; 1];
203 fn shards(&self) -> &[Shard; 1] { in shards()
310 basic_check::<PrivateSharded<[Shard; 2]>>(); in basic_check_private_sharded_2()
[all …]
/dports/sysutils/fusefs-sandboxfs/sandboxfs-sandboxfs-0.2.0/cargo-crates/arc-swap-0.4.5/src/
H A Dgen_lock.rs48 pub struct Shard(pub(crate) [AtomicUsize; GEN_CNT]); struct
50 impl Shard { implementation
72 type Shards: AsRef<[Shard]>;
97 Shard([AtomicUsize::new(0), AtomicUsize::new(0)])
101 type Shards = [Shard; SHARD_CNT];
104 static SHARDS: [Shard; SHARD_CNT] = [
191 shard: [Shard; 1],
195 type Shards = [Shard; 1];
203 fn shards(&self) -> &[Shard; 1] { in shards()
310 basic_check::<PrivateSharded<[Shard; 2]>>(); in basic_check_private_sharded_2()
[all …]
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/object/
H A Dshard.hpp24 class Shard final : public MovingSprite class
27 Shard(const ReaderMapping& reader);
28 Shard(const Vector& pos, const Vector& velocity);
43 Shard(const Shard&) = delete;
44 Shard& operator=(const Shard&) = delete;
/dports/games/pcgen/pcgen/data/pathfinder/paizo/adventure_path/shattered_star/ap61/
H A Dap61_equip.lst23 Shard of Envy TYPE:Artifact.Major.Container CONTAINS:1|IounEnvy=1 COST:0 WT:1 SOURCEPAGE:p.68 ABI…
24 Shard of Gluttony TYPE:Artifact.Major.Container CONTAINS:1|IounGluttony=1 COST:0 WT:1 SOURCEPAGE:p…
25 Shard of Greed TYPE:Artifact.Major.Container CONTAINS:1|IounGreed=1 COST:0 WT:1 SOURCEPAGE:p.69 A…
26 Shard of Lust TYPE:Artifact.Major.Container CONTAINS:1|IounLust=1 COST:0 WT:1 SOURCEPAGE:p.69 ABI…
27 Shard of Pride TYPE:Artifact.Major.Container CONTAINS:1|IounPride=1 COST:0 WT:1 SOURCEPAGE:p.69 A…
28 Shard of Sloth TYPE:Artifact.Major.Container CONTAINS:1|IounSloth=1 COST:0 WT:1 SOURCEPAGE:p.69 A…
29 Shard of Wrath TYPE:Artifact.Major.Container CONTAINS:1|IounWrath=1 COST:0 WT:1 SOURCEPAGE:p.69 A…
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-dynamodbstreams/source/model/
H A DShard.cpp21 Shard::Shard() : in Shard() function in Aws::DynamoDBStreams::Model::Shard
28 Shard::Shard(JsonView jsonValue) : in Shard() function in Aws::DynamoDBStreams::Model::Shard
36 Shard& Shard::operator =(JsonView jsonValue) in operator =()
62 JsonValue Shard::Jsonize() const in Jsonize()

12345678910>>...55