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()
boolean
getName()
int
hashCode()
void
setCompressionType
(CompressionTypes compressionType) void
setFilterCondition
(String filterCondition) void
-
Constructor Details
-
PlatformIndex
public PlatformIndex() -
PlatformIndex
-
PlatformIndex
-
-
Method Details