Skip navigation links
EDB/Java
jp.ac.tokushima_u.db.logistics

Class ExtRDBCluster<R extends ExtRDB>

  • All Implemented Interfaces:
    Runnable


    public class ExtRDBCluster<R extends ExtRDB>
    extends PgRDB.Cluster<R>
    Handle RDB data retrieved from External Database.
    • Method Detail

      • flushAll

        public void flushAll()
        Flush buffered rows for all tables.
      • sweepAll

        public void sweepAll(long before)
        Sweep old rows for all tables.
        Parameters:
        before - epoch time (milliseconds).
      • retrieve1value

        public String retrieve1value(PgRDB.Column column,
                                     PgRDB.From from,
                                     PgRDB.Where where)
        Retrieve 1 value.
        Parameters:
        column - Column
        from - from phrase
        where - condition
        Returns:
        Value String. If there is no value which the specified condtion are satisfied, return null.
EDB/Java

EDB Working Group at Tue Jun 10 17:08:59 JST 2025