Uses of Class
org.jgroups.blocks.GridFile.Metadata
-
Packages that use GridFile.Metadata Package Description org.jgroups.blocks Provides building blocks that are layered on top of channels. -
-
Uses of GridFile.Metadata in org.jgroups.blocks
Fields in org.jgroups.blocks with type parameters of type GridFile.Metadata Modifier and Type Field Description private ReplCache<java.lang.String,GridFile.Metadata>GridFile. cacheprotected ReplCache<java.lang.String,GridFile.Metadata>GridFilesystem. metadataConstructor parameters in org.jgroups.blocks with type arguments of type GridFile.Metadata 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)
-