Uses of Class
org.jgroups.blocks.GridFilesystem
Packages that use GridFilesystem
Package
Description
Provides building blocks that are layered on top of channels.
-
Uses of GridFilesystem in org.jgroups.blocks
Fields in org.jgroups.blocks declared as GridFilesystemConstructors in org.jgroups.blocks with parameters of type GridFilesystemModifierConstructorDescription(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) -
Uses of GridFilesystem in org.jgroups.tests
Methods in org.jgroups.tests with parameters of type GridFilesystemModifier and TypeMethodDescriptionvoidGridFilesystemTest.cd.execute(GridFilesystem fs, String[] args) voidGridFilesystemTest.Command.execute(GridFilesystem fs, String[] args) voidGridFilesystemTest.down.execute(GridFilesystem fs, String[] args) private static booleanGridFilesystemTest.execute(GridFilesystem fs, String line) voidGridFilesystemTest.ls.execute(GridFilesystem fs, String[] args) voidGridFilesystemTest.mkdir.execute(GridFilesystem fs, String[] args) voidGridFilesystemTest.pwd.execute(GridFilesystem fs, String[] args) voidGridFilesystemTest.rm.execute(GridFilesystem fs, String[] args) voidGridFilesystemTest.up.execute(GridFilesystem fs, String[] args) private static voidGridFilesystemTest.loop(GridFilesystem fs)