るりまサーチ (Ruby 2.3.0)

最速Rubyリファレンスマニュアル検索!
9件ヒット [1-9件を表示] (0.130秒)
トップページ > バージョン:2.3.0[x] > 種類:インスタンスメソッド[x] > クエリ:@[x] > クエリ:see[x] > クラス:Rinda::TupleEntry[x]

別のキーワード

  1. httpstatus rc_see_other
  2. webrick/httpstatus rc_see_other
  3. rc_see_other webrick/httpstatus
  4. rc_see_other webrick::httpstatus

ライブラリ

キーワード

検索結果

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

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

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

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

Rinda::TupleEntry#[](key) (61.0)

タプルの key に対応する要素を返します。

...タプルの key に対応する要素を返します。

Rinda::TupleEntry
#value[key] を返します。

@param key 要素を指定するキー

@see Rinda::TupleEntry#fetch...

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

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

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

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

@see Rinda::TupleEntry#expires...

Rinda::TupleEntry#fetch(key) -> object (61.0)

タプルの key に対応する要素を返します。

...タプルの key に対応する要素を返します。

Rinda::TupleEntry
#value.fetch(key) を返します。

@param key 要素を指定するキー

@see Rinda::TupleEntry#[]...

Rinda::TupleEntry#alive? -> bool (43.0)

タプルが有効である(期限切れでもなく、キャンセルされていない)ならば 真を返します。

...タプルが有効である(期限切れでもなく、キャンセルされていない)ならば
真を返します。

@see Rinda::TupleEntry#canceled?, Rinda::TupleEntry#expired?...

絞り込み条件を変える

Rinda::TupleEntry#cancel -> () (43.0)

タプルをキャンセルし、タプルスペースから取り除きます。

...タプルをキャンセルし、タプルスペースから取り除きます。

すでにタプルスペースから取り除かれている場合には何もしません。

@see Rinda::TupleEntry#canceled?...

Rinda::TupleEntry#canceled? -> bool (43.0)

タプルが既にキャンセルされているならば真を返します。

...タプルが既にキャンセルされているならば真を返します。

@see Rinda::TupleEntry#cancel...

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

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

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

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

@see Rinda::TupleEntry#expire...

Rinda::TupleEntry#size -> Integer (43.0)

タプルのサイズ(配列の要素数/ハッシュテーブルのエントリー数)を返します

...タプルのサイズ(配列の要素数/ハッシュテーブルのエントリー数)を返します

@see Rinda::TupleEntry#value...