fdb 6.3.9 → 6.3.15

Sign up to get free protection for your applications and to get access to all the features.
Files changed (11) hide show
  1. checksums.yaml +5 -5
  2. data/{opt/foundation/__sourcedir_this_is_some_very_long_name_dir__ → root/src/oOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOo}/foundationdb/LICENSE +0 -0
  3. data/{opt/foundation/__sourcedir_this_is_some_very_long_name_dir__ → root/src/oOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOo}/foundationdb/bindings/ruby/lib/fdb.rb +0 -0
  4. data/{opt/foundation/__sourcedir_this_is_some_very_long_name_dir__ → root/src/oOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOo}/foundationdb/bindings/ruby/lib/fdbdirectory.rb +0 -0
  5. data/{opt/foundation/__sourcedir_this_is_some_very_long_name_dir__ → root/src/oOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOo}/foundationdb/bindings/ruby/lib/fdbimpl.rb +0 -0
  6. data/{opt/foundation/__sourcedir_this_is_some_very_long_name_dir__ → root/src/oOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOo}/foundationdb/bindings/ruby/lib/fdbimpl_v609.rb +0 -0
  7. data/{opt/foundation/__sourcedir_this_is_some_very_long_name_dir__ → root/src/oOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOo}/foundationdb/bindings/ruby/lib/fdblocality.rb +0 -0
  8. data/{opt/foundation/__sourcedir_this_is_some_very_long_name_dir__ → root/src/oOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOo}/foundationdb/bindings/ruby/lib/fdboptions.rb +4 -1
  9. data/{opt/foundation/__sourcedir_this_is_some_very_long_name_dir__ → root/src/oOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOo}/foundationdb/bindings/ruby/lib/fdbsubspace.rb +0 -0
  10. data/{opt/foundation/__sourcedir_this_is_some_very_long_name_dir__ → root/src/oOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOo}/foundationdb/bindings/ruby/lib/fdbtuple.rb +0 -0
  11. metadata +12 -13
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: d3fee74e16b0cadab089988475e33602f53ad4fe
4
- data.tar.gz: 5e1776227f9f8c5a17b40f75c64c5320bbd79662
2
+ SHA256:
3
+ metadata.gz: e00c6fbd314bb380c73cd3d8cb051147207979ab84010588f0cddb4c24984ab7
4
+ data.tar.gz: 36fe395daac0adce494dfe96e60d05b7760db7487fe2ec06668462d84d8484d4
5
5
  SHA512:
6
- metadata.gz: fca7ad23aace8ba06df7ddaf077e0627594ecf0a732205225a41a7d91a103e83515019fdb7376933a7ec013b559bf3f7ebb993b9855fb90e0b509683e2aba03b
7
- data.tar.gz: 7cbdc2d4b8dcfcddb36b8063316524872ad1560b980e42444c020e06a2397d7484fe109bd6817d46467b3a82955b5f81560cee5838263aa5b3bae80070dec2a9
6
+ metadata.gz: 78618747dbbb920a8c8f46655740c086375033f955f7b78a57c4156f16c1b6ad2061ccc70fbe672a1f935315dd058ed58121e84267341d656bcafca75faed769
7
+ data.tar.gz: 3b613a0d2a63bb88af685461046922fb243f9660486edca59fd26544596f2420e0b0030c6622f1887713b97e16dbb532396e49ddccf88ceb6c649e3472e17b82
@@ -51,7 +51,8 @@ module FDB
51
51
  "CALLBACKS_ON_EXTERNAL_THREADS" => [61, "If set, callbacks from external client libraries can be called from threads created by the FoundationDB client library. Otherwise, callbacks will be called from either the thread used to add the callback or the network thread. Setting this option can improve performance when connected using an external client, but may not be safe to use in all environments. Must be set before setting up the network. WARNING: This feature is considered experimental at this time.", nil, nil],
52
52
  "EXTERNAL_CLIENT_LIBRARY" => [62, "Adds an external client library for use by the multi-version client API. Must be set before setting up the network.", '', "path to client library"],
53
53
  "EXTERNAL_CLIENT_DIRECTORY" => [63, "Searches the specified path for dynamic libraries and adds them to the list of client libraries for use by the multi-version client API. Must be set before setting up the network.", '', "path to directory containing client libraries"],
54
- "DISABLE_LOCAL_CLIENT" => [64, "Prevents connections through the local client, allowing only connections through externally loaded client libraries. Intended primarily for testing.", nil, nil],
54
+ "DISABLE_LOCAL_CLIENT" => [64, "Prevents connections through the local client, allowing only connections through externally loaded client libraries.", nil, nil],
55
+ "CLIENT_THREADS_PER_VERSION" => [65, "Spawns multiple worker threads for each version of the client that is loaded. Setting this to a number greater than one implies disable_local_client.", 0, "Number of client threads to be spawned. Each cluster will be serviced by a single client thread."],
55
56
  "DISABLE_CLIENT_STATISTICS_LOGGING" => [70, "Disables logging of client statistics, such as sampled transaction activity.", nil, nil],
56
57
  "ENABLE_SLOW_TASK_PROFILING" => [71, "Deprecated", nil, nil],
57
58
  "ENABLE_RUN_LOOP_PROFILING" => [71, "Enables debugging feature to perform run loop profiling. Requires trace logging to be enabled. WARNING: this feature is not recommended for use in production.", nil, nil],
