るりまサーチ (Ruby 2.7.0)

最速Rubyリファレンスマニュアル検索!
4件ヒット [1-4件を表示] (0.006秒)

別のキーワード

  1. soa expire
  2. etc expire
  3. etc expire=
  4. passwd expire
  5. resolv expire

キーワード

検索結果

Rinda::TupleEntry#expires=(expires) (18607.0)

タプルの期限切れの時刻を指定します。

タプルの期限切れの時刻を指定します。

@param expires 期限切れの時刻(Time)

@see Rinda::TupleEntry#expires

Rinda::TupleEntry#expires -> Time (18325.0)

タプルの期限切れの時刻を返します。

タプルの期限切れの時刻を返します。

有効期限を無限に指定した場合、この時刻は Time.at(2**31-1)、つまり
Tue Jan 19 03:14:07 GMT Standard Time 2038 を返します。

@see Rinda::TupleEntry#expire

Rinda::TupleEntry#expired? -> bool (18307.0)

タプルが既に期限切れになっているならば真を返します。

タプルが既に期限切れになっているならば真を返します。

@see Rinda::TupleEntry#expires, @see Rinda::TupleEntry#renew

Rinda::TupleSpace.new(period = 60) -> Rinda::TupleSpace (43.0)

Rinda::TupleSpace オブジェクトを生成します。

Rinda::TupleSpace オブジェクトを生成します。

period で掃除用スレッドが動く周期を指定します。
このスレッドでは cancel されたタプルや expire(期限切れ、タイムアウト) された
タプルをタプルスペース内から取り除きます。

@param period cancel/expireされたタプルを取り除く周期を秒で指定します