- 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."
- 高效能辦公必修課:Word圖文處理
- 嵌入式系統及其開發應用
- Learning Apache Cassandra(Second Edition)
- iClone 4.31 3D Animation Beginner's Guide
- 大型數據庫管理系統技術、應用與實例分析:SQL Server 2005
- ESP8266 Home Automation Projects
- Linux:Powerful Server Administration
- INSTANT Drools Starter
- 網站前臺設計綜合實訓
- 工業機器人維護與保養
- Visual C++項目開發案例精粹
- 基于ARM9的小型機器人制作
- 21天學通Linux嵌入式開發
- 工業機器人入門實用教程
- 深度學習原理與 TensorFlow實踐