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.org.jgroups.demos Provides demonstrations of JGroups functionality. -
-
Uses of ReplCache in org.jgroups.blocks
Fields in org.jgroups.blocks declared as ReplCache Modifier and Type Field Description private ReplCache<java.lang.String,GridFile.Metadata>GridFile. cache(package private) ReplCache<java.lang.String,byte[]>GridInputStream. cache(package private) ReplCache<java.lang.String,byte[]>GridOutputStream. cacheprotected ReplCache<java.lang.String,byte[]>GridFilesystem. dataprotected ReplCache<java.lang.String,GridFile.Metadata>GridFilesystem. metadataConstructors in org.jgroups.blocks with parameters of type ReplCache Constructor Description GridFile(java.io.File parent, java.lang.String child, ReplCache<java.lang.String,GridFile.Metadata> cache, int chunk_size, GridFilesystem fs)GridFile(java.lang.String parent, java.lang.String child, ReplCache<java.lang.String,GridFile.Metadata> cache, int chunk_size, GridFilesystem fs)GridFile(java.lang.String pathname, ReplCache<java.lang.String,GridFile.Metadata> cache, int chunk_size, GridFilesystem fs)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.GridInputStream(GridFile file, ReplCache<java.lang.String,byte[]> cache, int chunk_size)GridOutputStream(GridFile file, boolean append, ReplCache<java.lang.String,byte[]> cache, short repl_count, int chunk_size) -
Uses of ReplCache in org.jgroups.demos
Fields in org.jgroups.demos declared as ReplCache Modifier and Type Field Description private ReplCache<java.lang.String,java.lang.String>ReplCacheDemo. cache
-