public class NetworkEnvironmentConfiguration extends Object
Constructor and Description |
---|
NetworkEnvironmentConfiguration(float networkBufFraction,
long networkBufMin,
long networkBufMax,
int networkBufferSize,
MemoryType memoryType,
IOManager.IOMode ioMode,
int partitionRequestInitialBackoff,
int partitionRequestMaxBackoff,
int networkBuffersPerChannel,
int floatingNetworkBuffersPerGate)
Constructor for a setup with purely local communication (no netty).
|
NetworkEnvironmentConfiguration(float networkBufFraction,
long networkBufMin,
long networkBufMax,
int networkBufferSize,
MemoryType memoryType,
IOManager.IOMode ioMode,
int partitionRequestInitialBackoff,
int partitionRequestMaxBackoff,
int networkBuffersPerChannel,
int floatingNetworkBuffersPerGate,
NettyConfig nettyConfig) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
floatingNetworkBuffersPerGate() |
int |
hashCode() |
IOManager.IOMode |
ioMode() |
MemoryType |
memoryType() |
NettyConfig |
nettyConfig() |
int |
networkBufferSize() |
int |
networkBuffersPerChannel() |
float |
networkBufFraction() |
long |
networkBufMax() |
long |
networkBufMin() |
int |
partitionRequestInitialBackoff() |
int |
partitionRequestMaxBackoff() |
String |
toString() |
public NetworkEnvironmentConfiguration(float networkBufFraction, long networkBufMin, long networkBufMax, int networkBufferSize, MemoryType memoryType, IOManager.IOMode ioMode, int partitionRequestInitialBackoff, int partitionRequestMaxBackoff, int networkBuffersPerChannel, int floatingNetworkBuffersPerGate)
public NetworkEnvironmentConfiguration(float networkBufFraction, long networkBufMin, long networkBufMax, int networkBufferSize, MemoryType memoryType, IOManager.IOMode ioMode, int partitionRequestInitialBackoff, int partitionRequestMaxBackoff, int networkBuffersPerChannel, int floatingNetworkBuffersPerGate, @Nullable NettyConfig nettyConfig)
public float networkBufFraction()
public long networkBufMin()
public long networkBufMax()
public int networkBufferSize()
public MemoryType memoryType()
public IOManager.IOMode ioMode()
public int partitionRequestInitialBackoff()
public int partitionRequestMaxBackoff()
public int networkBuffersPerChannel()
public int floatingNetworkBuffersPerGate()
public NettyConfig nettyConfig()
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.