Java SE 8 For the Really Impatient, Note 8
Chapter 5 The New Date and Time APIDate AdjustersCompute dates such as “the first Tuesday of every month”. TemporalAdjusters: provides a nu
Chapter 5 The New Date and Time APIDate AdjustersCompute dates such as “the first Tuesday of every month”. TemporalAdjusters: provides a nu
Chapter 4 JavaFx is skipped for now. Chapter 5 The New Date and Time APILearn what makes time computations so vexing, and how the new Data
Chapter 3 Programming with LambdasReturning FunctionsConsider methods whose return type is a functional interface.1Image brightenedImage = t
Chapter 3 Programming with LambdasLearn how to create your own libraries that make use of lambda expressions and functional interfaces. Key
Chapter 2 The Stream APIGrouping and PartioninggroupingBy: forms groups of values with the same characteristic12// grouping locales by count
Chapter 2 The Stream APISimple Reductionsreductions: reduces the stream to a value.terminal operation: the stream ceases to be usable. List
Chapter 2 The Stream APIProcessing collections of values and specifying what you want to have done, leaving the scheduling of operations to
Chapter 1 Lambda ExpressionsWhyA block of code was passed to someone - a thread pool, a sort method, or a button. The code was called at som
A very common problem we encounter in Elasticsearch cluster management is how to copy an index to another cluster. For example, we need to m
Red Cluster!There are 3 cluster states: green: All primary and replica shards are active yellow: All primary shards are active, but not
Marvel is the official Elasticsearch monitoring plugin. Although it’s free, it requires subscription for a basic license. The initial tria
Recently I decided to update my Hexo blog to the latest version and start to writing posts again. The process was not that smooth. So I wrot