コード例 #1
0
 public TransactionCreateBuilder(CreateBuilderImpl createBuilderImpl,
                                 CuratorTransactionImpl curatorTransaction,
                                 CuratorMultiTransactionRecord transaction)
 {
     _createBuilderImpl  = createBuilderImpl;
     _curatorTransaction = curatorTransaction;
     _transaction        = transaction;
 }
コード例 #2
0
 public ACLPathAndBytesable(CreateBuilderImpl createBuilderImpl)
 {
     _createBuilderImpl = createBuilderImpl;
 }
コード例 #3
0
 public ACLBackgroundPathAndBytesable(CreateBuilderImpl createBuilderImpl)
 {
     _createBuilderImpl = createBuilderImpl;
 }
コード例 #4
0
 public ProtectACLCreateModePathAndBytesableImpl(CreateBuilderImpl createBuilderImpl)
 {
     _createBuilderImpl = createBuilderImpl;
 }
コード例 #5
0
 public CreateBackgroundModeACLable(CreateBuilderImpl createBuilderImpl)
 {
     _createBuilderImpl = createBuilderImpl;
 }