Package eu.stratosphere.runtime.io.channels

Examples of eu.stratosphere.runtime.io.channels.ChannelType


   */
  @Test
  public void testSerialization() {

    final GateID gateID = new GateID();
    final ChannelType channelType = ChannelType.IN_MEMORY;
    final List<ChannelDeploymentDescriptor> channels = new ArrayList<ChannelDeploymentDescriptor>(0);
    final ChannelDeploymentDescriptor cdd = new ChannelDeploymentDescriptor(new ChannelID(), new ChannelID());
    channels.add(cdd);

    final GateDeploymentDescriptor orig = new GateDeploymentDescriptor(gateID, channelType,
View Full Code Here

TOP

Related Classes of eu.stratosphere.runtime.io.channels.ChannelType

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.