Uses of Interface
com.indexdata.torus2.rw.RealmReaderWriter

Packages that use RealmReaderWriter
com.indexdata.torus2   
com.indexdata.torus2.rw   
com.indexdata.torus2.rw.impl   
 

Uses of RealmReaderWriter in com.indexdata.torus2
 

Constructors in com.indexdata.torus2 with parameters of type RealmReaderWriter
Realm(RealmReaderWriter rw, RealmDefinition rd, String host)
           
 

Uses of RealmReaderWriter in com.indexdata.torus2.rw
 

Methods in com.indexdata.torus2.rw that return RealmReaderWriter
static RealmReaderWriter RealmRWFactory.getRealmRW(String realmName, com.indexdata.masterkey.config.MasterkeyConfiguration cfg, String host, String proto)
           
 

Uses of RealmReaderWriter in com.indexdata.torus2.rw.impl
 

Classes in com.indexdata.torus2.rw.impl that implement RealmReaderWriter
 class CachingReaderWriter
          This RW prevents any disk writes or reads that have to do with worlds records and instead caches them purely in memory.
 class ProxyReaderWriter
           
 class RealmFileRW
          Flat, multi-file implementation of the record store
 

Fields in com.indexdata.torus2.rw.impl declared as RealmReaderWriter
protected  RealmReaderWriter ProxyReaderWriter.rw
           
 

Constructors in com.indexdata.torus2.rw.impl with parameters of type RealmReaderWriter
CachingReaderWriter(RealmReaderWriter rw, String host, String proto, boolean honorProto, boolean honorAuth, boolean honorPort)
           
ProxyReaderWriter(RealmReaderWriter rw)
           
 



Copyright © 2008-2013 Index Data. All Rights Reserved.