@Override
 public void fromData(DataInput in) throws IOException, ClassNotFoundException {
   super.fromData(in);
   this.jmxManager = DataSerializer.readPrimitiveBoolean(in);
   this.host = DataSerializer.readString(in);
   this.port = DataSerializer.readPrimitiveInt(in);
   this.ssl = DataSerializer.readPrimitiveBoolean(in);
   this.started = DataSerializer.readPrimitiveBoolean(in);
 }
Ejemplo n.º 2
0
 /**
  * Reads the state of this object from the given <code>DataInput</code>.
  *
  * @gfcodegen This code is generated by gfcodegen.
  */
 public void fromData(DataInput input) throws IOException, ClassNotFoundException {
   name = DataSerializer.readString(input);
   //		isReal = DataSerializer.readBoolean(input);
   fullPath = DataSerializer.readString(input);
   childList = DataSerializer.readObject(input);
   attrInfo = DataSerializer.readObject(input);
   temporalType = DataSerializer.readObject(input);
   keyTypeName = DataSerializer.readString(input);
   valueTypeName = DataSerializer.readString(input);
   size = DataSerializer.readPrimitiveInt(input);
   primaryBucketInfoList = DataSerializer.readObject(input);
   redundantBucketInfoList = DataSerializer.readObject(input);
 }
Ejemplo n.º 3
0
 /**
  * Reads the state of this object from the given <code>DataInput</code>.
  *
  * @gfcodegen This code is generated by gfcodegen.
  */
 public void fromData(DataInput input) throws IOException, ClassNotFoundException {
   item = DataSerializer.readObject(input);
   bucketId = DataSerializer.readPrimitiveInt(input);
   resultIndex = DataSerializer.readPrimitiveInt(input);
 }