Uses of Class
net.vvakame.blaz.bare.BareDatastore

Packages that use BareDatastore
net.vvakame.blaz   
net.vvakame.blaz.util   
 

Uses of BareDatastore in net.vvakame.blaz
 

Methods in net.vvakame.blaz that return BareDatastore
static BareDatastore Datastore.getBareDatastore()
          現在利用している BareDatastore を返す
 

Methods in net.vvakame.blaz with parameters of type BareDatastore
static void Datastore.setupDatastore(BareDatastore kvs)
          利用する BareDatastore の設定
 

Uses of BareDatastore in net.vvakame.blaz.util
 

Methods in net.vvakame.blaz.util with parameters of type BareDatastore
static boolean FilterChecker.check(BareDatastore kvs, Filter... filters)
          組み合わせのチェックを行う.
汎用的なKVSを想定する場合、このメソッドで false が返った場合、そのフィルタは適用しないようにするべき.
バックヤードのKVSを固定する場合はその限りではない.
checkFilter(Filter...) を通じて、各実装固有のチェックを行う.
 



Copyright © 2012. All Rights Reserved.