接口 GraphAlgebraPhysical.RepartitionOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- GraphAlgebraPhysical
public static interface GraphAlgebraPhysical.RepartitionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 GraphAlgebraPhysical.Repartition.StrategyCasegetStrategyCase()GraphAlgebraPhysical.Repartition.ShufflegetToAnother().physical.Repartition.Shuffle to_another = 1;GraphAlgebraPhysical.Repartition.ShuffleOrBuildergetToAnotherOrBuilder().physical.Repartition.Shuffle to_another = 1;GraphAlgebraPhysical.Repartition.BroadcastgetToOthers().physical.Repartition.Broadcast to_others = 2;GraphAlgebraPhysical.Repartition.BroadcastOrBuildergetToOthersOrBuilder().physical.Repartition.Broadcast to_others = 2;booleanhasToAnother().physical.Repartition.Shuffle to_another = 1;booleanhasToOthers().physical.Repartition.Broadcast to_others = 2;
-
-
-
方法详细资料
-
hasToAnother
boolean hasToAnother()
.physical.Repartition.Shuffle to_another = 1;- 返回:
- Whether the toAnother field is set.
-
getToAnother
GraphAlgebraPhysical.Repartition.Shuffle getToAnother()
.physical.Repartition.Shuffle to_another = 1;- 返回:
- The toAnother.
-
getToAnotherOrBuilder
GraphAlgebraPhysical.Repartition.ShuffleOrBuilder getToAnotherOrBuilder()
.physical.Repartition.Shuffle to_another = 1;
-
hasToOthers
boolean hasToOthers()
.physical.Repartition.Broadcast to_others = 2;- 返回:
- Whether the toOthers field is set.
-
getToOthers
GraphAlgebraPhysical.Repartition.Broadcast getToOthers()
.physical.Repartition.Broadcast to_others = 2;- 返回:
- The toOthers.
-
getToOthersOrBuilder
GraphAlgebraPhysical.Repartition.BroadcastOrBuilder getToOthersOrBuilder()
.physical.Repartition.Broadcast to_others = 2;
-
getStrategyCase
GraphAlgebraPhysical.Repartition.StrategyCase getStrategyCase()
-
-