public class NetworkEnvironmentConfiguration extends Object
构造器和说明 |
---|
NetworkEnvironmentConfiguration(float networkBufFraction,
long networkBufMin,
long networkBufMax,
int networkBufferSize,
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,
IOManager.IOMode ioMode,
int partitionRequestInitialBackoff,
int partitionRequestMaxBackoff,
int networkBuffersPerChannel,
int floatingNetworkBuffersPerGate,
NettyConfig nettyConfig) |
限定符和类型 | 方法和说明 |
---|---|
boolean |
equals(Object obj) |
int |
floatingNetworkBuffersPerGate() |
int |
hashCode() |
IOManager.IOMode |
ioMode() |
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, IOManager.IOMode ioMode, int partitionRequestInitialBackoff, int partitionRequestMaxBackoff, int networkBuffersPerChannel, int floatingNetworkBuffersPerGate)
public NetworkEnvironmentConfiguration(float networkBufFraction, long networkBufMin, long networkBufMax, int networkBufferSize, 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 IOManager.IOMode ioMode()
public int partitionRequestInitialBackoff()
public int partitionRequestMaxBackoff()
public int networkBuffersPerChannel()
public int floatingNetworkBuffersPerGate()
public NettyConfig nettyConfig()
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.