internal CountingStream(TestMultiLevelSkipList enclosingInstance, IndexInput input)
			{
				InitBlock(enclosingInstance);
				this.input = input;
			}
示例#2
0
 internal CountingStream(TestMultiLevelSkipList enclosingInstance, IndexInput input)
 {
     InitBlock(enclosingInstance);
     this.input = input;
 }
			private void  InitBlock(TestMultiLevelSkipList enclosingInstance)
			{
				this.enclosingInstance = enclosingInstance;
			}
示例#4
0
 private void  InitBlock(TestMultiLevelSkipList enclosingInstance)
 {
     this.enclosingInstance = enclosingInstance;
 }
 public CountingRAMDirectory(TestMultiLevelSkipList outerInstance, Directory @delegate)
     : base(Random(), @delegate)
 {
     this.OuterInstance = outerInstance;
 }
 internal CountingStream(TestMultiLevelSkipList outerInstance, IndexInput input)
     : base("CountingStream(" + input + ")")
 {
     this.OuterInstance = outerInstance;
     this.Input = input;
 }
 public CountingRAMDirectory(TestMultiLevelSkipList outerInstance, Directory @delegate)
     : base(Random, @delegate)
 {
     this.outerInstance = outerInstance;
 }
 internal CountingStream(TestMultiLevelSkipList outerInstance, IndexInput input)
     : base("CountingStream(" + input + ")")
 {
     this.outerInstance = outerInstance;
     this.input         = input;
 }