public class ViewManager.ForStore
extends java.lang.Object
Constructor and Description |
---|
ForStore() |
Modifier and Type | Method and Description |
---|---|
void |
addView(View view) |
java.lang.Iterable<View> |
allViews() |
java.lang.Iterable<ColumnFamilyStore> |
allViewsCfs() |
void |
dumpMemtables() |
void |
forceBlockingFlush() |
void |
removeView(java.lang.String name) |
void |
truncateBlocking(long truncatedAt) |
public java.lang.Iterable<View> allViews()
public java.lang.Iterable<ColumnFamilyStore> allViewsCfs()
public void forceBlockingFlush()
public void dumpMemtables()
public void truncateBlocking(long truncatedAt)
public void addView(View view)
public void removeView(java.lang.String name)
Copyright © 2015 The Apache Software Foundation