From dfe54a9c922aef287d4026d8df2c041c180c3418 Mon Sep 17 00:00:00 2001 From: Doug Meil Date: Thu, 12 Jan 2012 17:19:53 +0000 Subject: [PATCH] hbase-5185 book.xml - trivial rename of section heading "Client Filters" to "Client Request Filters" git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1230649 13f79535-47bb-0310-9956-ffa450edef68 --- src/docbkx/book.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docbkx/book.xml b/src/docbkx/book.xml index 4256a6051da..ec5fc8f8653 100644 --- a/src/docbkx/book.xml +++ b/src/docbkx/book.xml @@ -1403,7 +1403,7 @@ HTable table2 = new HTable(conf2, "myTable"); -
Client Filters +
Client Request Filters Get and Scan instances can be optionally configured with filters which are applied on the RegionServer.