@@ -75,6 +76,7 @@ module FDB
75
76
  "TRANSACTION_SIZE_LIMIT" => [503, "Set the maximum transaction size in bytes. This sets the ``size_limit`` option on each transaction created by this database. See the transaction option description for more information.", 0, "value in bytes"],
76
77
  "TRANSACTION_CAUSAL_READ_RISKY" => [504, "The read version will be committed, and usually will be the latest committed, but might not be the latest committed in the event of a simultaneous fault and misbehaving clock.", nil, nil],
77
78
  "TRANSACTION_INCLUDE_PORT_IN_ADDRESS" => [505, "Addresses returned by get_addresses_for_key include the port when enabled. As of api version 630, this option is enabled by default and setting this has no effect.", nil, nil],
79
+ "TRANSACTION_BYPASS_UNREADABLE" => [700, "Allows ``get`` operations to read from sections of keyspace that have become unreadable because of versionstamp operations. This sets the ``bypass_unreadable`` option of each transaction created by this database. See the transaction option description for more information.", nil, nil],
78
80
  }
79
81
 
80
82
  @@TransactionOption = {
@@ -113,6 +115,7 @@ module FDB
113
115
  "SPECIAL_KEY_SPACE_RELAXED" => [713, "By default, the special key space will only allow users to read from exactly one module (a subspace in the special key space). Use this option to allow reading from zero or more modules. Users who set this option should be prepared for new modules, which may have different behaviors than the modules they're currently reading. For example, a new module might block or return an error.", nil, nil],
114
116
  "TAG" => [800, "Adds a tag to the transaction that can be used to apply manual targeted throttling. At most 5 tags can be set on a transaction.", '', "String identifier used to associated this transaction with a throttling group. Must not exceed 16 characters."],
115
117
  "AUTO_THROTTLE_TAG" => [801, "Adds a tag to the transaction that can be used to apply manual or automatic targeted throttling. At most 5 tags can be set on a transaction.", '', "String identifier used to associated this transaction with a throttling group. Must not exceed 16 characters."],
118
+ "BYPASS_UNREADABLE" => [1100, "Allows ``get`` operations to read from sections of keyspace that have become unreadable because of versionstamp operations. These reads will view versionstamp operations as if they were set operations that did not fill in the versionstamp.", nil, nil],
116
119
  }
117
120
 
118
121
  @@StreamingMode = {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.3.9
4
+ version: 6.3.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - FoundationDB
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-10-07 00:00:00.000000000 Z
11
+ date: 2021-06-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi
@@ -34,15 +34,15 @@ executables: []
34
34
  extensions: []
35
35
  extra_rdoc_files: []
36
36
  files:
37
- - "/opt/foundation/__sourcedir_this_is_some_very_long_name_dir__/foundationdb/LICENSE"
38
- - "/opt/foundation/__sourcedir_this_is_some_very_long_name_dir__/foundationdb/bindings/ruby/lib/fdb.rb"
39
- - "/opt/foundation/__sourcedir_this_is_some_very_long_name_dir__/foundationdb/bindings/ruby/lib/fdbdirectory.rb"
40
- - "/opt/foundation/__sourcedir_this_is_some_very_long_name_dir__/foundationdb/bindings/ruby/lib/fdbimpl.rb"
41
- - "/opt/foundation/__sourcedir_this_is_some_very_long_name_dir__/foundationdb/bindings/ruby/lib/fdbimpl_v609.rb"
42
- - "/opt/foundation/__sourcedir_this_is_some_very_long_name_dir__/foundationdb/bindings/ruby/lib/fdblocality.rb"
43
- - "/opt/foundation/__sourcedir_this_is_some_very_long_name_dir__/foundationdb/bindings/ruby/lib/fdboptions.rb"
44
- - "/opt/foundation/__sourcedir_this_is_some_very_long_name_dir__/foundationdb/bindings/ruby/lib/fdbsubspace.rb"
45
- - "/opt/foundation/__sourcedir_this_is_some_very_long_name_dir__/foundationdb/bindings/ruby/lib/fdbtuple.rb"
37
+ - "/root/src/oOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOo/foundationdb/LICENSE"
38
+ - "/root/src/oOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOo/foundationdb/bindings/ruby/lib/fdb.rb"
39
+ - "/root/src/oOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOo/foundationdb/bindings/ruby/lib/fdbdirectory.rb"
40
+ - "/root/src/oOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOo/foundationdb/bindings/ruby/lib/fdbimpl.rb"
41
+ - "/root/src/oOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOo/foundationdb/bindings/ruby/lib/fdbimpl_v609.rb"
42
+ - "/root/src/oOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOo/foundationdb/bindings/ruby/lib/fdblocality.rb"
43
+ - "/root/src/oOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOo/foundationdb/bindings/ruby/lib/fdboptions.rb"
44
+ - "/root/src/oOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOo/foundationdb/bindings/ruby/lib/fdbsubspace.rb"
45
+ - "/root/src/oOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOo/foundationdb/bindings/ruby/lib/fdbtuple.rb"
46
46
  homepage: https://www.foundationdb.org
47
47
  licenses:
48
48
  - Apache v2
@@ -64,8 +64,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
64
64
  requirements:
65
65
  - These bindings require the FoundationDB client. The client can be obtained from
66
66
  https://www.foundationdb.org/download/.
67
- rubyforge_project:
68
- rubygems_version: 2.6.14.4
67
+ rubygems_version: 3.0.3
69
68
  signing_key:
70
69
  specification_version: 4
71
70
  summary: Ruby bindings for the FoundationDB database