- Cassandra High Availability
- Robbie Strickland
- 220字
- 2021-08-06 19:50:28
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "The PropertyFileSnitch
configuration allows an administrator to precisely configure the topology of the network by means of a properties file named cassandra-topology.properties
."
A block of code is set as follows:
CREATE KEYSPACE AddressBook WITH REPLICATION = { 'class' : 'NetworkTopologyStrategy', 'dc1' : 3, 'dc2' : 2 };
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
CREATE KEYSPACE AddressBook
WITH REPLICATION = {
'class' : 'SimpleStrategy',
'replication_factor' : 3
};
Any command-line input or output is written as follows:
# nodetool status
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Then, fill in the host, port, and your credentials in the dialog box and click on the Connect button."
- 大數據導論:思維、技術與應用
- PowerShell 3.0 Advanced Administration Handbook
- 傳感器技術實驗教程
- Getting Started with Clickteam Fusion
- STM32嵌入式微控制器快速上手
- 大數據技術與應用
- 計算機網絡原理與技術
- Learning C for Arduino
- Lightning Fast Animation in Element 3D
- Ruby on Rails敏捷開發最佳實踐
- Microsoft System Center Confi guration Manager
- INSTANT VMware vCloud Starter
- ZigBee無線通信技術應用開發
- Cortex-M3嵌入式處理器原理與應用
- Machine Learning with Spark(Second Edition)