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 TypeMethodDescriptionbooleanintbooleaninthashCode()voidsetHasContent(boolean hasContent) voidsetNumberOfShards(int numberOfShards) voidsetPropertyBag(HashMap<String, String> propertyBag) voidsetShardMethod(ShardMethodEnum shardMethod) voidsetStoreRefs(HashSet<StoreRef> storeRefs) voidsetTemplate(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
-