1271127212731274127512761277127812791280
public ByteToMessageDecoder getNettyCompressionDecoder() { switch (GiraphConstants.NETTY_COMPRESSION_ALGORITHM.get(this)) { case "SNAPPY": return new SnappyFramedDecoder(true); case "INFLATE": return new JdkZlibDecoder(); default: return null; } }