-
Book Overview & Buying
-
Table Of Contents
Infinispan data grid platform definitive guide
In this book, you will find a number of text styles 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: "We can include other contexts through the use of the include directive."
A block of code is set as follows:
// cache operations String key = "20130801"; String tempData = "Children are great comfort in your old age, and they help you to reach it faster too"; tempCache.put(key, tempData); String otherTempData = tempCache.get(key); assert (otherTempData.equals(tempData)); tempCache.remove(key); assert( tempCache.get(key) == null);
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: "To install the plugin, open the Preferences window, go the Plugins option, and click in the Browse Repositories button."
Warnings or important notes appear in a box like this.
Tips and tricks appear like this.
Change the font size
Change margin width
Change background colour