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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TstoringStatIn(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
-
-