indexing description: "[ The modifiers that specifically relate to the read operations of the Space. They are also known as isolation level flags, as they are part of the Locking and Blocking mechanism in the space. ]" legal: "See notice at end of class." status: "See notice at end of class." date: "$Date$" revision: "$Revision$" class EGS_READ_MODIFIERS inherit EGS_MODIFIERS feature -- Constants repeatable_read: INTEGER = 0 -- Allows read operations to have visibility of entries that are not write-locked -- or exclusively-locked by active transactions. -- This is the default read isolation-level. feature indexing library: "egigs-cpp: Library for accessing the GigaSpaces platform, POCO library based implementation." copyright: "Copyright (c) 2008, Eiffel Software and others" license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)" source: "[ Eiffel Software 356 Storke Road, Goleta, CA 93117 USA Telephone 805-685-1006, Fax 805-685-6869 Website http://www.eiffel.com Customer support http://support.eiffel.com ]" end