- generateNew() - Static method in class net.bolbat.kit.vo.AccountId
-
- generateUnique() - Static method in class net.bolbat.kit.util.IdUtils
-
Generate unique identifier.
- get(K) - Method in interface net.bolbat.kit.cache.Cache
-
Get value by key from cache.
- get(Iterable<? extends K>) - Method in interface net.bolbat.kit.cache.Cache
-
Get values by keys.
- get(K) - Method in class net.bolbat.kit.cache.guava.GuavaCache
-
- get(Iterable<? extends K>) - Method in class net.bolbat.kit.cache.guava.GuavaCache
-
- get(String) - Method in interface net.bolbat.kit.ioc.links.LinksRegistry
-
Get linked scopes.
- get(String) - Method in class net.bolbat.kit.ioc.links.LinksRegistryImpl
-
- get(Class<S>, Scope...) - Static method in class net.bolbat.kit.ioc.Manager
-
Get default module service.
Uses ScopeUtil.scopesToArray(true,scopes) upon resolving.
- get(Class<S>, Scope...) - Method in class net.bolbat.kit.ioc.ManagerModule
-
Get service.
Uses ScopeUtil.scopesToArray(true,scopes) upon resolving.
- get(Scope...) - Static method in class net.bolbat.kit.ioc.scope.CompositeScope
-
Create
CompositeScope from given scopes.
Uses
ScopeUtil.scopesToArray(false,scopes) upon creation.
- get(String) - Static method in class net.bolbat.kit.ioc.scope.CustomScope
-
Get
CustomScope instance with given identifier, with lazy initialization and caching.
- get(String) - Static method in enum net.bolbat.kit.ioc.scope.DistributionScope
-
- get(String) - Static method in enum net.bolbat.kit.ioc.scope.TypeScope
-
- get(String) - Method in interface net.bolbat.kit.ioc.services.ServicesRegistry
-
Get service configuration.
- get(String) - Method in class net.bolbat.kit.ioc.services.ServicesRegistryImpl
-
- get(String, String) - Method in interface net.bolbat.kit.lucene.LuceneStore
-
Get bean.
- get(Query) - Method in interface net.bolbat.kit.lucene.LuceneStore
-
Search bean's.
- get(Query, Sort) - Method in interface net.bolbat.kit.lucene.LuceneStore
-
Search bean's.
- get(Query, int) - Method in interface net.bolbat.kit.lucene.LuceneStore
-
Search beans.
- get(Query, int, int) - Method in interface net.bolbat.kit.lucene.LuceneStore
-
Search beans.
- get(Query, int, Sort) - Method in interface net.bolbat.kit.lucene.LuceneStore
-
Search beans.
- get(Query, int, int, Sort) - Method in interface net.bolbat.kit.lucene.LuceneStore
-
Search beans.
- get(String, String) - Method in class net.bolbat.kit.lucene.LuceneStoreImpl
-
- get(Query) - Method in class net.bolbat.kit.lucene.LuceneStoreImpl
-
- get(Query, Sort) - Method in class net.bolbat.kit.lucene.LuceneStoreImpl
-
- get(Query, int) - Method in class net.bolbat.kit.lucene.LuceneStoreImpl
-
- get(Query, int, int) - Method in class net.bolbat.kit.lucene.LuceneStoreImpl
-
- get(Query, int, Sort) - Method in class net.bolbat.kit.lucene.LuceneStoreImpl
-
- get(Query, int, int, Sort) - Method in class net.bolbat.kit.lucene.LuceneStoreImpl
-
- get(Class<ValueType>, Collection<Property<?>>, String) - Static method in class net.bolbat.kit.property.AbstractProperty
-
- get(Class<ValueType>, Collection<Property<?>>, String, ValueType) - Static method in class net.bolbat.kit.property.AbstractProperty
-
Get property value from
Collection.
Default value will be used if:
- type is
null;
- props is
null;
- aKey is empty;
- property not found;
- property value is
null;
- property value type differs.
- get(Class<ValueType>, Map<String, Property<?>>, String) - Static method in class net.bolbat.kit.property.AbstractProperty
-
Get property value from
Map.
Property would be resolved by map key, property key would not be verified.
- get(Class<ValueType>, Map<String, Property<?>>, String, ValueType) - Static method in class net.bolbat.kit.property.AbstractProperty
-
Get property value from
Map.
Property would be resolved by map key, property key would not be verified.
Default value will be used if:
- type is
null;
- props is
null;
- aKey is empty;
- property not found;
- property value is
null;
- property value type differs.
- get(Class<ValueType>, Property<?>) - Static method in class net.bolbat.kit.property.AbstractProperty
-
- get(Class<ValueType>, Property<?>, ValueType) - Static method in class net.bolbat.kit.property.AbstractProperty
-
Get property value from
Property.
Default value will be used if:
- type is
null;
- prop is
null;
- property value is
null;
- property value type differs.
- get(Collection<Property<?>>, String) - Static method in class net.bolbat.kit.property.BooleanProperty
-
- get(Collection<Property<?>>, String, Boolean) - Static method in class net.bolbat.kit.property.BooleanProperty
-
Get
Boolean property value.
Default value will be used if:
- props is
null;
- aKey is empty;
- property not found;
- property value is
null;
- property value type differs.
- get(Map<String, Property<?>>, String) - Static method in class net.bolbat.kit.property.BooleanProperty
-
- get(Map<String, Property<?>>, String, Boolean) - Static method in class net.bolbat.kit.property.BooleanProperty
-
Get
Boolean property value.
Default value will be used if:
- props is
null;
- aKey is empty;
- property not found;
- property value is
null;
- property value type differs.
- get(Property<?>) - Static method in class net.bolbat.kit.property.BooleanProperty
-
- get(Property<?>, Boolean) - Static method in class net.bolbat.kit.property.BooleanProperty
-
Get
Boolean property value.
Default value will be used if:
- prop is
null;
- property value is
null;
- property value type differs.
- get(Collection<Property<?>>, String) - Static method in class net.bolbat.kit.property.DateProperty
-
- get(Collection<Property<?>>, String, Date) - Static method in class net.bolbat.kit.property.DateProperty
-
Get
Date property value.
Default value will be used if:
- props is
null;
- aKey is empty;
- property not found;
- property value is
null;
- property value type differs.
- get(Map<String, Property<?>>, String) - Static method in class net.bolbat.kit.property.DateProperty
-
- get(Map<String, Property<?>>, String, Date) - Static method in class net.bolbat.kit.property.DateProperty
-
Get
Date property value.
Default value will be used if:
- props is
null;
- aKey is empty;
- property not found;
- property value is
null;
- property value type differs.
- get(Property<?>) - Static method in class net.bolbat.kit.property.DateProperty
-
- get(Property<?>, Date) - Static method in class net.bolbat.kit.property.DateProperty
-
Get
Date property value.
Default value will be used if:
- prop is
null;
- property value is
null;
- property value type differs.
- get(Collection<Property<?>>, String) - Static method in class net.bolbat.kit.property.DoubleProperty
-
- get(Collection<Property<?>>, String, Double) - Static method in class net.bolbat.kit.property.DoubleProperty
-
Get
Double property value.
Default value will be used if:
- props is
null;
- aKey is empty;
- property not found;
- property value is
null;
- property value type differs.
- get(Map<String, Property<?>>, String) - Static method in class net.bolbat.kit.property.DoubleProperty
-
- get(Map<String, Property<?>>, String, Double) - Static method in class net.bolbat.kit.property.DoubleProperty
-
Get
Double property value.
Default value will be used if:
- props is
null;
- aKey is empty;
- property not found;
- property value is
null;
- property value type differs.
- get(Property<?>) - Static method in class net.bolbat.kit.property.DoubleProperty
-
- get(Property<?>, Double) - Static method in class net.bolbat.kit.property.DoubleProperty
-
Get
Double property value.
Default value will be used if:
- prop is
null;
- property value is
null;
- property value type differs.
- get(Collection<Property<?>>, String) - Static method in class net.bolbat.kit.property.FloatProperty
-
Get
Float property value.
- get(Collection<Property<?>>, String, Float) - Static method in class net.bolbat.kit.property.FloatProperty
-
Get
Float property value.
Default value will be used if:
- property not found;
- property value is
null;
- property value type differs.
- get(Map<String, Property<?>>, String) - Static method in class net.bolbat.kit.property.FloatProperty
-
Get
Float property value.
- get(Map<String, Property<?>>, String, Float) - Static method in class net.bolbat.kit.property.FloatProperty
-
Get
Float property value.
Default value will be used if:
- property not found;
- property value is
null;
- property value type differs.
- get(Property<?>) - Static method in class net.bolbat.kit.property.FloatProperty
-
Get
Float property value.
- get(Property<?>, Float) - Static method in class net.bolbat.kit.property.FloatProperty
-
Get
Float property value.
Default value will be used if:
- prop is
null;
- property value is
null;
- property value type differs.
- get(Collection<Property<?>>, String) - Static method in class net.bolbat.kit.property.IntegerProperty
-
- get(Collection<Property<?>>, String, Integer) - Static method in class net.bolbat.kit.property.IntegerProperty
-
Get
Integer property value.
Default value will be used if:
- props is
null;
- aKey is empty;
- property not found;
- property value is
null;
- property value type differs.
- get(Map<String, Property<?>>, String) - Static method in class net.bolbat.kit.property.IntegerProperty
-
- get(Map<String, Property<?>>, String, Integer) - Static method in class net.bolbat.kit.property.IntegerProperty
-
Get
Integer property value.
Default value will be used if:
- props is
null;
- aKey is empty;
- property not found;
- property value is
null;
- property value type differs.
- get(Property<?>) - Static method in class net.bolbat.kit.property.IntegerProperty
-
- get(Property<?>, Integer) - Static method in class net.bolbat.kit.property.IntegerProperty
-
Get
Integer property value.
Default value will be used if:
- prop is
null;
- property value is
null;
- property value type differs.
- get(Collection<Property<?>>, String) - Static method in class net.bolbat.kit.property.ListProperty
-
- get(Collection<Property<?>>, String, List<Property<?>>) - Static method in class net.bolbat.kit.property.ListProperty
-
Get
List property value.
Default value will be used if:
- props is
null;
- aKey is empty;
- property not found;
- property value is
null;
- property value type differs.
- get(Map<String, Property<?>>, String) - Static method in class net.bolbat.kit.property.ListProperty
-
- get(Map<String, Property<?>>, String, List<Property<?>>) - Static method in class net.bolbat.kit.property.ListProperty
-
Get
List property value.
Default value will be used if:
- props is
null;
- aKey is empty;
- property not found;
- property value is
null;
- property value type differs.
- get(Property<?>) - Static method in class net.bolbat.kit.property.ListProperty
-
- get(Property<?>, List<Property<?>>) - Static method in class net.bolbat.kit.property.ListProperty
-
Get
List property value.
Default value will be used if:
- prop is
null;
- property value is
null;
- property value type differs.
- get(Collection<Property<?>>, String) - Static method in class net.bolbat.kit.property.LongProperty
-
- get(Collection<Property<?>>, String, Long) - Static method in class net.bolbat.kit.property.LongProperty
-
Get
Long property value.
Default value will be used if:
- props is
null;
- aKey is empty;
- property not found;
- property value is
null;
- property value type differs.
- get(Map<String, Property<?>>, String) - Static method in class net.bolbat.kit.property.LongProperty
-
- get(Map<String, Property<?>>, String, Long) - Static method in class net.bolbat.kit.property.LongProperty
-
Get
Long property value.
Default value will be used if:
- props is
null;
- aKey is empty;
- property not found;
- property value is
null;
- property value type differs.
- get(Property<?>) - Static method in class net.bolbat.kit.property.LongProperty
-
- get(Property<?>, Long) - Static method in class net.bolbat.kit.property.LongProperty
-
Get
Long property value.
Default value will be used if:
- prop is
null;
- property value is
null;
- property value type differs.
- get(Collection<Property<?>>, String) - Static method in class net.bolbat.kit.property.ShortProperty
-
Get
Short property value.
- get(Collection<Property<?>>, String, Short) - Static method in class net.bolbat.kit.property.ShortProperty
-
Get
Short property value.
Default value will be used if:
- props is
null;
- aKey is empty;
- property not found;
- property value is
null;
- property value type differs.
- get(Map<String, Property<?>>, String) - Static method in class net.bolbat.kit.property.ShortProperty
-
Get
Short property value.
- get(Map<String, Property<?>>, String, Short) - Static method in class net.bolbat.kit.property.ShortProperty
-
Get
Short property value.
Default value will be used if:
- props is
null;
- aKey is empty;
- property not found;
- property value is
null;
- property value type differs.
- get(Property<?>) - Static method in class net.bolbat.kit.property.ShortProperty
-
Get
Short property value.
- get(Property<?>, Short) - Static method in class net.bolbat.kit.property.ShortProperty
-
Get
Short property value.
Default value will be used if:
- prop is
null;
- property value is
null;
- property value type differs.
- get(Collection<Property<?>>, String) - Static method in class net.bolbat.kit.property.StringProperty
-
- get(Collection<Property<?>>, String, String) - Static method in class net.bolbat.kit.property.StringProperty
-
Get
String property value.
Default value will be used if:
- props is
null;
- aKey is empty;
- property not found;
- property value is
null;
- property value type differs.
- get(Map<String, Property<?>>, String) - Static method in class net.bolbat.kit.property.StringProperty
-
- get(Map<String, Property<?>>, String, String) - Static method in class net.bolbat.kit.property.StringProperty
-
Get
String property value.
Default value will be used if:
- props is
null;
- aKey is empty;
- property not found;
- property value is
null;
- property value type differs.
- get(Property<?>) - Static method in class net.bolbat.kit.property.StringProperty
-
- get(Property<?>, String) - Static method in class net.bolbat.kit.property.StringProperty
-
Get
String property value.
Default value will be used if:
- prop is
null;
- property value is
null;
- property value type differs.
- get(String) - Method in class net.bolbat.kit.service.Configuration
-
Get parameter value.
- getActualCallableFactory() - Method in class net.bolbat.kit.orchestrator.impl.ExecutionInfo
-
Get actual instance of
Callable factory.
- getActualConfig() - Method in class net.bolbat.kit.orchestrator.impl.ExecutionInfo
-
Get 'actual'
OrchestrationConfig.
Based on current method and class configuration including annotation overriding rules.
- getActualExecutions() - Method in class net.bolbat.kit.orchestrator.impl.ExecutionInfo
-
Get 'actual' executions amount.
Based on current method and class configuration including annotation overriding rules.
- getActualExecutor() - Method in class net.bolbat.kit.orchestrator.impl.ExecutionInfo
-
Get 'actual'
ExecutorService instance.
Based on current method and class configuration including annotation overriding rules.
- getActualExecutorConfig() - Method in class net.bolbat.kit.orchestrator.impl.ExecutionInfo
-
- getActualExecutorId() - Method in class net.bolbat.kit.orchestrator.impl.ExecutionInfo
-
Get 'actual' executor identifier (the same as execution identifier).
Based on current method and class configuration including annotation overriding rules.
- getActualExecutorName() - Method in class net.bolbat.kit.orchestrator.impl.ExecutionInfo
-
Get 'actual' executor name.
Based on current method and class configuration including annotation overriding rules.
- getActualLimitsConfig() - Method in class net.bolbat.kit.orchestrator.impl.ExecutionInfo
-
- getAll() - Method in interface net.bolbat.kit.cache.Cache
-
Get all values from cache.
- getAll() - Method in class net.bolbat.kit.cache.guava.GuavaCache
-
- getAll() - Method in interface net.bolbat.kit.ioc.services.ServicesRegistry
-
Get all services configurations.
- getAll() - Method in class net.bolbat.kit.ioc.services.ServicesRegistryImpl
-
- getAll() - Method in interface net.bolbat.kit.lucene.LuceneStore
-
Get all beans.
- getAll() - Method in class net.bolbat.kit.lucene.LuceneStoreImpl
-
- getAllAsMap() - Method in interface net.bolbat.kit.cache.Cache
-
Get all values from cache as
Map.
- getAllAsMap() - Method in class net.bolbat.kit.cache.guava.GuavaCache
-
- getAllDocuments() - Method in interface net.bolbat.kit.lucene.LuceneStore
-
Get all Document instances.
- getAllDocuments() - Method in class net.bolbat.kit.lucene.LuceneStoreImpl
-
- getBoolean(String) - Method in class net.bolbat.kit.scheduler.TaskParameters
-
Get boolean value.
- getCallable(Object, Method, Object[]) - Static method in class net.bolbat.kit.orchestrator.impl.ExecutionCaches
-
Get
Callable, callables for methods without arguments would be cached.
- getCallableFactory() - Method in class net.bolbat.kit.orchestrator.OrchestrationConfig.ExecutorConfig
-
- getClassInfo() - Method in class net.bolbat.kit.orchestrator.impl.ExecutionInfo
-
- getConcurrent() - Method in class net.bolbat.kit.orchestrator.OrchestrationConfig.LimitsConfig
-
- getConfig() - Method in class net.bolbat.kit.orchestrator.impl.ExecutionInfo
-
- getConfig() - Method in class net.bolbat.kit.scheduler.task.execution.ExecutionTaskConfiguration
-
- getConfig() - Method in class net.bolbat.kit.scheduler.task.queue.QueueTaskConfiguration
-
- getConfig() - Method in interface net.bolbat.kit.scheduler.TaskConfiguration
-
File config name.
- getConfigType() - Method in class net.bolbat.kit.scheduler.task.execution.ExecutionTaskConfiguration
-
- getConfigType() - Method in class net.bolbat.kit.scheduler.task.queue.QueueTaskConfiguration
-
- getConfigType() - Method in interface net.bolbat.kit.scheduler.TaskConfiguration
-
Get config type.
- getConfiguration(TaskConfiguration) - Static method in class net.bolbat.kit.scheduler.SchedulerConfigurationFactory
-
Get default quartz configuration.
- getConfigurationName() - Method in class net.bolbat.kit.scheduler.task.queue.QueueTaskConfiguration
-
- getConfigurationType() - Method in class net.bolbat.kit.scheduler.task.queue.QueueTaskConfiguration
-
- getCoreSize() - Method in class net.bolbat.kit.orchestrator.OrchestrationConfig.ExecutorConfig
-
- getCreated() - Method in class net.bolbat.kit.vo.EntityVO
-
- getCreated() - Method in class net.bolbat.kit.vo.EntityVOFiltering
-
- getCreated() - Method in class net.bolbat.kit.vo.LockingEntityVO
-
Get entity creation timestamp.
Read operation access check will be performed.
- getCreatedAfter() - Method in class net.bolbat.kit.vo.EntityVOFiltering
-
- getCreatedBefore() - Method in class net.bolbat.kit.vo.EntityVOFiltering
-
- getDefault() - Static method in class net.bolbat.kit.orchestrator.OrchestratorFactory
-
- getDirectoryPath() - Method in class net.bolbat.kit.lucene.LuceneStoreConfig
-
- getDocument(String, String) - Method in interface net.bolbat.kit.lucene.LuceneStore
-
Get Document with selected properties.
- getDocument(String, String) - Method in class net.bolbat.kit.lucene.LuceneStoreImpl
-
- getDocuments(Query) - Method in interface net.bolbat.kit.lucene.LuceneStore
-
Search documents.
- getDocuments(Query, Sort) - Method in interface net.bolbat.kit.lucene.LuceneStore
-
Search documents.
- getDocuments(Query, int) - Method in interface net.bolbat.kit.lucene.LuceneStore
-
Search documents.
- getDocuments(Query, int, int) - Method in interface net.bolbat.kit.lucene.LuceneStore
-
Search documents.
- getDocuments(Query, int, Sort) - Method in interface net.bolbat.kit.lucene.LuceneStore
-
Search documents.
- getDocuments(Query, int, int, Sort) - Method in interface net.bolbat.kit.lucene.LuceneStore
-
Search documents.
- getDocuments(Query) - Method in class net.bolbat.kit.lucene.LuceneStoreImpl
-
- getDocuments(Query, Sort) - Method in class net.bolbat.kit.lucene.LuceneStoreImpl
-
- getDocuments(Query, int) - Method in class net.bolbat.kit.lucene.LuceneStoreImpl
-
- getDocuments(Query, int, int) - Method in class net.bolbat.kit.lucene.LuceneStoreImpl
-
- getDocuments(Query, int, Sort) - Method in class net.bolbat.kit.lucene.LuceneStoreImpl
-
- getDocuments(Query, int, int, Sort) - Method in class net.bolbat.kit.lucene.LuceneStoreImpl
-
- getDouble(String) - Method in class net.bolbat.kit.scheduler.TaskParameters
-
Get double value.
- getEntity() - Method in class net.bolbat.kit.event.common.EntityCreatedEvent
-
- getEntity() - Method in class net.bolbat.kit.event.common.EntityDeletedEvent
-
- getEventBus() - Static method in class net.bolbat.kit.event.guava.EventBusManager
-
Get default EventBus.
- getEventBus(String) - Static method in class net.bolbat.kit.event.guava.EventBusManager
-
Get EventBus instance for given name.
- getExecutions() - Method in class net.bolbat.kit.orchestrator.impl.ExecutionInfo
-
- getExecutor(String) - Static method in class net.bolbat.kit.orchestrator.impl.ExecutionCaches
-
- getExecutorConfig() - Method in class net.bolbat.kit.orchestrator.OrchestrationConfig
-
- getExecutorService() - Static method in class net.bolbat.kit.orchestrator.impl.executor.AsyncExecutorServiceFactory
-
- getExecutorService() - Static method in class net.bolbat.kit.orchestrator.impl.executor.SystemExecutorServiceFactory
-
- getFactory() - Method in class net.bolbat.kit.ioc.services.ServiceConfiguration
-
- getFactory() - Method in class net.bolbat.kit.orchestrator.OrchestrationConfig.ExecutorConfig
-
- getFactoryConf() - Method in class net.bolbat.kit.ioc.services.ServiceConfiguration
-
- getFast(Class<S>, Scope...) - Static method in class net.bolbat.kit.ioc.Manager
-
- getFast(Class<S>, Scope...) - Method in class net.bolbat.kit.ioc.ManagerModule
-
- getFloat(String) - Method in class net.bolbat.kit.scheduler.TaskParameters
-
Get float value.
- getGroup() - Method in class net.bolbat.kit.property.AbstractProperty
-
- getGroup() - Method in interface net.bolbat.kit.property.Property
-
Get property group.
Optional field for any custom properties grouping.
- getId() - Method in class net.bolbat.kit.ioc.scope.CompositeScope
-
- getId() - Method in class net.bolbat.kit.ioc.scope.CustomScope
-
- getId() - Method in enum net.bolbat.kit.ioc.scope.DistributionScope
-
- getId() - Method in interface net.bolbat.kit.ioc.scope.Scope
-
Scope unique identifier.
- getId() - Method in enum net.bolbat.kit.ioc.scope.TypeScope
-
- getId() - Method in class net.bolbat.kit.orchestrator.impl.ExecutionInfo
-
- getId() - Method in class net.bolbat.kit.vo.AccountId
-
- getId() - Method in class net.bolbat.kit.vo.AccountVO
-
- getInfo(String) - Static method in class net.bolbat.kit.orchestrator.impl.ExecutionCaches
-
- getInstance(Class<T>) - Static method in class net.bolbat.kit.config.ConfigurationManager
-
Get configuration.
- getInstance(Class<T>, String, String) - Static method in class net.bolbat.kit.config.ConfigurationManager
-
Get configuration configured with given configuration name and for given environment.
- getInstance() - Method in class net.bolbat.kit.ioc.services.ServiceConfiguration
-
- getInstance() - Static method in class net.bolbat.kit.orchestrator.impl.callable.DefaultCallableFactory
-
- getInstance() - Static method in class net.bolbat.kit.orchestrator.impl.executor.AsyncExecutorServiceFactory
-
- getInstance() - Static method in class net.bolbat.kit.orchestrator.impl.executor.DefaultExecutorServiceFactory
-
- getInstance() - Static method in class net.bolbat.kit.orchestrator.impl.executor.SystemExecutorServiceFactory
-
- getInstance(String) - Static method in class net.bolbat.kit.scheduler.SchedulerConfiguration
-
Get configuration instance.
- getInstanceForConf(Class<T>, String) - Static method in class net.bolbat.kit.config.ConfigurationManager
-
Get configuration configured with given configuration name.
- getInstanceForEnv(Class<T>, String) - Static method in class net.bolbat.kit.config.ConfigurationManager
-
Get configuration configured for given environment.
- getInteger(String) - Method in class net.bolbat.kit.scheduler.TaskParameters
-
Get integer value.
- getJobClass() - Method in class net.bolbat.kit.scheduler.task.execution.ExecutionTaskConfiguration
-
- getJobClass() - Method in class net.bolbat.kit.scheduler.task.queue.QueueTaskConfiguration
-
- getJobClass() - Method in interface net.bolbat.kit.scheduler.TaskConfiguration
-
Get scheduled job class.
- getKeepAlive() - Method in class net.bolbat.kit.orchestrator.OrchestrationConfig.ExecutorConfig
-
- getKeepAliveUnit() - Method in class net.bolbat.kit.orchestrator.OrchestrationConfig.ExecutorConfig
-
- getKey() - Method in class net.bolbat.kit.property.AbstractProperty
-
- getKey() - Method in interface net.bolbat.kit.property.Property
-
Get property key.
- getKeys() - Method in class net.bolbat.kit.service.Configuration
-
Get parameters key's.
- getLimitsConfig() - Method in class net.bolbat.kit.orchestrator.OrchestrationConfig
-
- getListeners() - Method in class net.bolbat.kit.config.AbstractConfiguration
-
Get listeners.
- getLoaderClass() - Method in class net.bolbat.kit.scheduler.task.queue.QueueTaskConfiguration
-
- getLockingState() - Method in interface net.bolbat.kit.vo.Locking
-
- getLockingState() - Method in class net.bolbat.kit.vo.LockingVO
-
- getLong(String) - Method in class net.bolbat.kit.scheduler.TaskParameters
-
Get long value.
- getMaxSize() - Method in class net.bolbat.kit.orchestrator.OrchestrationConfig.ExecutorConfig
-
- getMode() - Method in class net.bolbat.kit.orchestrator.OrchestrationConfig.ModeConfig
-
- getModeConfig() - Method in class net.bolbat.kit.orchestrator.OrchestrationConfig
-
- getName() - Method in class net.bolbat.kit.config.prop.KeyValueProp
-
- getName() - Method in class net.bolbat.kit.orchestrator.impl.ExecutionInfo
-
- getNameFormat() - Method in class net.bolbat.kit.orchestrator.OrchestrationConfig.ExecutorConfig
-
- getNewEntity() - Method in class net.bolbat.kit.event.common.EntitySavedEvent
-
- getNewEntity() - Method in class net.bolbat.kit.event.common.EntityUpdatedEvent
-
- getOldEntity() - Method in class net.bolbat.kit.event.common.EntitySavedEvent
-
- getOldEntity() - Method in class net.bolbat.kit.event.common.EntityUpdatedEvent
-
- getParameters() - Method in class net.bolbat.kit.scheduler.task.execution.ExecutionTaskConfiguration
-
- getParameters() - Method in class net.bolbat.kit.scheduler.task.queue.QueueTaskConfiguration
-
- getParameters() - Method in interface net.bolbat.kit.scheduler.TaskConfiguration
-
Get parameters.
- getProcessingMode() - Method in class net.bolbat.kit.scheduler.task.queue.QueueTaskConfiguration
-
- getProcessorClass() - Method in class net.bolbat.kit.scheduler.task.execution.ExecutionTaskConfiguration
-
- getProcessorClass() - Method in class net.bolbat.kit.scheduler.task.queue.QueueTaskConfiguration
-
- getProperties() - Method in class net.bolbat.kit.vo.AccountVO
-
- getProperty(String) - Method in class net.bolbat.kit.vo.AccountVO
-
Get property.
- getPropertyClass() - Method in enum net.bolbat.kit.property.Properties
-
- getPropertyValueClass() - Method in enum net.bolbat.kit.property.Properties
-
- getQueueSize() - Method in class net.bolbat.kit.orchestrator.OrchestrationConfig.ExecutorConfig
-
- getSchedulerInstanceId() - Method in class net.bolbat.kit.scheduler.SchedulerConfiguration
-
- getSchedulerInstanceName() - Method in class net.bolbat.kit.scheduler.SchedulerConfiguration
-
- getScopes() - Method in class net.bolbat.kit.ioc.scope.CompositeScope
-
- getService() - Method in class net.bolbat.kit.ioc.services.ServiceConfiguration
-
- getSource() - Method in class net.bolbat.kit.orchestrator.OrchestrationConfig
-
- getStatuses() - Method in class net.bolbat.kit.vo.AccountVO
-
- getStore(Class<S>) - Static method in class net.bolbat.kit.lucene.LuceneStoreManager
-
- getStore(Class<S>, String) - Static method in class net.bolbat.kit.lucene.LuceneStoreManager
-
- getStore(Class<S>, LuceneStoreConfig) - Static method in class net.bolbat.kit.lucene.LuceneStoreManager
-
- getStores() - Static method in class net.bolbat.kit.lucene.LuceneStoreManager
-
- getStoresIds() - Static method in class net.bolbat.kit.lucene.LuceneStoreManager
-
- getString(String) - Method in class net.bolbat.kit.scheduler.TaskParameters
-
Get string value.
- getString(String) - Method in class net.bolbat.kit.service.Configuration
-
Get parameter value as
String.
- getThreadJobStoreClass() - Method in class net.bolbat.kit.scheduler.SchedulerConfiguration
-
- getThreadPoolClass() - Method in class net.bolbat.kit.scheduler.SchedulerConfiguration
-
- getThreadPoolCount() - Method in class net.bolbat.kit.scheduler.SchedulerConfiguration
-
- getTime() - Method in class net.bolbat.kit.orchestrator.OrchestrationConfig.LimitsConfig
-
- getTimeUnit() - Method in class net.bolbat.kit.orchestrator.OrchestrationConfig.LimitsConfig
-
- getType() - Method in class net.bolbat.kit.property.AbstractProperty
-
- getType() - Method in interface net.bolbat.kit.property.Property
-
Get property type.
- getTypes() - Method in class net.bolbat.kit.vo.AccountVO
-
- getUpdated() - Method in class net.bolbat.kit.vo.EntityVO
-
- getUpdated() - Method in class net.bolbat.kit.vo.EntityVOFiltering
-
- getUpdated() - Method in class net.bolbat.kit.vo.LockingEntityVO
-
Get entity update timestamp.
Read operation access check will be performed.
- getUpdatedAfter() - Method in class net.bolbat.kit.vo.EntityVOFiltering
-
- getUpdatedBefore() - Method in class net.bolbat.kit.vo.EntityVOFiltering
-
- getValue() - Method in class net.bolbat.kit.config.prop.KeyValueProp
-
- getValue() - Method in class net.bolbat.kit.property.AbstractProperty
-
- getValue() - Method in interface net.bolbat.kit.property.Property
-
Get property value.
- getValue() - Method in class net.bolbat.kit.scheduler.TaskParameters.BooleanParameterValue
-
- getValue() - Method in class net.bolbat.kit.scheduler.TaskParameters.DoubleParameterValue
-
- getValue() - Method in class net.bolbat.kit.scheduler.TaskParameters.FloatParameterValue
-
- getValue() - Method in class net.bolbat.kit.scheduler.TaskParameters.IntegerParameterValue
-
- getValue() - Method in class net.bolbat.kit.scheduler.TaskParameters.LongParameterValue
-
- getValue() - Method in class net.bolbat.kit.scheduler.TaskParameters.StringParameterValue
-
- GuavaCache<K,V> - Class in net.bolbat.kit.cache.guava
-
Cache implementation for guava.
- GuavaCache(int, long, Long, TimeUnit, Long, TimeUnit, LoadFunction<K, V>, boolean) - Constructor for class net.bolbat.kit.cache.guava.GuavaCache
-
Constructor.
- GuavaCacheBuilder<K,V> - Class in net.bolbat.kit.cache.guava
-
- GuavaCacheBuilder() - Constructor for class net.bolbat.kit.cache.guava.GuavaCacheBuilder
-
- register(Class<S>, Class<SF>) - Static method in class net.bolbat.kit.ioc.Manager
-
Register default module service.
- register(Class<S>, Class<SF>, Scope...) - Static method in class net.bolbat.kit.ioc.Manager
-
Register default module service.
- register(Class<S>, Class<SF>, Configuration) - Static method in class net.bolbat.kit.ioc.Manager
-
Register default module service.
- register(Class<S>, Class<SF>, Configuration, Scope...) - Static method in class net.bolbat.kit.ioc.Manager
-
Register default module service.
- register(Class<S>, SF) - Static method in class net.bolbat.kit.ioc.Manager
-
Register default module service.
- register(Class<S>, SF, Scope...) - Static method in class net.bolbat.kit.ioc.Manager
-
Register default module service.
Uses ScopeUtil.scopesToArray(true,scopes) upon registration.
- register(Class<S>, SF, Configuration) - Static method in class net.bolbat.kit.ioc.Manager
-
Register default module service.
- register(Class<S>, SF, Configuration, Scope...) - Static method in class net.bolbat.kit.ioc.Manager
-
Register default module service.
Uses ScopeUtil.scopesToArray(true,scopes) upon registration.
- register(Class<S>, S) - Static method in class net.bolbat.kit.ioc.Manager
-
- register(Class<S>, S, Scope...) - Static method in class net.bolbat.kit.ioc.Manager
-
Register default module service.
Uses
ScopeUtil.scopesToArray(true,scopes) upon registration.
PostConstruct will be ignored.
PreDestroy will be executed during
tearDown.
- register(Class<S>, Class<SF>) - Method in interface net.bolbat.kit.ioc.services.ServicesRegistry
-
Register service.
- register(Class<S>, Class<SF>, Scope...) - Method in interface net.bolbat.kit.ioc.services.ServicesRegistry
-
Register service.
- register(Class<S>, Class<SF>, Configuration) - Method in interface net.bolbat.kit.ioc.services.ServicesRegistry
-
Register service.
- register(Class<S>, Class<SF>, Configuration, Scope...) - Method in interface net.bolbat.kit.ioc.services.ServicesRegistry
-
Register service.
- register(Class<S>, SF) - Method in interface net.bolbat.kit.ioc.services.ServicesRegistry
-
Register service.
- register(Class<S>, SF, Scope...) - Method in interface net.bolbat.kit.ioc.services.ServicesRegistry
-
Register service.
Uses ScopeUtil.scopesToArray(true,scopes) upon registration.
- register(Class<S>, SF, Configuration) - Method in interface net.bolbat.kit.ioc.services.ServicesRegistry
-
Register service.
- register(Class<S>, SF, Configuration, Scope...) - Method in interface net.bolbat.kit.ioc.services.ServicesRegistry
-
Register service.
Uses ScopeUtil.scopesToArray(true,scopes) upon registration.
- register(Class<S>, S) - Method in interface net.bolbat.kit.ioc.services.ServicesRegistry
-
- register(Class<S>, S, Scope...) - Method in interface net.bolbat.kit.ioc.services.ServicesRegistry
-
Register service.
Uses
ScopeUtil.scopesToArray(true,scopes) upon registration.
PostConstruct will be ignored.
PreDestroy will be executed during
tearDown.
- register(Class<S>, Class<SF>) - Method in class net.bolbat.kit.ioc.services.ServicesRegistryImpl
-
- register(Class<S>, Class<SF>, Scope...) - Method in class net.bolbat.kit.ioc.services.ServicesRegistryImpl
-
- register(Class<S>, Class<SF>, Configuration) - Method in class net.bolbat.kit.ioc.services.ServicesRegistryImpl
-
- register(Class<S>, Class<SF>, Configuration, Scope...) - Method in class net.bolbat.kit.ioc.services.ServicesRegistryImpl
-
- register(Class<S>, SF) - Method in class net.bolbat.kit.ioc.services.ServicesRegistryImpl
-
- register(Class<S>, SF, Scope...) - Method in class net.bolbat.kit.ioc.services.ServicesRegistryImpl
-
- register(Class<S>, SF, Configuration) - Method in class net.bolbat.kit.ioc.services.ServicesRegistryImpl
-
- register(Class<S>, SF, Configuration, Scope...) - Method in class net.bolbat.kit.ioc.services.ServicesRegistryImpl
-
- register(Class<S>, S) - Method in class net.bolbat.kit.ioc.services.ServicesRegistryImpl
-
- register(Class<S>, S, Scope...) - Method in class net.bolbat.kit.ioc.services.ServicesRegistryImpl
-
- registerForConfigurationChanges() - Method in class net.bolbat.kit.orchestrator.impl.ExecutionInfo
-
Register for listening configuration changes.
- registerListener(ConfigurationListener) - Method in class net.bolbat.kit.config.AbstractConfiguration
-
Register listener.
- remove(S) - Method in interface net.bolbat.kit.lucene.LuceneStore
-
Remove bean.
- remove(Collection<S>) - Method in interface net.bolbat.kit.lucene.LuceneStore
-
Remove beans.
All not valid bean's would be skipped.
- remove(S) - Method in class net.bolbat.kit.lucene.LuceneStoreImpl
-
- remove(Collection<S>) - Method in class net.bolbat.kit.lucene.LuceneStoreImpl
-
- remove(String) - Method in class net.bolbat.kit.service.Configuration
-
Remove parameter.
- removeAll() - Method in interface net.bolbat.kit.lucene.LuceneStore
-
Remove all beans.
- removeAll() - Method in class net.bolbat.kit.lucene.LuceneStoreImpl
-
- removeProperty(String) - Method in class net.bolbat.kit.vo.AccountVO
-
Remove property.
- removeStatus(String) - Method in class net.bolbat.kit.vo.AccountVO
-
Remove status from account statuses.
- removeType(String) - Method in class net.bolbat.kit.vo.AccountVO
-
Remove type from account types.
- reset() - Method in class net.bolbat.kit.service.Configuration
-
Reset configuration.
- resolveByName(String) - Static method in enum net.bolbat.kit.property.Properties
-
Resolve property type by name.
- resolveByPropertyClass(Class<? extends Property<?>>) - Static method in enum net.bolbat.kit.property.Properties
-
Resolve property type by property class.
- resolveId(Object, Method) - Method in class net.bolbat.kit.orchestrator.impl.ExecutionHandler
-
Resolve method unique identifier (use cache).
- resolveInstanceInfo(String, Object) - Static method in class net.bolbat.kit.orchestrator.impl.ExecutionHandler
-
- resolveInstanceMethodInfo(String, Object, String, Method) - Static method in class net.bolbat.kit.orchestrator.impl.ExecutionHandler
-
- resolveKey(Class<S>, Scope...) - Static method in class net.bolbat.kit.ioc.ManagerUtils
-
Resolve service key.
- resolveKey(Class<S>, Scope) - Static method in class net.bolbat.kit.ioc.ManagerUtils
-
Resolve service key.
- resume() - Method in interface net.bolbat.kit.scheduler.Scheduler
-
Resume scheduler elements.
- resume() - Method in class net.bolbat.kit.scheduler.SchedulerImpl
-
- valueOf(String) - Static method in enum net.bolbat.kit.ioc.Manager.Feature
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bolbat.kit.ioc.scope.DistributionScope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bolbat.kit.ioc.scope.TypeScope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bolbat.kit.orchestrator.annotation.OrchestrationMode.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bolbat.kit.orchestrator.OrchestrationConfig.Source
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bolbat.kit.property.Properties
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bolbat.kit.scheduler.SchedulerConfigurationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bolbat.kit.scheduler.task.queue.ProcessingMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bolbat.kit.vo.LockingState
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum net.bolbat.kit.ioc.Manager.Feature
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bolbat.kit.ioc.scope.DistributionScope
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bolbat.kit.ioc.scope.TypeScope
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bolbat.kit.orchestrator.annotation.OrchestrationMode.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bolbat.kit.orchestrator.OrchestrationConfig.Source
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bolbat.kit.property.Properties
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bolbat.kit.scheduler.SchedulerConfigurationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bolbat.kit.scheduler.task.queue.ProcessingMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bolbat.kit.vo.LockingState
-
Returns an array containing the constants of this enum type, in
the order they are declared.