Package org.alfresco.repo.index.shard
Class Floc
java.lang.Object
org.alfresco.repo.index.shard.Floc
- All Implemented Interfaces:
Serializable
- Author:
- Andy
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
boolean
int
hashCode()
void
setHasContent
(boolean hasContent) void
setNumberOfShards
(int numberOfShards) void
setPropertyBag
(HashMap<String, String> propertyBag) void
setShardMethod
(ShardMethodEnum shardMethod) void
setStoreRefs
(HashSet<StoreRef> storeRefs) void
setTemplate
(String template) toString()
-
Constructor Details
-
Floc
public Floc()
-
-
Method Details
-
getStoreRefs
- Returns:
- the storeRefs
-
setStoreRefs
- Parameters:
storeRefs
- the storeRefs to set
-
getNumberOfShards
public int getNumberOfShards()- Returns:
- the numberOfShards
-
setNumberOfShards
public void setNumberOfShards(int numberOfShards) - Parameters:
numberOfShards
- the numberOfShards to set
-
getShardMethod
- Returns:
- the shardMethod
-
setShardMethod
- Parameters:
shardMethod
- the shardMethod to set
-
getTemplate
- Returns:
- the template
-
setTemplate
- Parameters:
template
- the template to set
-
hasContent
public boolean hasContent()- Returns:
- the hasContent
-
setHasContent
public void setHasContent(boolean hasContent) - Parameters:
hasContent
- the hasContent to set
-
getPropertyBag
- Returns:
- the propertyBag
-
setPropertyBag
- Parameters:
propertyBag
- the propertyBag to set
-
hashCode
public int hashCode() -
equals
-
toString
-