public interface SpatialPartitioningConfiguration
extends java.io.Serializable
DistributedSpatialIndex| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<? extends DistributedSpatialIndex<?>> |
getDistributedSpatialIndexClass()
Gets the type of
DistributedSpatialIndex this configuration is meant for. |
java.lang.Class<? extends SpatialPartitioning<?>> |
getSpatialPartitioningClass()
Gets the type of
SpatialPartitioning algorithm this configuration is meant for. |
boolean |
isLocallyIndexed() |
java.lang.Class<? extends DistributedSpatialIndex<?>> getDistributedSpatialIndexClass()
DistributedSpatialIndex this configuration is meant for.DistributedSpatialIndexjava.lang.Class<? extends SpatialPartitioning<?>> getSpatialPartitioningClass()
SpatialPartitioning algorithm this configuration is meant for.SpatialPartitioningboolean isLocallyIndexed()
Copyright © 2016 Oracle and/or its affiliates. All Rights Reserved.