GetWriterFrame() статический приватный Метод

static private GetWriterFrame ( bool safe ) : IndexWriterFrame
safe bool
Результат IndexWriterFrame
Пример #1
0
        //============================================================================== public static part

        public static IndexWriterFrame Get(bool safe)
        {
            //if (LuceneManager.Paused)
            //    throw LuceneManager.GetPausedException();
            return(IndexWriterUsage.GetWriterFrame(safe));
        }
Пример #2
0
        // ============================================================================== public static part

        public static IndexWriterFrame Get(bool safe)
        {
            return(IndexWriterUsage.GetWriterFrame(safe));
        }