Uses of Class
org.jgroups.blocks.ReplCache

Packages that use ReplCache
org.jgroups.blocks Provides building blocks that are layered on top of channels. 
 

Uses of ReplCache in org.jgroups.blocks
 

Fields in org.jgroups.blocks declared as ReplCache
protected  ReplCache<java.lang.String,byte[]> GridFilesystem.data
           
protected  ReplCache<java.lang.String,GridFile.Metadata> GridFilesystem.metadata
           
 

Constructors in org.jgroups.blocks with parameters of type ReplCache
GridFilesystem(ReplCache<java.lang.String,byte[]> data, ReplCache<java.lang.String,GridFile.Metadata> metadata)
           
GridFilesystem(ReplCache<java.lang.String,byte[]> data, ReplCache<java.lang.String,GridFile.Metadata> metadata)
           
GridFilesystem(ReplCache<java.lang.String,byte[]> data, ReplCache<java.lang.String,GridFile.Metadata> metadata, short default_repl_count, int default_chunk_size)
          Creates an instance.
GridFilesystem(ReplCache<java.lang.String,byte[]> data, ReplCache<java.lang.String,GridFile.Metadata> metadata, short default_repl_count, int default_chunk_size)
          Creates an instance.
 



Copyright © 1998-2012 Bela Ban / Red Hat. All Rights Reserved.