- 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."
- Cinema 4D R13 Cookbook
- Managing Mission:Critical Domains and DNS
- 3D Printing with RepRap Cookbook
- STM32G4入門與電機控制實戰:基于X-CUBE-MCSDK的無刷直流電機與永磁同步電機控制實現
- Arduino &樂高創意機器人制作教程
- C語言寶典
- 數據庫系統原理及應用教程(第5版)
- 空間機械臂建模、規劃與控制
- Working with Linux:Quick Hacks for the Command Line
- SQL Server數據庫應用基礎(第2版)
- PowerMill 2020五軸數控加工編程應用實例
- 數據要素:全球經濟社會發展的新動力
- 無人駕駛感知智能
- 機器人制作入門(第4版)
- 30天學通Java Web項目案例開發