Uses of Class
org.jgroups.blocks.ReplCache
-
Packages that use ReplCache Package Description 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 Modifier and Type Field Description 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 Constructor Description 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.
-