Uses of Class
org.jgroups.blocks.ReplCache
Packages that use ReplCache
Package
Description
Provides building blocks that are layered on top of channels.
Provides demonstrations of JGroups functionality.
-
Uses of ReplCache in org.jgroups.blocks
Fields in org.jgroups.blocks declared as ReplCacheModifier and TypeFieldDescriptionprivate final ReplCache<String, GridFile.Metadata> GridFile.cacheGridInputStream.cacheGridOutputStream.cacheGridFilesystem.dataprotected final ReplCache<String, GridFile.Metadata> GridFilesystem.metadataConstructors in org.jgroups.blocks with parameters of type ReplCacheModifierConstructorDescription(package private)GridFile(File parent, String child, ReplCache<String, GridFile.Metadata> cache, int chunk_size, GridFilesystem fs) (package private)GridFile(String parent, String child, ReplCache<String, GridFile.Metadata> cache, int chunk_size, GridFilesystem fs) (package private)GridFile(String pathname, ReplCache<String, GridFile.Metadata> cache, int chunk_size, GridFilesystem fs) GridFilesystem(ReplCache<String, byte[]> data, ReplCache<String, GridFile.Metadata> metadata) GridFilesystem(ReplCache<String, byte[]> data, ReplCache<String, GridFile.Metadata> metadata, short default_repl_count, int default_chunk_size) Creates an instance.(package private)GridInputStream(GridFile file, ReplCache<String, byte[]> cache, int chunk_size) (package private)GridOutputStream(GridFile file, boolean append, ReplCache<String, byte[]> cache, short repl_count, int chunk_size) -
Uses of ReplCache in org.jgroups.demos
Fields in org.jgroups.demos declared as ReplCache