This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ConfigurationBuilder cb = new ConfigurationBuilder(); | |
cb.clustering().hash().capacityFactor(2.0f); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<namedCache name="capacity_factors"> | |
<clustering mode="distribution"> | |
<hash capacityFactor="0.5"/> | |
</clustering> | |
</namedCache> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name AutoLink (Modified for Twitter/JBoss JIRA) | |
// @namespace http://www.squarefree.com/userscripts | |
// @description Turns plain text URLs, email addresses, and Twitter links (@twitterID) into links. You can add new filters if you know how to use JavaScript regular expressions. (Only Twitter links are new in this modified version.) | |
// @include http://* | |
// @include https://* | |
// @exclude http://www.vox.com/compose/ | |
// @exclude *contacts | |
// ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Response header with topology change marker | |
Topology Id [vInt] | |
Num Key Owners [2b - Unsigned Short] | |
Hash Function Version [1b] | |
Hash space size [vInt] | |
Num servers in topology [vInt] | |
m1: Host/IP length [vInt] m1: Host/IP address [string] m1: Port [2b - unsigned short] | |
m2: Host/IP length [vInt] m2: Host/IP address [string] m2: Port [2b - unsigned short] | |
... | |
Num segments in topology [vInt] |