Package org.apache.sedona.core.utils
Class SedonaConf
- java.lang.Object
-
- org.apache.sedona.core.utils.SedonaConf
-
- All Implemented Interfaces:
Serializable
public class SedonaConf extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SedonaConf(org.apache.spark.sql.RuntimeConfig runtimeConfig)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SedonaConf
fromActiveSession()
long
getAutoBroadcastJoinThreshold()
org.locationtech.jts.geom.Envelope
getDatasetBoundary()
Boolean
getDBSCANIncludeOutliers()
int
getFallbackPartitionNum()
IndexType
getIndexType()
long
getJoinApproximateTotalCount()
JoinBuildSide
getJoinBuildSide()
GridType
getJoinGridType()
JoinSpartitionDominantSide
getJoinSpartitionDominantSide()
SpatialJoinOptimizationMode
getSpatialJoinOptimizationMode()
boolean
getUseIndex()
boolean
isIncludeTieBreakersInKNNJoins()
String
toString()
-
-
-
Method Detail
-
fromActiveSession
public static SedonaConf fromActiveSession()
-
getUseIndex
public boolean getUseIndex()
-
getIndexType
public IndexType getIndexType()
-
getJoinApproximateTotalCount
public long getJoinApproximateTotalCount()
-
getDatasetBoundary
public org.locationtech.jts.geom.Envelope getDatasetBoundary()
-
getJoinBuildSide
public JoinBuildSide getJoinBuildSide()
-
getJoinGridType
public GridType getJoinGridType()
-
getJoinSpartitionDominantSide
public JoinSpartitionDominantSide getJoinSpartitionDominantSide()
-
getFallbackPartitionNum
public int getFallbackPartitionNum()
-
getAutoBroadcastJoinThreshold
public long getAutoBroadcastJoinThreshold()
-
isIncludeTieBreakersInKNNJoins
public boolean isIncludeTieBreakersInKNNJoins()
-
getSpatialJoinOptimizationMode
public SpatialJoinOptimizationMode getSpatialJoinOptimizationMode()
-
getDBSCANIncludeOutliers
public Boolean getDBSCANIncludeOutliers()
-
-