Uses of Enum Class
com.gigaspaces.annotation.pojo.FifoSupport
Packages that use FifoSupport
Package
Description
Provides annotations to support POJO usage with GigaSpaces.
Provides classes and interfaces encapsulating space entries metadata.
Support classes for Spring namespace based configuration of OpenSpaces core.
-
Uses of FifoSupport in com.gigaspaces.annotation.pojo
Methods in com.gigaspaces.annotation.pojo that return FifoSupportModifier and TypeMethodDescriptionstatic FifoSupportReturns the enum constant of this class with the specified name.static FifoSupport[]FifoSupport.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of FifoSupport in com.gigaspaces.internal.client.spaceproxy.metadata
Methods in com.gigaspaces.internal.client.spaceproxy.metadata with parameters of type FifoSupportModifier and TypeMethodDescriptionstatic ITypeDescTypeDescFactory.createPbsExplicitTypeDesc(EntryType entryType, String className, String[] superClassesNames, PropertyInfo[] properties, Map<String, SpaceIndex> indexes, String idPropertyName, boolean idAutoGenerate, String routingPropertyName, String fifoGroupingPropertyPath, Set<String> fifoGroupingIndexPaths, FifoSupport fifoMode, boolean isReplicable, boolean broadcast, boolean supportsOptimisticLocking, boolean supportsDynamicProperties, byte dynamicPropertiesStorageType, String documentWrapperType, boolean blobstoreEnabled) static ITypeDescTypeDescFactory.createPbsTypeDesc(EntryType entryType, String className, String codeBase, String[] superClassesNames, String[] fieldsNames, String[] fieldsTypes, SpaceIndexType[] fieldsIndexes, String idPropertyName, boolean idAutoGenerate, String routingPropertyName, FifoSupport fifoMode, boolean isReplicable, boolean isBroadcast, boolean supportsOptimisticLocking, boolean supportsDynamicProperties) -
Uses of FifoSupport in com.gigaspaces.internal.metadata
Fields in com.gigaspaces.internal.metadata declared as FifoSupportMethods in com.gigaspaces.internal.metadata that return FifoSupportModifier and TypeMethodDescriptionstatic FifoSupportFifoHelper.fromCode(byte code) static FifoSupportFifoHelper.fromOld(boolean isFifo) This method is used to translate from 'Old' binary fifo to new tri-state fifo.SpaceTypeInfo.getFifoSupport()TypeDesc.getFifoSupport()Methods in com.gigaspaces.internal.metadata with parameters of type FifoSupportConstructors in com.gigaspaces.internal.metadata with parameters of type FifoSupportModifierConstructorDescriptionTypeDesc(String typeName, String codeBase, String[] superTypesNames, PropertyInfo[] properties, boolean supportsDynamicProperties, Map<String, SpaceIndex> indexes, List<String> idPropertiesNames, boolean idAutoGenerate, String defaultPropertyName, String routingPropertyName, String fifoGroupingName, Set<String> fifoGroupingIndexes, boolean systemType, FifoSupport fifoMode, boolean replicable, boolean supportsOptimisticLocking, StorageType storageType, EntryType entryType, Class<? extends Object> objectClass, Class<? extends ExternalEntry> externalEntryClass, Class<? extends SpaceDocument> documentWrapperClass, String dotnetDocumentWrapperType, byte dotnetStorageType, boolean blobstoreEnabled, String sequenceNumberPropertyName, TypeQueryExtensions queryExtensionsInfo, Class<? extends ClassBinaryStorageAdapter> binaryStorageAdapter, boolean broadcast, TieredStorageTableConfig tieredStorageTableConfig, boolean hasRoutingAnnotation) -
Uses of FifoSupport in com.gigaspaces.internal.server.metadata
Methods in com.gigaspaces.internal.server.metadata that return FifoSupport -
Uses of FifoSupport in com.gigaspaces.metadata
Methods in com.gigaspaces.metadata that return FifoSupportModifier and TypeMethodDescriptionSpaceTypeDescriptor.getFifoSupport()Gets the type's FIFO support.Methods in com.gigaspaces.metadata with parameters of type FifoSupportModifier and TypeMethodDescriptionSpaceTypeDescriptorBuilder.fifoSupport(FifoSupport fifoSupport) Sets this type FIFO support. -
Uses of FifoSupport in org.openspaces.core.config
Methods in org.openspaces.core.config with parameters of type FifoSupportModifier and TypeMethodDescriptionvoidGigaSpaceDocumentTypeDescriptorFactoryBean.setFifoSupport(FifoSupport fifoSupport)