Package org.jumpmind.db.model
Class PlatformIndex
java.lang.Object
org.jumpmind.db.model.PlatformIndex
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPlatformIndex(String indexName, String filter) PlatformIndex(String indexName, String filter, CompressionTypes compressionType) -
Method Summary
Modifier and TypeMethodDescriptionclone()booleangetName()inthashCode()voidsetCompressionType(CompressionTypes compressionType) voidsetFilterCondition(String filterCondition) void
-
Constructor Details
-
PlatformIndex
public PlatformIndex() -
PlatformIndex
-
PlatformIndex
-
-
Method Details