首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > XML SOAP >

cassandra的配置文件cacheConfig.xml-2010年七月7日

2012-10-15 
cassandra的配置文件cacheConfig.xml---2010年7月7日?xml version1.0 encodingUTF-8 ?cacheConfi

cassandra的配置文件cacheConfig.xml---2010年7月7日
<?xml version="1.0" encoding="UTF-8" ?>
<cacheConfig>
    <!--缓存服务器集群-->
    <servers id="cassandraServers">
        <list>
            <value>10.71.144.80:9160</value>
            <value>10.71.144.81:9160</value>
            <value>10.71.144.82:9160</value>
        </list>
    </servers>

    <!--默认Keyspace-->
    <defaultKeyspace>Keyspace1</defaultKeyspace>
    <!--默认columnFamily-->
    <defaultColumnFamily>Standard1</defaultColumnFamily>

    <dataBindings>
        <property name="navigationCache" value="true"/>
        <property name="privilegeCache" value="false"/>
    </dataBindings>
</cacheConfig>

热点排行