org.apache.curator.framework.api
Interface Statable<T>

All Known Subinterfaces:
GetACLBuilder, GetChildrenBuilder, GetDataBuilder, GetDataWatchBackgroundStatable, StatPathable<T>, TempGetDataBuilder

public interface Statable<T>


Method Summary
 T storingStatIn(org.apache.zookeeper.data.Stat stat)
          Have the operation fill the provided stat object
 

Method Detail

storingStatIn

T storingStatIn(org.apache.zookeeper.data.Stat stat)
Have the operation fill the provided stat object

Parameters:
stat - the stat to have filled in
Returns:
this


Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.