org.orekit.utils
Class OrekitConfiguration

java.lang.Object
  extended by org.orekit.utils.OrekitConfiguration

public class OrekitConfiguration
extends Object

Utility class for setting global configuration parameters.

Author:
Luc Maisonobe

Method Summary
static int getCacheSlotsNumber()
          Get the number of slots to use in caches.
static void setCacheSlotsNumber(int slotsNumber)
          Set the number of slots to use in caches.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setCacheSlotsNumber

public static void setCacheSlotsNumber(int slotsNumber)
Set the number of slots to use in caches.

Parameters:
slotsNumber - number of slots to use in caches

getCacheSlotsNumber

public static int getCacheSlotsNumber()
Get the number of slots to use in caches.

Returns:
number of slots to use in caches


Copyright © 2017 CNES. All Rights Reserved.