Uses of Class
com.tangosol.io.pof.PofIndexer
Packages that use PofIndexer
Package
Description
Contains classes related to POF serialization and deserialization.
-
Uses of PofIndexer in com.tangosol.io.pof
Methods in com.tangosol.io.pof that return PofIndexerModifier and TypeMethodDescriptionPofIndexer.ignoreClasspath
(boolean fIgnoreClasspath) Ignore the classpath when scanning for classes by setting this property to true. by default this property is false.PofIndexer.withClasses
(List<Class> clazzes) PofIndexer.withClassesFromDirectory
(Collection<File> directories) Add the directory on the file system to read the class files from.PofIndexer.withClassesFromJarFile
(List<File> jarFiles) Add one or more JAR files on the file system to read the class files from.PofIndexer.withIndexFileName
(String indexFileName) Specify the index file name and path.