Package org.apache.curator.framework.api
Interface Statable<T>
- All Known Subinterfaces:
ACLCreateModeStatBackgroundPathAndBytesable<T>
,AddStatConfigEnsembleable
,CreateBackgroundModeStatACLable
,CreateBuilder
,CreateBuilder2
,CreateBuilderMain
,GetACLBuilder
,GetChildrenBuilder
,GetConfigBuilder
,GetDataBuilder
,GetDataWatchBackgroundStatable
,JoinStatConfigEnsembleable
,LeaveStatConfigEnsembleable
,ProtectACLCreateModeStatPathAndBytesable<T>
,StatConfigureEnsembleable
,StatPathable<T>
,TempGetDataBuilder
- All Known Implementing Classes:
CreateBuilderImpl
,GetACLBuilderImpl
,GetChildrenBuilderImpl
,GetConfigBuilderImpl
,GetDataBuilderImpl
public interface Statable<T>
-
Method Summary
Modifier and TypeMethodDescriptionstoringStatIn
(org.apache.zookeeper.data.Stat stat) Have the operation fill the provided stat object
-
Method Details
-
storingStatIn
Have the operation fill the provided stat object- Parameters:
stat
- the stat to have filled in- Returns:
- this
-