[infinispan-dev] configuring the consistent hash

Mircea Markus mircea.markus at jboss.com
Mon Jan 31 10:33:55 EST 2011


Hi,

While extending the ConsistentHash I needed to pass some config params to my custom implementation - this is not currently supported
I think adding this functionality would be useful and consistent with other extension points, e.g. cacheLoaders.
What I have in mind is something like:
<hash ...>
	<consistentHashFunction class="...">
           <properties>
	   </properties>
	</consistentHashFunction>
</hash>

Wdyt?

Cheers,
Mircea





More information about the infinispan-dev mailing list