Beispiel #1
0
        /// <exception cref="System.IO.IOException"/>
        public override BatchedRemoteIterator.BatchedEntries <EncryptionZone> MakeRequest(
            long prevId)
        {
            TraceScope scope = Trace.StartSpan("listEncryptionZones", traceSampler);

            try
            {
                return(namenode.ListEncryptionZones(prevId));
            }
            finally
            {
                scope.Close();
            }
        }