diff --git a/ja/learn/admin/REST/rest-bucket-set-priority.dita b/ja/learn/admin/REST/rest-bucket-set-priority.dita index bd01d5b..74ed548 100644 --- a/ja/learn/admin/REST/rest-bucket-set-priority.dita +++ b/ja/learn/admin/REST/rest-bucket-set-priority.dita @@ -1,29 +1,32 @@ - - Setting disk I/O priority - The disk I/O priority for a bucket is set with the - /pools/default/buckets/[bucket-name] URI and the threadNumber - setting. + + ディスク I/O プライオリティの設定 + + bucketのディスク I/O プライオリティは/pools/default/buckets/[bucket-name]URIとthreadNumber設定でセットします。 +
- HTTP method and URI -

To set the maximum of thread workers, use the threadsNumber option. To - specify high priority, assign eight (8) threads. To specify low priority, assign three (3) - threads. Default: threadsNumber=3. Only high or low priority are - allowed.

+ HTTPメソッドとURI +

+ threadsNumberオプションを使用して、スレッドワーカーの最大値をセットします。 + 高いプライオリティを指定する場合、8スレッドを割り当てます。 + 低いプライオリティを指定する場合、3スレッドを割り当てます。 + デフォルト: threadsNumber=3. 高いプライオリティ(8)もしくは低いプライオリティ(3)のみ許可されています。

POST /pools/default/buckets/[bucket_name] -

The threadNumberparameter is used to specify disk I/O priority for a - bucket.

- When editing bucket properties, be sure to specify all bucket properties. - If a bucket property is not specified (whether or not you are changing the existing value), - Couchbase Server may reset the property to the default. Even if you do not intend to change a - certain property, re-specify the existing value to avoid this behavior. +

+ threadNumberパラメータはbucketのディスク I/O プライオリティを指定するのに使用されます。 +

+ + bucketプロパティは編集するときは、全てのbucketプロパティを必ず指定してください。 + (既存の値を変更するかどうかに問わず)もしbucketプロパティが指定されなかった場合、Couchbase Serverはプロパティをデフォルトにリセットする場合があります。 + たとえ特定のプロパティの変更を意図しなかったとしても、この挙動をさけるために既存の値を再指定しなければいけません。 +
-
Syntax -

Curl request syntax:

+
シンタックス +

Curlリクエストシンタックス:

curl -v -X POST -u [admin]:[password] \ http://[localhost]:8091/pools/default/buckets/[bucket-name] \ @@ -31,9 +34,10 @@ curl -v -X POST -u [admin]:[password] \
-
Example -

The following example sets the threadsNumber for the default bucket to - eight (8), which is high priority, from the default of three (3), which is low priority.

+
+

+ 次の例ではデフォルトbucketのthreadsNumberをデフォルトの3という低いプライオリティから8という高いプライオリティに変更しています。 +

curl -v -X POST -u Administrator:password \ http://10.5.2.54:8091/pools/default/buckets/default \